libdrm: update to 2.4.94.

This commit is contained in:
maxice8 2018-08-23 23:29:20 -03:00
parent d927f457e4
commit bd66e5a13d
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'libdrm' # Template file for 'libdrm'
pkgname=libdrm pkgname=libdrm
version=2.4.93 version=2.4.94
revision=1 revision=1
wrksrc="drm-libdrm-${version}"
build_style=meson build_style=meson
configure_args="-Dudev=true -Dvalgrind=false" configure_args="-Dudev=true -Dvalgrind=false"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,8 +11,8 @@ short_desc="Userspace interface to kernel DRM services"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT" license="MIT"
homepage="https://dri.freedesktop.org/" homepage="https://dri.freedesktop.org/"
distfiles="https://dri.freedesktop.org/libdrm/${pkgname}-${version}.tar.bz2" distfiles="https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-${version}/drm-libdrm-${version}.tar.gz"
checksum=6e84d1dc9548a76f20b59a85cf80a0b230cd8196084f5243469d9e65354fcd3c checksum=a681c0458368eec79e5e12969023958542468b48bb8b868ae4464ae450a714eb
post_install() { post_install() {
sed -n 9,25p < libsync.h > LICENSE sed -n 9,25p < libsync.h > LICENSE

2
srcpkgs/libdrm/update Normal file
View File

@ -0,0 +1,2 @@
site=https://gitlab.freedesktop.org/mesa/drm/tags
pkgname=drm-libdrm