libXvMC: update to 1.0.6.
This commit is contained in:
parent
513a62d69c
commit
f8ed0d97df
2 changed files with 12 additions and 11 deletions
|
@ -5,14 +5,14 @@ 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 libX11-devel
|
||||||
|
Add_dependency run libXext-devel
|
||||||
|
Add_dependency run libXv-devel
|
||||||
Add_dependency run libXvMC
|
Add_dependency run libXvMC
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
vmove usr/include usr
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
vmove usr/share/doc usr/share
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template build file for 'libXvMC'.
|
# Template build file for 'libXvMC'.
|
||||||
pkgname=libXvMC
|
pkgname=libXvMC
|
||||||
version=1.0.5
|
version=1.0.6
|
||||||
revision=2
|
homepage="http://xorg.freedesktop.org/"
|
||||||
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"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0644c768d28343af0efe0cb09fc9e0220b8ad755642bb498a3038cee328fde7f
|
license="MIT"
|
||||||
|
checksum=3dda80e9c71fd14a14f93279c6f661703c5c1c43d104a5db0842377bdf0c3392
|
||||||
long_desc="
|
long_desc="
|
||||||
X-Video Motion Compensation (XvMC) provides accelerated video
|
X-Video Motion Compensation (XvMC) provides accelerated video
|
||||||
playback by offloading video decoding to hardware. It is an
|
playback by offloading video decoding to hardware. It is an
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue