libXvMC: converted to subpkgs, new deps style.

--HG--
extra : convert_revision : 3f56f877c890ce52197265098fb64a29cf701145
This commit is contained in:
Juan RP
2009-03-19 04:13:55 +01:00
parent 9e5344a42a
commit f14aa64945
4 changed files with 31 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
# Template build file for 'libXvMC'.
pkgname=libXvMC
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
@@ -10,6 +12,12 @@ long_desc="
playback by offloading video decoding to hardware. It is an
extension of the X video extension for the X Window System."
shared_deps="libX11-1.1 libXext-1.0 libXv-1.0"
build_depends="pkg-config-0.23 xextproto-7.0 videoproto-2.2 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency build videoproto
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libXext
Add_dependency full libXv