libXvMC: converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 3f56f877c890ce52197265098fb64a29cf701145
This commit is contained in:
parent
9e5344a42a
commit
f14aa64945
|
@ -0,0 +1 @@
|
|||
libXvMC
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.0.4
|
||||
api_depends=${abi_depends}
|
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'libXvMC-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libXvMC
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue