[SM-Commit] GIT changes to master grimoire by Eric Sandall (4168003386afbd4a70b1bd89bfb5db472c86247f)

Eric Sandall scm at sourcemage.org
Sat Apr 19 21:52:30 EDT 2008


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 audio-libs/libtunepimp/HISTORY        |    6 ++++++
 audio-libs/libtunepimp/PRE_BUILD      |    3 +++
 audio-libs/libtunepimp/gcc43.patch.gz |binary
 audio-libs/trm/HISTORY                |    5 +++++
 audio-libs/trm/PRE_BUILD              |    3 ++-
 audio-libs/trm/gcc43.patch            |   11 +++++++++++
 6 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 4168003386afbd4a70b1bd89bfb5db472c86247f
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    trm: Fix compilation with gcc 4.3.0 (filed upstream)

commit c38487b468b68da685787e14b90a0eab139225d1
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    libtunepimp: Fix compilation with gcc 4.3.0 (filed upstream)

diff --git a/audio-libs/libtunepimp/HISTORY b/audio-libs/libtunepimp/HISTORY
index 702d10e..50186ba 100644
--- a/audio-libs/libtunepimp/HISTORY
+++ b/audio-libs/libtunepimp/HISTORY
@@ -1,3 +1,8 @@
+2008-04-19 Eric Sandall <sandalle at sourcemage.org>
+	* PRE_BUILD: Apply gcc43.patch
+	* gcc43.patch: Fix compilation with gcc 4.3.0
+	  Filed upstream at http://bugs.musicbrainz.org/ticket/3684
+
 2007-08-27 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* UP_TRIGGERS: updated, last version change is also a breaker
 	* DETAILS: PATCHLEVEL++
@@ -37,3 +42,4 @@
 2005-11-05 Jose Bernardo Silva <jbernardo at sourcemage.org>
 	* DETAILS, HISTORY: created spell
 	* libtunepimp.diff: added from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=276742 to let it build on a AMD64
+
diff --git a/audio-libs/libtunepimp/PRE_BUILD b/audio-libs/libtunepimp/PRE_BUILD
new file mode 100755
index 0000000..3958a58
--- /dev/null
+++ b/audio-libs/libtunepimp/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build                               &&
+cd $SOURCE_DIRECTORY                            &&
+zcat $SCRIPT_DIRECTORY/gcc43.patch | patch -p1
diff --git a/audio-libs/libtunepimp/gcc43.patch.gz b/audio-libs/libtunepimp/gcc43.patch.gz
new file mode 100644
index 0000000..1530acc
Binary files /dev/null and b/audio-libs/libtunepimp/gcc43.patch.gz differ
diff --git a/audio-libs/trm/HISTORY b/audio-libs/trm/HISTORY
index 74f942c..ec8e587 100644
--- a/audio-libs/trm/HISTORY
+++ b/audio-libs/trm/HISTORY
@@ -1,3 +1,8 @@
+2008-04-19 Eric Sandall <sandalle at sourcemage.org>
+	* PRE_BUILD: Apply gcc43.patch
+	* gcc43.patch: Fix compilation with gcc 4.3.0
+	  Filed upstream at http://bugs.musicbrainz.org/ticket/3685
+
 2007-09-23 Eric Sandall <sandalle at sourcemage.org>
 	* PRE_BUILD: Apply qualification.patch
 	* qualification.patch: Remove incorrect Metadata:: qualification
diff --git a/audio-libs/trm/PRE_BUILD b/audio-libs/trm/PRE_BUILD
index 3d64b0d..dbf024e 100755
--- a/audio-libs/trm/PRE_BUILD
+++ b/audio-libs/trm/PRE_BUILD
@@ -1,3 +1,4 @@
 default_pre_build                                  &&
 cd  $SOURCE_DIRECTORY                              &&
-patch -p1 < $SCRIPT_DIRECTORY/qualification.patch
+patch -p1 < $SCRIPT_DIRECTORY/qualification.patch  &&
+patch -p1 < $SCRIPT_DIRECTORY/gcc43.patch
diff --git a/audio-libs/trm/gcc43.patch b/audio-libs/trm/gcc43.patch
new file mode 100644
index 0000000..5c5384f
--- /dev/null
+++ b/audio-libs/trm/gcc43.patch
@@ -0,0 +1,11 @@
+diff -Naur trm-0.2.1.orig/mbid3.cpp trm-0.2.1/mbid3.cpp
+--- trm-0.2.1.orig/mbid3.cpp	2008-04-19 18:45:24.912067312 -0700
++++ trm-0.2.1/mbid3.cpp	2008-04-19 18:45:42.378069626 -0700
+@@ -6,6 +6,7 @@
+ #ifdef HAVE_LIBID3
+ 
+ #include <stdio.h>
++#include <cstring>
+ #include "mbid3.h"
+ 
+ #define DB Debug_v("%s:%d", __FILE__, __LINE__);



More information about the SM-Commit mailing list