Skip to Content.
Sympa Menu

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

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 (2882821fd78000b7fa8784da65b0313fda369150)
  • Date: Sun, 18 Feb 2007 15:39:26 -0600

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

audio-creation/linuxsampler/BUILD | 10 ++++++++++
audio-creation/linuxsampler/DEPENDS | 27 +++++++++++++++++++++------
audio-creation/linuxsampler/DETAILS | 8 +++-----
audio-creation/linuxsampler/HISTORY | 9 +++++++++
audio-creation/qsampler/DEPENDS | 7 ++++++-
audio-creation/qsampler/DETAILS | 4 ++--
audio-creation/qsampler/HISTORY | 4 ++++
audio-libs/libgig/BUILD | 9 +++++++--
audio-libs/libgig/CONFIGURE | 3 ---
audio-libs/libgig/DEPENDS | 12 ++++++++----
audio-libs/libgig/DETAILS | 6 +++---
audio-libs/libgig/HISTORY | 10 ++++++++++
12 files changed, 83 insertions(+), 26 deletions(-)

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

qsampler: added missing optional dependency

commit 644b75ce37357c02b67e0cafa91bcf03e898fefb
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

linuxsampler 0.4.0, fixes

commit 4f0cb5c87bde46adff97921afcfc1fbff1c09a73
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

libgig: updated to 3.1.0, other fixes

diff --git a/audio-creation/linuxsampler/BUILD
b/audio-creation/linuxsampler/BUILD
new file mode 100755
index 0000000..cc1fec2
--- /dev/null
+++ b/audio-creation/linuxsampler/BUILD
@@ -0,0 +1,10 @@
+OPTS="--disable-dependency-tracking $OPTS" &&
+
+default_build &&
+
+. "$GRIMOIRE/is_depends_enabled.function" &&
+
+if is_depends_enabled $SPELL doxygen
+then
+ make docs
+fi
diff --git a/audio-creation/linuxsampler/DEPENDS
b/audio-creation/linuxsampler/DEPENDS
index 6849614..0424caf 100755
--- a/audio-creation/linuxsampler/DEPENDS
+++ b/audio-creation/linuxsampler/DEPENDS
@@ -1,7 +1,22 @@
-depends alsa-lib &&
-depends libgig &&
-# https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=34
-depends gcc34 &&
+depends g++ &&
+depends libtool &&
+depends pkgconfig &&
+depends libgig &&
+depends alsa-lib &&

-optional_depends alsa-lib "" "" "for ALSA driver support" &&
-optional_depends JACK-DRIVER "" "" "for JACK driver support"
+#
+# The --enable flags seem to bork ./configure
+#
+optional_depends JACK-DRIVER \
+ "" \
+ "--disable-jack-driver" \
+ "for JACK audio support" &&
+optional_depends arts \
+ "" \
+ "--disable-arts-driver" \
+ "for aRts audio support" &&
+
+optional_depends doxygen \
+ "" \
+ "" \
+ "to build API documentation"
diff --git a/audio-creation/linuxsampler/DETAILS
b/audio-creation/linuxsampler/DETAILS
index 9fa22a9..9629d77 100755
--- a/audio-creation/linuxsampler/DETAILS
+++ b/audio-creation/linuxsampler/DETAILS
@@ -1,11 +1,9 @@
SPELL=linuxsampler
- VERSION=0.3.3
+ VERSION=0.4.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:2a2d73e1f712706c4497eddf7ae840a521fa657d24dbefaa9e3afd0262ddb0c8c61c48f1c9918af022eb4aaef23a689466d1577610482eb66620dbfb6a49f9c5
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-# https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=34
- GCC_VERSION=3.4
+
SOURCE_HASH=sha512:40f2c4e3506ac3267a9024ea5c2c7c950b184d5ba255e82f5a339963fa6c486572e1732c943b0724eaeb45ab9a84c4ba7a1f3f2834a529d32b4c6bd85383d1fa
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
LICENSE[0]=GPL
diff --git a/audio-creation/linuxsampler/HISTORY
b/audio-creation/linuxsampler/HISTORY
index 029a73b..d400eb0 100644
--- a/audio-creation/linuxsampler/HISTORY
+++ b/audio-creation/linuxsampler/HISTORY
@@ -1,3 +1,12 @@
+2007-02-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.4.0, removed GCC_VERSION=3.4.
+ * DEPENDS: Added depends g++ libtool pkgconfig, added
+ optional_depends doxygen, removed depends gcc34 and redundant
+ optional_depends alsa-lib, added configure flags for arts and
+ JACK-DRIVER.
+ * BUILD: Added, build docs is doxygen is enabled, use
+ --disable-dependency-tracking for faster build.
+
2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Changed jack to JACK-DRIVER.

diff --git a/audio-creation/qsampler/DEPENDS b/audio-creation/qsampler/DEPENDS
index 7a9c718..d8db886 100755
--- a/audio-creation/qsampler/DEPENDS
+++ b/audio-creation/qsampler/DEPENDS
@@ -1,3 +1,8 @@
depends linuxsampler &&
depends liblscp &&
-depends qt-x11
+depends qt-x11 &&
+
+optional_depends libgig \
+ "--enable-libgig" \
+ "--disable-libgig" \
+ "to enable libgig interface"
diff --git a/audio-creation/qsampler/DETAILS b/audio-creation/qsampler/DETAILS
index dcd23a4..c68b788 100755
--- a/audio-creation/qsampler/DETAILS
+++ b/audio-creation/qsampler/DETAILS
@@ -3,8 +3,8 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE

SOURCE_HASH=sha512:1f183a941e9932f0146b243b3e1b2d2d4a32d5cc78cfb9341c170028fa3eb3c96eda0e12ed66bc14ad5deb3e57c6df689ac12719989ddd00a28f3217950ee5fa
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.linuxsampler.org/
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://qsampler.sourceforge.net/
ENTERED=20060726
LICENSE[0]=GPL
SHORT="A graphical frontend to LinuxSampler."
diff --git a/audio-creation/qsampler/HISTORY b/audio-creation/qsampler/HISTORY
index 4c777d6..62e7ff2 100644
--- a/audio-creation/qsampler/HISTORY
+++ b/audio-creation/qsampler/HISTORY
@@ -1,2 +1,6 @@
+2007-02-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added optional_depends libgig.
+ * DETAILS: Changed WEB_SITE.
+
2006-07-26 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, DEPENDS, HISTORY: created spell
diff --git a/audio-libs/libgig/BUILD b/audio-libs/libgig/BUILD
index 6e3a137..cc1fec2 100755
--- a/audio-libs/libgig/BUILD
+++ b/audio-libs/libgig/BUILD
@@ -1,5 +1,10 @@
+OPTS="--disable-dependency-tracking $OPTS" &&
+
default_build &&

-if [[ $GATHER_DOCS == on && $LIBGIG_DOCS == y ]]; then
- make docs
+. "$GRIMOIRE/is_depends_enabled.function" &&
+
+if is_depends_enabled $SPELL doxygen
+then
+ make docs
fi
diff --git a/audio-libs/libgig/CONFIGURE b/audio-libs/libgig/CONFIGURE
deleted file mode 100755
index 955176b..0000000
--- a/audio-libs/libgig/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ $GATHER_DOCS == on ]]; then
- config_query LIBGIG_DOCS "Build API documentation (requires doxygen)?" n
-fi
diff --git a/audio-libs/libgig/DEPENDS b/audio-libs/libgig/DEPENDS
index 6c0a67e..5581b81 100755
--- a/audio-libs/libgig/DEPENDS
+++ b/audio-libs/libgig/DEPENDS
@@ -1,5 +1,9 @@
-depends libsndfile &&
+depends g++ &&
+depends libtool &&
+depends pkgconfig &&
+depends AUDIOFILE-LIB &&

-if [[ $GATHER_DOCS == on && $LIBGIG_DOCS == y ]]; then
- depends doxygen
-fi
+optional_depends doxygen \
+ "" \
+ "" \
+ "to build API documentation"
diff --git a/audio-libs/libgig/DETAILS b/audio-libs/libgig/DETAILS
index 7eba07b..ffb9bb7 100755
--- a/audio-libs/libgig/DETAILS
+++ b/audio-libs/libgig/DETAILS
@@ -1,9 +1,9 @@
SPELL=libgig
- VERSION=3.0.0
+ VERSION=3.1.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:db29b16c4ae8d2ed0b474f1ddd892ca93f4a17b38cad7eae101314374853b3f307a68e597d5cbdf8286053e83cfed67c559f4d43f2b1b8d795f641cb21ed44be
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_HASH=sha512:24d0f0eba061ea02e0b2dc84150b693c3916d58094de439bd3f7611000cefdf707d2017e08b43ecb27927fdb0dc2dae60409d95c13537c5247974f75ef296223
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
LICENSE[0]=GPL
diff --git a/audio-libs/libgig/HISTORY b/audio-libs/libgig/HISTORY
index 7257477..9f1dab6 100644
--- a/audio-libs/libgig/HISTORY
+++ b/audio-libs/libgig/HISTORY
@@ -1,2 +1,12 @@
+2007-02-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 3.1.0.
+ * DEPENDS: Added depends g++ libtool pkgconfig, changed depends
+ libsndfile to AUDIOFILE-LIB, made doxygen optional (was behind
+ a config_query var conditional).
+ * BUILD: Changed building of docs to depend on doxygen
+ dependency instead of config_query var, added
+ --disable-dependency-tracking.
+ * CONFIGURE: Deleted.
+
2006-07-26 Juuso Alasuutari <iuso AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (2882821fd78000b7fa8784da65b0313fda369150), Juuso Alasuutari, 02/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page