Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (cb9664d39030500ed6a4c319219a1bed7420a438)
  • Date: Sat, 3 Jan 2009 06:31:48 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (cb9664d39030500ed6a4c319219a1bed7420a438), Jaka Kranjc, 01/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page