Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (dfcf8cedd5845508e9b564caea5420f9e00db1ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (dfcf8cedd5845508e9b564caea5420f9e00db1ff)
  • Date: Mon, 12 Mar 2007 07:50:39 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-libs/libsndfile/BUILD | 1 +
audio-libs/libsndfile/CONFIGURE | 5 +++++
audio-libs/libsndfile/DEPENDS | 17 +++++++++++++++++
audio-libs/libsndfile/DETAILS | 16 ++++++++++------
audio-libs/libsndfile/HISTORY | 9 +++++++++
audio-libs/libsndfile/libsndfile.gpg |binary
6 files changed, 42 insertions(+), 6 deletions(-)

New commits:
commit dfcf8cedd5845508e9b564caea5420f9e00db1ff
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

libsndfile: added missing dependencies & options, switched to upstream
key

diff --git a/audio-libs/libsndfile/BUILD b/audio-libs/libsndfile/BUILD
new file mode 100755
index 0000000..fcee2a5
--- /dev/null
+++ b/audio-libs/libsndfile/BUILD
@@ -0,0 +1 @@
+OPTS="--disable-dependency-tracking $SND_LARGEFILE $OPTS" default_build
diff --git a/audio-libs/libsndfile/CONFIGURE b/audio-libs/libsndfile/CONFIGURE
new file mode 100755
index 0000000..27b4e47
--- /dev/null
+++ b/audio-libs/libsndfile/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option SND_LARGEFILE \
+ "Enable support for large files?" \
+ y \
+ "--enable-largefile" \
+ "--disable-largefile"
diff --git a/audio-libs/libsndfile/DEPENDS b/audio-libs/libsndfile/DEPENDS
new file mode 100755
index 0000000..0a49418
--- /dev/null
+++ b/audio-libs/libsndfile/DEPENDS
@@ -0,0 +1,17 @@
+depends pkgconfig &&
+depends libtool &&
+
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for ALSA driver support" &&
+
+optional_depends flac \
+ "--enable-flac" \
+ "--disable-flac" \
+ "for FLAC file support" &&
+
+optional_depends sqlite \
+ "--enable-sqlite" \
+ "--disable-sqlite" \
+ "for SQLite database support"
diff --git a/audio-libs/libsndfile/DETAILS b/audio-libs/libsndfile/DETAILS
index e6000d7..4ce53bb 100755
--- a/audio-libs/libsndfile/DETAILS
+++ b/audio-libs/libsndfile/DETAILS
@@ -1,15 +1,19 @@
SPELL=libsndfile
VERSION=1.0.17
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.mega-nerd.com/libsndfile/$SOURCE
-
SOURCE_HASH=sha512:1c16f85641965fecd1ac9bcd872cf88380033f6c49003c6872ead71881a00fa5391e51279da9c6fafdf1195380389ce4d9877f55505f7049bda0e9fe33accbe3
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL=http://www.mega-nerd.com/libsndfile/$SOURCE
+ SOURCE2_URL=$SOURCE_URL.asc
+ SOURCE_GPG="$SPELL.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.mega-nerd.com/libsndfile/
ENTERED=20020517
LICENSE[0]=LGPL
KEYWORDS="audio libs"
- SHORT="C library for reading and writing sampled sound files"
+ SHORT="C library for reading and writing sound files."
cat << EOF
-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. It is released in source code format under the
Gnu Lesser General Public License.
+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.
EOF
diff --git a/audio-libs/libsndfile/HISTORY b/audio-libs/libsndfile/HISTORY
index 35cba9a..f6dd034 100644
--- a/audio-libs/libsndfile/HISTORY
+++ b/audio-libs/libsndfile/HISTORY
@@ -1,3 +1,12 @@
+2007-03-12 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFIGURE: Added, query about large file support.
+ * DEPENDS: Added, depends pkgconfig and libtool, optional_depends
+ alsa-lib, flac, and sqlite.
+ * BUILD: Added, prepend large file and --disable-dependency-tracking
+ options to OPTS.
+ * DETAILS: SHA512 -> GPG, edited descriptions.
+ * libsndfile.gpg: Added.
+
2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: Added, provides AUDIOFILE-LIB.

diff --git a/audio-libs/libsndfile/libsndfile.gpg
b/audio-libs/libsndfile/libsndfile.gpg
new file mode 100644
index 0000000..0293682
Binary files /dev/null and b/audio-libs/libsndfile/libsndfile.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (dfcf8cedd5845508e9b564caea5420f9e00db1ff), Juuso Alasuutari, 03/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page