c1204cc0f2
--HG-- extra : convert_revision : 08beb03b9032e0b43ddd53881664daa90063de3a
22 lines
809 B
Text
22 lines
809 B
Text
# Template file for 'libvorbis'.
|
|
pkgname=libvorbis
|
|
version=1.3.1
|
|
revision=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
|