libXvMC: cross build and dbg support.
This commit is contained in:
parent
bd2f31d72f
commit
1bffdce776
2 changed files with 6 additions and 10 deletions
|
@ -1,11 +1,7 @@
|
||||||
# Template file for 'libXvMC-devel'.
|
# Template file for 'libXvMC-devel'.
|
||||||
#
|
#
|
||||||
depends="libX11-devel libXext-devel libXv-devel libXvMC"
|
depends="libX11-devel libXext-devel libXv-devel libXvMC>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template build file for 'libXvMC'.
|
# Template build file for 'libXvMC'.
|
||||||
pkgname=libXvMC
|
pkgname=libXvMC
|
||||||
version=1.0.7
|
version=1.0.7
|
||||||
homepage="http://xorg.freedesktop.org/"
|
revision=2
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
makedepends="pkg-config videoproto libX11-devel libXext-devel libXv-devel"
|
makedepends="pkg-config videoproto libX11-devel libXext-devel libXv-devel"
|
||||||
revision=1
|
crossmakedepends="${makedepends}"
|
||||||
short_desc="XVideo Motion Compensation Library"
|
short_desc="XVideo Motion Compensation Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="http://xorg.freedesktop.org/"
|
||||||
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=28f085fc8518a3dadfe355360705d50153051f09898093e69af806c0b437cea3
|
checksum=28f085fc8518a3dadfe355360705d50153051f09898093e69af806c0b437cea3
|
||||||
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
|
||||||
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"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue