Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4c06eb9ca8dfb275aa323720a44fca49a0a45d2d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4c06eb9ca8dfb275aa323720a44fca49a0a45d2d)
  • Date: Sat, 3 Oct 2009 17:59:50 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

audio-creation/audacity/DETAILS | 4 +-
audio-creation/audacity/HISTORY | 5 +++
audio-creation/audacity/PRE_BUILD | 3 ++
audio-creation/audacity/audacity-1.3.8-gsocket-conflict.patch | 14
++++++++++
4 files changed, 24 insertions(+), 2 deletions(-)

New commits:
commit 4c06eb9ca8dfb275aa323720a44fca49a0a45d2d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

audacity 1.3.9

diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index 879cde8..07db2e1 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -12,8 +12,8 @@ if [ "$AUDACITY_REL" == "cvs" ]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
if [ "$AUDACITY_REL" == "beta" ]; then
- VERSION=1.3.8
-
SOURCE_HASH=sha512:17daad8639ea16b652cc013d72877f3ab1f8d4e998114bc96cc808c2390ef821ed0144aa7601581eb6c74f9dc6a51cc907945e3d25263fa8dfb6ad726c3b23a0
+ VERSION=1.3.9
+
SOURCE_HASH=sha512:a30a7b6e9cb362b92e32fb848e5088237738376261bb1019c5e895a3e51ebfcce2d5396edc48f3d6acb030d8823ca661481c1f8313f84946b4606ea9280466af
SOURCE=$SPELL-minsrc-$VERSION.tar.bz2
SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index 2e5dbae..bf8c6b5 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,8 @@
+2009-10-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.3.9 (beta)
+ * PRE_BUILD, audacity-1.3.8-gsocket-conflict.patch: added patch from
+ http://cvs.fedoraproject.org/viewvc/devel/audacity/
+
2009-01-09 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: 1.3.8 (beta)

diff --git a/audio-creation/audacity/PRE_BUILD
b/audio-creation/audacity/PRE_BUILD
new file mode 100755
index 0000000..ed21350
--- /dev/null
+++ b/audio-creation/audacity/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/audacity-1.3.8-gsocket-conflict.patch
diff --git a/audio-creation/audacity/audacity-1.3.8-gsocket-conflict.patch
b/audio-creation/audacity/audacity-1.3.8-gsocket-conflict.patch
new file mode 100644
index 0000000..1b296cf
--- /dev/null
+++ b/audio-creation/audacity/audacity-1.3.8-gsocket-conflict.patch
@@ -0,0 +1,14 @@
+diff -Nur audacity-src-1.3.8-orig/src/AudacityApp.cpp
audacity-src-1.3.8/src/AudacityApp.cpp
+--- audacity-src-1.3.8-orig/src/AudacityApp.cpp 2009-07-16
05:27:35.000000000 +0200
++++ audacity-src-1.3.8/src/AudacityApp.cpp 2009-07-20 23:45:41.000000000
+0200
+@@ -331,7 +331,9 @@
+
///////////////////////////////////////////////////////////////////////////////
+
+ #include <dlfcn.h>
+-#include <gtk/gtk.h>
++/*#include <gtk/gtk.h>*/
++#include <glib/gtypes.h>
++#include <glib-object.h>
+
+ typedef struct _GnomeProgram GnomeProgram;
+ typedef struct _GnomeModuleInfo GnomeModuleInfo;



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4c06eb9ca8dfb275aa323720a44fca49a0a45d2d), Ladislav Hagara, 10/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page