void-packages/srcpkgs/libmpeg2/template

21 lines
715 B
Plaintext

# Template file for 'libmpeg2'
pkgname=libmpeg2
version=0.5.1
revision=2
distfiles="http://libmpeg2.sourceforge.net/files/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-shared"
short_desc="Library for decoding MPEG-2 and MPEG-1 video streams"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
long_desc="
libmpeg2 is a free library for decoding MPEG-2 and MPEG-1 video
streams acclaimed to be the fastest around."
subpackages="$pkgname-devel mpeg2dec"
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build libXext-devel
Add_dependency build libXv-devel
Add_dependency build SDL-devel