void-packages/srcpkgs/libXvMC/template
2012-02-10 08:37:09 +01:00

24 lines
819 B
Plaintext

# Template build file for 'libXvMC'.
pkgname=libXvMC
version=1.0.6
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="XVideo Motion Compensation Library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
checksum=3dda80e9c71fd14a14f93279c6f661703c5c1c43d104a5db0842377bdf0c3392
long_desc="
X-Video Motion Compensation (XvMC) provides accelerated video
playback by offloading video decoding to hardware. It is an
extension of the X video extension for the X Window System."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency build videoproto
Add_dependency build libX11-devel
Add_dependency build libXext-devel
Add_dependency build libXv-devel