void-packages/srcpkgs/libmpeg2/template
Juan RP 4b2ba796a3 libmpeg2: move so symlink into main pkg.
--HG--
extra : convert_revision : 955b20fefdbdda6f8487d8a676d0a85366363e0c
2010-04-24 18:43:10 +02:00

23 lines
746 B
Plaintext

# Template file for 'libmpeg2'
pkgname=libmpeg2
version=0.5.1
revision=1
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 run glibc
Add_dependency build pkg-config
Add_dependency build libICE
Add_dependency build libSM
Add_dependency build libX11
Add_dependency build libXext
Add_dependency build libXv