diff --git a/srcpkgs/libvdpau/libvdpau-devel.template b/srcpkgs/libvdpau/libvdpau-devel.template index 08c57fee4f..77b2f5902c 100644 --- a/srcpkgs/libvdpau/libvdpau-devel.template +++ b/srcpkgs/libvdpau/libvdpau-devel.template @@ -1,15 +1,13 @@ # Template file for 'libvdpau-devel'. # -depends="libX11-devel jack-devel libvdpau" +noarch=yes +depends="libX11-devel libvdpau>=${version}" short_desc="${short_desc} - development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - - -do_install() -{ +do_install() { vmove usr/include usr vmove usr/lib/pkgconfig usr/lib } diff --git a/srcpkgs/libvdpau/template b/srcpkgs/libvdpau/template index 9931f6c3c5..f03a8633c3 100644 --- a/srcpkgs/libvdpau/template +++ b/srcpkgs/libvdpau/template @@ -1,15 +1,16 @@ # Template file for 'libvdpau' pkgname=libvdpau -version=0.4.1 -revision=4 -distfiles="http://people.freedesktop.org/~aplattner/vdpau/$pkgname-$version.tar.gz" +version=0.5 +revision=1 +subpackages="$pkgname-devel" build_style=gnu-configure makedepends="pkg-config dri2proto libX11-devel libXext-devel" short_desc="The Video Decode and Presentation API for UNIX" maintainer="Juan RP " homepage="http://cgit.freedesktop.org/~aplattner/libvdpau" license="MIT" -checksum=061b6f86c64912f79851bfefcac4f77b401e9a939dbbb7b1ec795bc7d5aaf59b +distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz" +checksum=1dba27b86c94c400d540df0cc5166fb683d1157794867627b5fe9febc96f5e4c long_desc=" The Video Decode and Presentation API for Unix (VDPAU) provides a complete solution for decoding, post-processing, compositing, and displaying @@ -17,9 +18,6 @@ long_desc=" (composited) with bitmap content, to implement OSDs and other application user interfaces." -subpackages="$pkgname-devel" - - post_install() { vinstall COPYING 644 usr/share/licenses/${pkgname} }