diff --git a/srcpkgs/vdpauinfo/template b/srcpkgs/vdpauinfo/template new file mode 100644 index 00000000000..e435927a238 --- /dev/null +++ b/srcpkgs/vdpauinfo/template @@ -0,0 +1,21 @@ +# Template file for 'vdpauinfo' +pkgname=vdpauinfo +version=0.0.6 +homepage="http://cgit.freedesktop.org/~aplattner/vdpauinfo" +distfiles="http://cgit.freedesktop.org/~aplattner/$pkgname/snapshot/$pkgname-$version.tar.bz2" +build_style=gnu-configure +short_desc="Command line utility for querying the capabilities of a VDPAU device" +maintainer="Juan RP " +license="MIT" +checksum=9a81a13780cbf668ac7d6d6449a4f12857891775cc945ffa9ff27f8ffd102b25 +long_desc=" + vdpauinfo queries the capabilities of a VDPAU device and shows them via + a command line utility." + +Add_dependency build automake +Add_dependency build pkg-config +Add_dependency build libvdpau-devel + +pre_configure() { + autoreconf -fi +} diff --git a/srcpkgs/vdpauinfo/vdpauinfo.rshlibs b/srcpkgs/vdpauinfo/vdpauinfo.rshlibs new file mode 100644 index 00000000000..9c36da0ca72 --- /dev/null +++ b/srcpkgs/vdpauinfo/vdpauinfo.rshlibs @@ -0,0 +1,5 @@ +libX11.so.6 +libvdpau.so.1 +libstdc++.so.6 +libgcc_s.so.1 +libc.so.6