[SM-Commit] GIT changes to master grimoire by Thomas Orgis (c1cdbfacd860a42af78555fc747e0769b33ebe80)

Thomas Orgis scm at sourcemage.org
Wed Jul 9 10:52:13 EDT 2008


GIT changes to master grimoire by Thomas Orgis <sobukus at sourcemage.org>:

 audio-creation/ardour/DEPENDS |   17 ++++++-----------
 audio-creation/ardour/DETAILS |    9 +++++++--
 audio-creation/ardour/HISTORY |    5 -----
 audio-creation/ardour/PREPARE |    1 +
 4 files changed, 14 insertions(+), 18 deletions(-)

New commits:
commit c1cdbfacd860a42af78555fc747e0769b33ebe80
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    Revert "ardour: updated to current stable, removed outdated 0.99 version (objections?)"
    
    This reverts commit a00b4739babeec9c924f790b393473f73271e715.

diff --git a/audio-creation/ardour/DEPENDS b/audio-creation/ardour/DEPENDS
index 58a9602..35dc01d 100755
--- a/audio-creation/ardour/DEPENDS
+++ b/audio-creation/ardour/DEPENDS
@@ -1,18 +1,13 @@
 depends scons &&
-depends gettext &&
-depends pkgconfig &&
-depends libtool &&
 depends JACK-DRIVER &&
 depends liblrdf &&
 depends libxml2 &&
-depends libxslt &&
-depends raptor  &&
 depends libart_lgpl &&
-depends gtk+2 &&
-depends libgnomecanvas &&
-depends liblo &&
-depends boost &&
-depends fftw  &&
+if [ "$ARDOUR_GTK2" == "y" ]; then
+	depends gtk+2
+else
+	depends gtk+
+fi
 depends libsndfile &&
 depends libsamplerate &&
-depends ladspa
+depends ladspa	
diff --git a/audio-creation/ardour/DETAILS b/audio-creation/ardour/DETAILS
index 2ef2424..a7b2b36 100755
--- a/audio-creation/ardour/DETAILS
+++ b/audio-creation/ardour/DETAILS
@@ -1,6 +1,11 @@
            SPELL=ardour
-         VERSION=2.4.1
-SOURCE_HASH=sha512:451eb32efb9aa1c08842524f037b183ae8a36d8fab0b555bd0d84e3a8e4d2d9a177035b718c79d472fa481d4cfac4286426d3da2433c2766fb88698a595dcdc5
+if [ "$ARDOUR_GTK2" == "y" ] ; then
+	VERSION=2.0alpha2	
+SOURCE_HASH=sha512:5400e3a3a74b8600b13ea54fbd9f10d4226be217b316b074ad86972343c39fad151f8688d6342c4cac42c5b27488bb2193a649ca4093ab51dc024459c92da033
+else
+         VERSION=0.99.3
+     SOURCE_HASH=sha512:3fc43e2efc8a6123b6706505be449421d9209753dfe1d9559fe4aae754bcb30f922e43d48010b2c8f12f50c90b2fef7d19e65cf3bcb3d34adedcce46b1b363ce
+fi
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://ardour.org/files/releases/$SOURCE     
diff --git a/audio-creation/ardour/HISTORY b/audio-creation/ardour/HISTORY
index 6d5da16..f9950a4 100644
--- a/audio-creation/ardour/HISTORY
+++ b/audio-creation/ardour/HISTORY
@@ -1,8 +1,3 @@
-2008-07-09 Thomas Orgis <sobukus at sourcemage.org>
-	* DETAILS, PRE_BUILD: finally upgraded to current 2.4.1, with gcc-4.3 fixes
-	* ardour-gcc43.patch: got that from http://hoth.amu.edu.pl/~j_roszkowski/ardour24.tar.gz
-	* PREPARE: gone
-
 2006-11-05 Thomas Orgis <sobukus at sourcemage.org>
 	* DETAILS: upstream changed source url (files/releases)
 
diff --git a/audio-creation/ardour/PREPARE b/audio-creation/ardour/PREPARE
new file mode 100755
index 0000000..b2d13ad
--- /dev/null
+++ b/audio-creation/ardour/PREPARE
@@ -0,0 +1 @@
+config_query ARDOUR_GTK2 "Build gtk+2 version (ALPHA VERSION)?" n



More information about the SM-Commit mailing list