libXvMC: move so symlink into main pkg.
--HG-- extra : convert_revision : 526fa8b2d0a0ec2de2e6a8380a52fdbb66164285
This commit is contained in:
parent
5bc19a1cc7
commit
3ca2a83b42
2 changed files with 10 additions and 5 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run libXvMC
|
Add_dependency run libXvMC
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
@ -12,6 +14,5 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
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
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'libXvMC'.
|
# Template build file for 'libXvMC'.
|
||||||
pkgname=libXvMC
|
pkgname=libXvMC
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
|
revision=1
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="XVideo Motion Compensation Library"
|
short_desc="XVideo Motion Compensation Library"
|
||||||
|
@ -12,11 +13,14 @@ long_desc="
|
||||||
extension of the X video extension for the X Window System."
|
extension of the X video extension for the X Window System."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libX11
|
||||||
|
Add_dependency run libXext
|
||||||
|
Add_dependency run libXv
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xproto
|
Add_dependency build xproto
|
||||||
Add_dependency build xextproto
|
Add_dependency build xextproto
|
||||||
Add_dependency build videoproto
|
Add_dependency build videoproto
|
||||||
Add_dependency full glibc
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libX11
|
Add_dependency build libXext-devel
|
||||||
Add_dependency full libXext
|
Add_dependency build libXv-devel
|
||||||
Add_dependency full libXv
|
|
||||||
|
|
Loading…
Reference in a new issue