libvdpau: update to 0.9.
This commit is contained in:
parent
c2790ff830
commit
407e46926f
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'libvdpau'
|
# Template file for 'libvdpau'
|
||||||
pkgname=libvdpau
|
pkgname=libvdpau
|
||||||
version=0.8
|
version=0.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dri2proto libX11-devel libXext-devel"
|
makedepends="dri2proto libX11-devel libXext-devel"
|
||||||
|
conf_files="/etc/vdpau_wrapper.cfg"
|
||||||
short_desc="The Video Decode and Presentation API for UNIX"
|
short_desc="The Video Decode and Presentation API for UNIX"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://cgit.freedesktop.org/~aplattner/libvdpau"
|
homepage="http://cgit.freedesktop.org/~aplattner/libvdpau"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
|
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
|
||||||
checksum=73a7d11cc1abed8bcaf1392bd361fc00fd43bd85bbeafb12a64bdd0bcb4101ed
|
checksum=e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
libvdpau-devel_package() {
|
libvdpau-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue