Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (63251b388ffeb17723d80db8630287298149b59c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (63251b388ffeb17723d80db8630287298149b59c)
  • Date: Sun, 8 Sep 2013 07:41:49 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

audio-plugins/swh-plugins/HISTORY | 4 ++++
audio-plugins/swh-plugins/PRE_BUILD | 1 +
2 files changed, 5 insertions(+)

New commits:
commit 63251b388ffeb17723d80db8630287298149b59c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

swh-plugins: added patch to remove set locale calls

diff --git a/audio-plugins/swh-plugins/HISTORY
b/audio-plugins/swh-plugins/HISTORY
index c28f7f2..d40c4c0 100644
--- a/audio-plugins/swh-plugins/HISTORY
+++ b/audio-plugins/swh-plugins/HISTORY
@@ -1,3 +1,7 @@
+2013-09-10 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: added patch to remove setlocale calls
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672705
+
2012-09-22 Sukneet Basuta <sukneet AT sourcemage.org>
* PRE_BUILD: added, to apply patches and run autopoint and
autoreconf. Autopoint is run to update gettext macros.
diff --git a/audio-plugins/swh-plugins/PRE_BUILD
b/audio-plugins/swh-plugins/PRE_BUILD
index c3c684d..7899656 100755
--- a/audio-plugins/swh-plugins/PRE_BUILD
+++ b/audio-plugins/swh-plugins/PRE_BUILD
@@ -3,6 +3,7 @@ cd $SOURCE_DIRECTORY &&

patch -p1 < $SPELL_DIRECTORY/swh-plugins-0.4.15-gettext.patch &&
patch -p1 < $SPELL_DIRECTORY/swh-plugins-0.4.15-pic.patch &&
+patch -p1 < $SPELL_DIRECTORY/swh-plugins-nosetlocale.patch &&

# ipdate gettext macros
autopoint -f &&



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (63251b388ffeb17723d80db8630287298149b59c), Robin Cook, 09/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page