Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (285d8a804c9194e641312ebeffa32b5c20d1b84d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (285d8a804c9194e641312ebeffa32b5c20d1b84d)
  • Date: Tue, 9 Mar 2010 10:56:34 -0600

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

audio-creation/gigedit/DETAILS | 4 ++--
audio-creation/gigedit/HISTORY | 4 ++++
audio-creation/gigedit/PRE_BUILD | 7 ++-----
audio-creation/gigedit/gcc43.patch | 21 ---------------------
audio-creation/linuxsampler/DETAILS | 4 ++--
audio-creation/linuxsampler/HISTORY | 3 +++
audio-creation/qsampler/DETAILS | 4 ++--
audio-creation/qsampler/HISTORY | 3 +++
audio-libs/libgig/DETAILS | 4 ++--
audio-libs/libgig/HISTORY | 4 ++++
audio-libs/libgig/PRE_BUILD | 4 +---
audio-libs/libgig/gcc43.patch | 33 ---------------------------------
audio-libs/liblscp/DETAILS | 4 ++--
audio-libs/liblscp/HISTORY | 3 +++
14 files changed, 30 insertions(+), 72 deletions(-)

New commits:
commit 285d8a804c9194e641312ebeffa32b5c20d1b84d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gigedit: bump to 0.2.0

commit 4b6467f180cc7f0ab22520510d156301e88f354c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

qsampler: bump to 0.2.2

commit de83908fe359054996efbd6b7f005658969a90d4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

linuxsampler: bump to 1.0.0

commit 6f0e93c0880b6edd9fa8e1ac6ae868440d520502
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

liblscp: bump to 0.5.6

commit 75f0578a636ef904fc89007b510bdde59da6795f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libgig: bump to 3.3.0

diff --git a/audio-creation/gigedit/DETAILS b/audio-creation/gigedit/DETAILS
index 7f8cb10..2287ce1 100755
--- a/audio-creation/gigedit/DETAILS
+++ b/audio-creation/gigedit/DETAILS
@@ -13,11 +13,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.1.1
+ VERSION=0.2.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:b11adc132df3e3d53299e6034998ed1a80af65d8e177aef8ee1cf526592199a8a3fbe681f80ba016bf1862f86caca98f9357de7a1a7141d5a2c6052dbc7604f9
+
SOURCE_HASH=sha512:084955bb851709c1c11dfb8257d4b3667fa61fcad59965de32bfe83edae3b42b1f1f4f03b5a7ec427f47f5fc2e2150b8c5c3908e5d0bb242db1163370289f912
fi
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
diff --git a/audio-creation/gigedit/HISTORY b/audio-creation/gigedit/HISTORY
index e5b8e59..0aab785 100644
--- a/audio-creation/gigedit/HISTORY
+++ b/audio-creation/gigedit/HISTORY
@@ -1,3 +1,7 @@
+2010-03-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 0.2.0
+ * PRE_BUILD, gcc43.patch: patch not needed anymore
+
2008-05-25 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, PREPARE, PRE_BUILD, DEPENDS: Added cvs version.
* PREPARE: Added file because of cvs version.
diff --git a/audio-creation/gigedit/PRE_BUILD
b/audio-creation/gigedit/PRE_BUILD
index 37a2173..8ab9b73 100755
--- a/audio-creation/gigedit/PRE_BUILD
+++ b/audio-creation/gigedit/PRE_BUILD
@@ -1,11 +1,8 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-if [[ $GIGEDIT_VCS != y ]]
-then
- # For gcc 4.3 build problem in 0.1.1
- patch -p0 < "$SCRIPT_DIRECTORY/gcc43.patch"
-else
+# This is very likely outdated.
+if [[ $GIGEDIT_VCS = y ]]; then
# Build halts trying to make docs
sed -i "s/ doc//" Makefile.am &&
make -f Makefile.cvs
diff --git a/audio-creation/gigedit/gcc43.patch
b/audio-creation/gigedit/gcc43.patch
deleted file mode 100644
index aca356f..0000000
--- a/audio-creation/gigedit/gcc43.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/gigedit/mainwindow.cpp~ 2008-05-24 18:02:31.000000000 +0300
-+++ src/gigedit/mainwindow.cpp 2008-05-24 18:02:56.000000000 +0300
-@@ -46,6 +46,7 @@
- #endif
-
- #include <stdio.h>
-+#include <string.h>
- #include <sndfile.h>
-
- #include "mainwindow.h"
---- src/gigedit/paramedit.cpp~ 2008-05-24 18:09:37.000000000 +0300
-+++ src/gigedit/paramedit.cpp 2008-05-24 18:09:56.000000000 +0300
-@@ -17,6 +17,8 @@
- * 02110-1301 USA.
- */
-
-+#include <string.h>
-+
- #include "paramedit.h"
-
- namespace {
diff --git a/audio-creation/linuxsampler/DETAILS
b/audio-creation/linuxsampler/DETAILS
index ca37f94..94ee328 100755
--- a/audio-creation/linuxsampler/DETAILS
+++ b/audio-creation/linuxsampler/DETAILS
@@ -13,11 +13,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.5.1
+ VERSION=1.0.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:2125608ac5549068592a305bb9efd73d4100974d27d014ca41360c204d350c4abe04beda6d9f1238897003fdd7268d55f9eaf2b7b54aec26b74120f6c2eba5c3
+
SOURCE_HASH=sha512:50b27ff16ef0f393e0808d992ca58f8a4ec12ce909bf3a461502e7e2a2bcfcbfb1558dd07a5ff5af2cbf26bc5f7b878a736005a8e90e4d5e92ca9b868e9bc204
fi
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
diff --git a/audio-creation/linuxsampler/HISTORY
b/audio-creation/linuxsampler/HISTORY
index b079519..fb0ee09 100644
--- a/audio-creation/linuxsampler/HISTORY
+++ b/audio-creation/linuxsampler/HISTORY
@@ -1,3 +1,6 @@
+2010-03-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 1.0.0
+
2008-05-25 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, PREPARE, PRE_BUILD, DEPENDS: Added cvs version.
* PREPARE, PRE_BUILD: Added files because of cvs version.
diff --git a/audio-creation/qsampler/DETAILS b/audio-creation/qsampler/DETAILS
index eeac32c..9bbe623 100755
--- a/audio-creation/qsampler/DETAILS
+++ b/audio-creation/qsampler/DETAILS
@@ -13,11 +13,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.2.1
+ VERSION=0.2.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:0efebd76ed670471ea04d362df39e5f9ae80626fa38699a6f4785e74094232acfcadc3d46754aee8dd8ada65a8acaa541a911b8236e03349a0b9f43c3f482dd1
+
SOURCE_HASH=sha512:7c321eb8d44621394fc30b71a2167ba7a4ad21c31805d20539b58c0c38962f5a659006b8e9b1e798c9c988179a286c51e6fe72fb52a380e933902af8b3fd16c9
fi
WEB_SITE=http://qsampler.sourceforge.net/
ENTERED=20060726
diff --git a/audio-creation/qsampler/HISTORY b/audio-creation/qsampler/HISTORY
index 8c1eeee..470c973 100644
--- a/audio-creation/qsampler/HISTORY
+++ b/audio-creation/qsampler/HISTORY
@@ -1,3 +1,6 @@
+2010-03-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 0.2.2
+
2008-05-25 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, PREPARE, PRE_BUILD, DEPENDS: Added cvs version.
* PREPARE, PRE_BUILD: Added files because of cvs version.
diff --git a/audio-libs/libgig/DETAILS b/audio-libs/libgig/DETAILS
index 8ca32d9..038be9a 100755
--- a/audio-libs/libgig/DETAILS
+++ b/audio-libs/libgig/DETAILS
@@ -13,11 +13,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=3.2.1
+ VERSION=3.3.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:99a7c439eee749e0870d8352c6d5516166a4a4cfce4206fe2e66c735c16e72ccf50cc9fcf3fc17a71eaba98a5a3d6d4bbe26bdd6a2826886aa4835674f423487
+
SOURCE_HASH=sha512:e46c3746eed234303618cef68e21aee86cfc4be785bbacbb4483169450cd98d379a2598b44c1f90c4d9fb8d87f3fea74e5faa45291561b52c1d0d02de46a52a7
fi
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
diff --git a/audio-libs/libgig/HISTORY b/audio-libs/libgig/HISTORY
index 85ca919..1827bf9 100644
--- a/audio-libs/libgig/HISTORY
+++ b/audio-libs/libgig/HISTORY
@@ -1,3 +1,7 @@
+2010-03-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 3.3.0
+ * PRE_BUILD, gcc34.patch: gcc43 patch not needed anymore
+
2008-10-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* gcc43.patch, PRE_BUILD: compile with gcc 4.3 #14785

diff --git a/audio-libs/libgig/PRE_BUILD b/audio-libs/libgig/PRE_BUILD
index cb2687d..f3f77dd 100755
--- a/audio-libs/libgig/PRE_BUILD
+++ b/audio-libs/libgig/PRE_BUILD
@@ -4,6 +4,4 @@ cd "$SOURCE_DIRECTORY" &&
if [[ $LIBGIG_VCS == y ]]
then
make -f Makefile.cvs
-fi &&
-
-patch -p1 < $SPELL_DIRECTORY/gcc43.patch
+fi
diff --git a/audio-libs/libgig/gcc43.patch b/audio-libs/libgig/gcc43.patch
deleted file mode 100644
index 821548f..0000000
--- a/audio-libs/libgig/gcc43.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -aur libgig-3.2.1-orig/src/DLS.cpp libgig-3.2.1/src/DLS.cpp
---- libgig-3.2.1-orig/src/DLS.cpp 2008-06-24 13:35:32.000000000 +0200
-+++ libgig-3.2.1/src/DLS.cpp 2008-06-24 13:37:23.000000000 +0200
-@@ -24,6 +24,7 @@
- #include "DLS.h"
-
- #include <time.h>
-+#include <algorithm>
-
- #ifdef __APPLE__
- #include <CoreFoundation/CFUUID.h>
-diff -aur libgig-3.2.1-orig/src/gig.cpp libgig-3.2.1/src/gig.cpp
---- libgig-3.2.1-orig/src/gig.cpp 2008-06-24 13:35:32.000000000 +0200
-+++ libgig-3.2.1/src/gig.cpp 2008-06-24 13:36:57.000000000 +0200
-@@ -27,6 +27,7 @@
-
- #include <math.h>
- #include <iostream>
-+#include <algorithm>
-
- /// Initial size of the sample buffer which is used for decompression of
- /// compressed sample wave streams - this value should always be bigger than
-diff -aur libgig-3.2.1-orig/src/RIFF.cpp libgig-3.2.1/src/RIFF.cpp
---- libgig-3.2.1-orig/src/RIFF.cpp 2008-06-24 13:35:32.000000000 +0200
-+++ libgig-3.2.1/src/RIFF.cpp 2008-06-24 13:36:40.000000000 +0200
-@@ -22,6 +22,7 @@
-
***************************************************************************/
-
- #include <string.h>
-+#include <algorithm>
-
- #include "RIFF.h"
-
diff --git a/audio-libs/liblscp/DETAILS b/audio-libs/liblscp/DETAILS
index 1d3cf3c..9b15958 100755
--- a/audio-libs/liblscp/DETAILS
+++ b/audio-libs/liblscp/DETAILS
@@ -13,11 +13,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.5.5
+ VERSION=0.5.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:92cf94b2564e66d8b99e1ead3f585f9f496405e07e93e202a580e227f4502e51fac109ae9f832412f6f57f3dd9ba51ec64617ffacbdd82318c1900feb067b5a1
+
SOURCE_HASH=sha512:3d2b8b8316f39cf082f15475bb0fec7822bda22e9eaabfa79aaf19244c7d364df29a508bd56a592ff2b188c4d1aa82d3a5bec7238d3a0528015ec7c5f70c8403
fi
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
diff --git a/audio-libs/liblscp/HISTORY b/audio-libs/liblscp/HISTORY
index fae7c52..1f3da0c 100644
--- a/audio-libs/liblscp/HISTORY
+++ b/audio-libs/liblscp/HISTORY
@@ -1,3 +1,6 @@
+2010-03-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 0.5.6
+
2008-05-25 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, PREPARE, PRE_BUILD, DEPENDS: Added cvs version.
* PREPARE, PRE_BUILD: Added files because of cvs version.



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (285d8a804c9194e641312ebeffa32b5c20d1b84d), Thomas Orgis, 03/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page