void-packages/srcpkgs/libvorbis/template
Juan RP 88381e423d libvorbis: update to 1.3.1.
--HG--
extra : convert_revision : e094f06935ad012b17247e55bf5e707558a98e75
2010-03-29 14:06:41 +02:00

22 lines
798 B
Plaintext

# Template file for 'libvorbis'.
pkgname=libvorbis
version=1.3.1
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
build_style=gnu_configure
short_desc="The Vorbis General Audio Compression Codec"
maintainer="pancake <pancake@nopcode.org>"
checksum=951f462ba732a76f51002590d56437ee45362f4353d8bdbeb01231a54a2da0f1
long_desc="
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
The libvorbis package contains runtime libraries for use in programs
that support Ogg Vorbis."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build libogg-devel
Add_dependency run glibc
Add_dependency run libogg