New package: libvdpau-0.4.1.

This commit is contained in:
Juan RP 2011-11-03 07:41:30 +01:00
parent 339b6339ff
commit 85ac101cba
5 changed files with 49 additions and 0 deletions

1
srcpkgs/libvdpau-devel Symbolic link
View file

@ -0,0 +1 @@
libvdpau

2
srcpkgs/libvdpau/depends Normal file
View file

@ -0,0 +1,2 @@
abi_depends=">=0.4.1"
api_depends="${abi_depends}"

View file

@ -0,0 +1,16 @@
# Template file for 'libva-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libXfixes-devel
Add_dependency run MesaLib-devel
Add_dependency run libva
do_install()
{
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

29
srcpkgs/libvdpau/template Normal file
View file

@ -0,0 +1,29 @@
# Template file for 'libvdpau'
pkgname=libvdpau
version=0.4.1
distfiles="http://people.freedesktop.org/~aplattner/vdpau/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="The Video Decode and Presentation API for UNIX"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cgit.freedesktop.org/~aplattner/libvdpau"
license="MIT"
checksum=061b6f86c64912f79851bfefcac4f77b401e9a939dbbb7b1ec795bc7d5aaf59b
long_desc="
The Video Decode and Presentation API for Unix (VDPAU) provides a complete
solution for decoding, post-processing, compositing, and displaying
compressed or uncompressed video streams. These video streams may be combined
(composited) with bitmap content, to implement OSDs and other application
user interfaces."
subpackages="$pkgname-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency build pkg-config
Add_dependency build libX11-devel
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}

View file

@ -954,3 +954,4 @@ libSlice.so.34 libIce Ice-devel
libIceSSL.so.34 libIce Ice-devel
libIcePatch2.so.34 libIce Ice-devel
libIceXML.so.34 libIce Ice-devel
libvdpau.so.1 libvdpau libvdpau-devel