Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (caf0798e170e6dbc54dfe056d93b5dba27071c69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (caf0798e170e6dbc54dfe056d93b5dba27071c69)
  • Date: Wed, 21 Mar 2007 06:29:37 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

audio-soft/solfege/BUILD | 14 ++++++++++++++
audio-soft/solfege/DEPENDS | 5 +++--
audio-soft/solfege/DETAILS | 4 ++--
audio-soft/solfege/HISTORY | 5 +++++
audio-soft/solfege/INSTALL | 6 ++++++
5 files changed, 30 insertions(+), 4 deletions(-)

New commits:
commit caf0798e170e6dbc54dfe056d93b5dba27071c69
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

solfege, updated to 3.6.5, improved

diff --git a/audio-soft/solfege/BUILD b/audio-soft/solfege/BUILD
new file mode 100755
index 0000000..562aa44
--- /dev/null
+++ b/audio-soft/solfege/BUILD
@@ -0,0 +1,14 @@
+./configure --build=${BUILD} \
+ --prefix=${INSTALL_ROOT}/usr/ \
+ --libdir=${INSTALL_ROOT}/usr/lib \
+ --bindir=${INSTALL_ROOT}/usr/games \
+ --datadir=${INSTALL_ROOT}/usr/share/ \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var/games \
+ ${OPTS} &&
+if [ is_depends_enabled $SPELL gnome-doc-utils ]
+then
+ make
+else
+ make skipmanual=yes
+fi
diff --git a/audio-soft/solfege/DEPENDS b/audio-soft/solfege/DEPENDS
index 9fe8f0d..ef9454a 100755
--- a/audio-soft/solfege/DEPENDS
+++ b/audio-soft/solfege/DEPENDS
@@ -1,3 +1,4 @@
depends swig &&
-depends pygtk2 &&
-depends gnome-python2
+depends pygtk2 &&
+optional_depends gnome-python2 "" "" "" &&
+optional_depends gnome-doc-utils "" "" ""
diff --git a/audio-soft/solfege/DETAILS b/audio-soft/solfege/DETAILS
index 1542877..da94686 100755
--- a/audio-soft/solfege/DETAILS
+++ b/audio-soft/solfege/DETAILS
@@ -1,11 +1,11 @@
SPELL=solfege
- VERSION=3.0.4
+ VERSION=3.6.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://www.solfege.org
ENTERED=20031206
-
SOURCE_HASH=sha512:2f517d0b024996b4df9b0f9b6058791c9b2d5cd69f8ef84628e2c3cccd74dbb8fee1be2afb5f95fe2b015176a5c0039eeff97bd45ec95fc62077d5f311861163
+
SOURCE_HASH=sha512:26ffb163f0cfed70b7d2bdcbc6d4d6c7a62f2213885524227682027d548bd5f1561cb6976b313c0bb534f80eebe1410078cd2ef276bfb82edc9375ec6556b392
LICENSE[0]=GPL
KEYWORDS="tools audio"
SHORT="GNU Solfege is a computer program written to help you
practice ear training."
diff --git a/audio-soft/solfege/HISTORY b/audio-soft/solfege/HISTORY
index 2eb8a6b..eb742de 100644
--- a/audio-soft/solfege/HISTORY
+++ b/audio-soft/solfege/HISTORY
@@ -1,3 +1,8 @@
+2007-03-21 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: Updated to 3.6.5
+ * DEPENDS: Made gnome-python2 optional, added optional gnome-doc-utils
+ * BUILD, INSTALL: Now handles optional building of docs
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-soft/solfege/INSTALL b/audio-soft/solfege/INSTALL
new file mode 100755
index 0000000..f3540c6
--- /dev/null
+++ b/audio-soft/solfege/INSTALL
@@ -0,0 +1,6 @@
+if [ is_depends_enabled $SPELL gnome-doc-utils ]
+then
+ make install
+else
+ make skipmanual=yes install
+fi



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (caf0798e170e6dbc54dfe056d93b5dba27071c69), Alexander Tsamutali, 03/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page