[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (cb9664d39030500ed6a4c319219a1bed7420a438)

Jaka Kranjc scm at sourcemage.org
Sat Jan 3 07:31:48 EST 2009


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 audio-players/cdparanoia/DETAILS                 |    1 +
 audio-players/cdparanoia/HISTORY                 |    4 ++++
 audio-players/cdparanoia/PRE_BUILD               |    3 +++
 audio-players/cdparanoia/gcc43-private.patch.bz2 |binary
 4 files changed, 8 insertions(+)

New commits:
commit cb9664d39030500ed6a4c319219a1bed7420a438
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    cdparanoia: fixed gcc 4.3 anomaly #14989

diff --git a/audio-players/cdparanoia/DETAILS b/audio-players/cdparanoia/DETAILS
index baebcc2..c4fdc80 100755
--- a/audio-players/cdparanoia/DETAILS
+++ b/audio-players/cdparanoia/DETAILS
@@ -1,5 +1,6 @@
            SPELL=cdparanoia
          VERSION=III-10.2
+      PATCHLEVEL=1
           SOURCE=$SPELL-$VERSION.src.tgz
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=http://downloads.xiph.org/releases/cdparanoia/$SOURCE
diff --git a/audio-players/cdparanoia/HISTORY b/audio-players/cdparanoia/HISTORY
index ca9554d..1426e78 100644
--- a/audio-players/cdparanoia/HISTORY
+++ b/audio-players/cdparanoia/HISTORY
@@ -1,3 +1,7 @@
+2009-01-03 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* DETAILS: PATCHLEVEL++
+	* gcc43-private.patch, PRE_BUILD: added for #14989
+
 2008-11-15 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: fixed descs; quoting the paths; removed deprecated vars
 	* BUILD: fixed multijob build
diff --git a/audio-players/cdparanoia/PRE_BUILD b/audio-players/cdparanoia/PRE_BUILD
new file mode 100755
index 0000000..3d3e1c5
--- /dev/null
+++ b/audio-players/cdparanoia/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+bunzip2 $SPELL_DIRECTORY/gcc43-private.patch.bz2 &&
+patch -p3 -d $SOURCE_DIRECTORY < $SPELL_DIRECTORY/gcc43-private.patch
diff --git a/audio-players/cdparanoia/gcc43-private.patch.bz2 b/audio-players/cdparanoia/gcc43-private.patch.bz2
new file mode 100644
index 0000000..b036716
Binary files /dev/null and b/audio-players/cdparanoia/gcc43-private.patch.bz2 differ



More information about the SM-Commit mailing list