libsndfile: update to 1.0.23.
This commit is contained in:
parent
f691616759
commit
669baed1bd
4 changed files with 4 additions and 3 deletions
|
@ -16,6 +16,5 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@ long_desc="${long_desc}
|
|||
This package contains the command line applications that use
|
||||
libsndfile."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run alsa-lib
|
||||
Add_dependency run sqlite
|
||||
Add_dependency run libsndfile
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'libsndfile'
|
||||
pkgname=libsndfile
|
||||
version=1.0.21
|
||||
version=1.0.23
|
||||
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
|
||||
checksum=54c9c375598538263395a691f9b30987a2faa3d8a166d27e6a09ba4700223d4d
|
||||
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)
|
||||
|
|
|
@ -676,3 +676,4 @@ libGLEW.so.1 glew glew-devel
|
|||
liblightspark.so.0 lightspark
|
||||
libman-2.5.9.so man-db
|
||||
libmandb-2.5.9.so man-db
|
||||
libsndfile.so libsndfile libsndfile-devel
|
||||
|
|
Loading…
Reference in a new issue