void-packages/srcpkgs/libXvMC/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

27 lines
879 B
Plaintext

# Template build file for 'libXvMC'.
pkgname=libXvMC
version=1.0.5
revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="XVideo Motion Compensation Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0644c768d28343af0efe0cb09fc9e0220b8ad755642bb498a3038cee328fde7f
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 run glibc
Add_dependency run libX11
Add_dependency run libXext
Add_dependency run libXv
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