[Lunar-commits] <moonbase> libsndfile: version bumped to 1.0.18.
Florin Braescu
florin at lunar-linux.org
Sun Feb 8 08:20:29 CET 2009
commit 7ad31914ee7ee3ddbe5ccfd2547766d23cb8ec47
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Feb 8 09:20:29 2009 +0200
libsndfile: version bumped to 1.0.18.
Ogg Vorbis support was added.
The captive FLAC library was removed in favor of an external libFLAC.
Many new features and bugfixes were included.
---
audio/libsndfile/BUILD | 9 ---------
audio/libsndfile/DEPENDS | 5 +++--
audio/libsndfile/DETAILS | 13 +++++--------
3 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/audio/libsndfile/BUILD b/audio/libsndfile/BUILD
deleted file mode 100644
index f0ae5cf..0000000
--- a/audio/libsndfile/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- # Using a borrowed patch from gentoo to fix the flac (>=1.1.3) compile problem in libsndfile
- # Remember to remove this patch and at some point in the future!
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- sed -i -e '/AC_MSG_WARN(\[\[/d' acinclude.m4 &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/audio/libsndfile/DEPENDS b/audio/libsndfile/DEPENDS
index 24f91dc..a36acf0 100644
--- a/audio/libsndfile/DEPENDS
+++ b/audio/libsndfile/DEPENDS
@@ -1,2 +1,3 @@
-depends flac &&
-depends alsa-lib
+optional_depends "alsa-lib" "" "--disable-alsa" "for ALSA support"
+optional_depends "sqlite" "" "--disable-sqlite" "for sqlite database support"
+optional_depends "flac" "" "" "for FLAC audio support"
diff --git a/audio/libsndfile/DETAILS b/audio/libsndfile/DETAILS
index ad68ccc..eb9e1ad 100644
--- a/audio/libsndfile/DETAILS
+++ b/audio/libsndfile/DETAILS
@@ -1,15 +1,12 @@
MODULE=libsndfile
- VERSION=1.0.17
+ VERSION=1.0.18
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=libsndfile-1.0.17+flac-1.1.3.patch
- SOURCE_URL=http://www.mega-nerd.com/$MODULE/
- SOURCE_VFY=sha1:2f66798d596a15491fbd1191ded8125ed71ef411
- SOURCE2_URL=$PATCH_URL
- SOURCE2_VFY=sha1:4813db22f1dee9f8b3affccbf3783e53160366a1
+ SOURCE_URL=http://www.mega-nerd.com/$MODULE
+ SOURCE_VFY=sha1:d0fb643dc5b1030cf769e06d1260c70320fc877e
WEB_SITE=http://www.mega-nerd.com/$MODULE
ENTERED=20020408
- UPDATED=20060831
- SHORT="C library for reading and writing sound files."
+ UPDATED=20090208
+ SHORT="C library for reading and writing sound files"
cat << EOF
Libsndfile is a C library for reading and writing files containing
More information about the Lunar-commits
mailing list