d5cf470b59
--HG-- extra : convert_revision : 4ce45fa0dc6ea662d8930150920710f272c6d40f
22 lines
859 B
Text
22 lines
859 B
Text
# Template file for 'libsndfile'
|
|
pkgname=libsndfile
|
|
version=1.0.21
|
|
distfiles="http://www.mega-nerd.com/$pkgname/files/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="C library for reading and writing files containing sampled sound"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=7e9083a2551ff347276d82cdb61f2b4f9cd137c0b76433800e991583ded8ea67
|
|
long_desc="
|
|
Libsndfile is a C library for reading and writing files containing
|
|
sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)
|
|
through one standard library interface."
|
|
|
|
subpackages="$pkgname-progs $pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run libogg
|
|
Add_dependency run libvorbis
|
|
Add_dependency run libflac
|
|
Add_dependency build alsa-lib-devel
|
|
Add_dependency build libvorbis-devel ">=1.2.3"
|
|
Add_dependency build libflac-devel
|
|
Add_dependency build sqlite-devel
|