Skip to Content.
Sympa Menu

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

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 (1b8712832fae3c7a661de34b07dfc1d4e76e595c)
  • Date: Sun, 17 Feb 2013 18:38:14 -0600

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

audio-soft/sox/DETAILS | 6 +++---
audio-soft/sox/HISTORY | 3 +++
audio-soft/sox/sox-14.4.1.tar.gz.sig |binary
utils/dbus-c++/HISTORY | 3 +++
utils/dbus-c++/PRE_BUILD | 3 +++
utils/dbus-c++/configure.patch | 12 ++++++++++++
6 files changed, 24 insertions(+), 3 deletions(-)

New commits:
commit 1b8712832fae3c7a661de34b07dfc1d4e76e595c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

sox: update to 14.4.1

commit 2a598a06b92238bf5b2330b81f337500aa5929e8
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

dbus-c++: apply configure.ac patch

diff --git a/audio-soft/sox/DETAILS b/audio-soft/sox/DETAILS
index 8ac9422..c9df8b2 100755
--- a/audio-soft/sox/DETAILS
+++ b/audio-soft/sox/DETAILS
@@ -1,9 +1,9 @@
SPELL=sox
- VERSION=14.4.0
-
SOURCE_HASH=sha512:cecd24fb2c8cfd3d4046d4a83ef42ae86e4c063fa94803f09f9eb07eb273234f47eed60b16c4341eca19476e3f4c2b88f6c23cdceda5d647d5a0db058877d9c5
+ VERSION=14.4.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_URL[0]=http://downloads.sourceforge.net/project/sox/sox/$VERSION/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://sox.sourceforge.net/
ENTERED=20010922
LICENSE[0]=LGPL
diff --git a/audio-soft/sox/HISTORY b/audio-soft/sox/HISTORY
index 89152db..f1d00c1 100644
--- a/audio-soft/sox/HISTORY
+++ b/audio-soft/sox/HISTORY
@@ -1,3 +1,6 @@
+2013-02-17 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 14.4.1
+
2012-11-25 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply ffmpeg 0.11 patch only for ffmpeg >=0.11

diff --git a/audio-soft/sox/sox-14.4.1.tar.gz.sig
b/audio-soft/sox/sox-14.4.1.tar.gz.sig
new file mode 100644
index 0000000..78825a8
Binary files /dev/null and b/audio-soft/sox/sox-14.4.1.tar.gz.sig differ
diff --git a/utils/dbus-c++/HISTORY b/utils/dbus-c++/HISTORY
index 6ce3022..3bc8335 100644
--- a/utils/dbus-c++/HISTORY
+++ b/utils/dbus-c++/HISTORY
@@ -1,3 +1,6 @@
+2013-02-17 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: apply configure.ac patch
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/utils/dbus-c++/PRE_BUILD b/utils/dbus-c++/PRE_BUILD
index cd9bd9e..5a39be9 100755
--- a/utils/dbus-c++/PRE_BUILD
+++ b/utils/dbus-c++/PRE_BUILD
@@ -2,5 +2,8 @@ default_pre_build &&

cd $SOURCE_DIRECTORY &&

+patch -p1 < $SPELL_DIRECTORY/configure.patch &&
+
NOCONFIGURE=Y ./autogen.sh

+
diff --git a/utils/dbus-c++/configure.patch b/utils/dbus-c++/configure.patch
new file mode 100644
index 0000000..c8d2128
--- /dev/null
+++ b/utils/dbus-c++/configure.patch
@@ -0,0 +1,12 @@
+diff -ur dbus-c++-20130217/configure.ac dbus-c++-mod/configure.ac
+--- dbus-c++-20130217/configure.ac 2013-02-17 18:10:27.000000000 -0600
++++ dbus-c++-mod/configure.ac 2013-02-17 18:13:25.363189012 -0600
+@@ -4,7 +4,7 @@
+ AC_INIT([libdbus-c++], 0.9.0, [andreas.volz AT tux-style.com])
+
+ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADER([config.h])
+ AC_CONFIG_MACRO_DIR([m4])
+
+ AC_CANONICAL_HOST



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (1b8712832fae3c7a661de34b07dfc1d4e76e595c), Robin Cook, 02/17/2013

Archive powered by MHonArc 2.6.24.

Top of Page