Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ec083ee996a8f5ff7758a22eb3fe75fb983ef5e2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ec083ee996a8f5ff7758a22eb3fe75fb983ef5e2)
  • Date: Sun, 5 Jul 2009 07:13:19 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-libs/libofa/DETAILS | 16 +++---------
audio-libs/libofa/HISTORY | 9 ++++++
audio-libs/libofa/PRE_BUILD | 4 ---
audio-libs/libofa/gcc43.patch | 33 ------------------------
audio-libs/libofa/gcc44.diff | 34 +++++++++++++++++++++++++
audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch | 17 ------------
audio-libs/libofa/tnt.diff | 36
---------------------------
net/dhcpcd/DETAILS | 8 +++---
net/dhcpcd/HISTORY | 3 ++
9 files changed, 56 insertions(+), 104 deletions(-)

New commits:
commit ec083ee996a8f5ff7758a22eb3fe75fb983ef5e2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dhcpcd: => 5.0.5

commit e65a0b1ac4fc502128980397c4075e17ef26e811
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libofa: => 0.9.4

diff --git a/audio-libs/libofa/DETAILS b/audio-libs/libofa/DETAILS
index d78cbc9..0c62135 100755
--- a/audio-libs/libofa/DETAILS
+++ b/audio-libs/libofa/DETAILS
@@ -1,17 +1,11 @@
SPELL=libofa
- VERSION=0.9.3
-
SOURCE_HASH=sha512:058fb43ea296325d2f7ad1762e1fd3f2ad772754b5d53dbaa1c5cd91ac5041ef82c7ea9ac580825e2391fa7db6803ff7fd5b24faf319280211a4641516126967
+ VERSION=0.9.4
+
SOURCE_HASH=sha512:2123a8690d9e318e7b125dc2deb4794e0c3e7f0b00f0b330bc426dfec8754f6d0c1cb2fcffe870bbb780a778157b017fd5ff6279986f01e2ea40d6881d222a8a
SOURCE=$SPELL-$VERSION.tar.gz
-# SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.musicip.com/dns/files/$SOURCE
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
-# SOURCE2_IGNORE=signature
- WEB_SITE=http://www.musicip.com
-# WEB_SITE=http://search.cpan.org/search?query=$SPELL
-# SOURCE_URL[0]=http://.../$SOURCE
-# SOURCE_URL[0]=$WEB_SITE/$SOURCE
+# SOURCE_URL[0]=http://www.musicip.com/dns/files/$SOURCE
+ SOURCE_URL[0]=http://users.musicbrainz.org/~robert/$SOURCE
+ WEB_SITE=http://code.google.com/p/musicip-libofa/
LICENSE[0]=GPL
ENTERED=20070708
KEYWORDS="sound"
diff --git a/audio-libs/libofa/HISTORY b/audio-libs/libofa/HISTORY
index 22769de..da249f5 100644
--- a/audio-libs/libofa/HISTORY
+++ b/audio-libs/libofa/HISTORY
@@ -1,3 +1,12 @@
+2009-07-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.4
+ different url, see http://blog.musicbrainz.org/?p=307
+ new website
+ clean-up
+ * gcc44.diff: added
+ * libofa-0.9.3-gcc-4.4.patch, gcc43.patch: deleted
+ * PRE_BUILD: apply relevant patch
+
2009-06-09 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply libofa-0.9.3-gcc-4.4.patch
* libofa-0.9.3-gcc-4.4.patch: Based on patch provided at
diff --git a/audio-libs/libofa/PRE_BUILD b/audio-libs/libofa/PRE_BUILD
index 9fb7906..87eb876 100755
--- a/audio-libs/libofa/PRE_BUILD
+++ b/audio-libs/libofa/PRE_BUILD
@@ -1,5 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/gcc43.patch &&
-patch -p1 < $SPELL_DIRECTORY/libofa-0.9.3-gcc-4.4.patch &&
-patch -p0 < $SPELL_DIRECTORY/tnt.diff
+patch -p1 < $SPELL_DIRECTORY/gcc44.diff
diff --git a/audio-libs/libofa/gcc43.patch b/audio-libs/libofa/gcc43.patch
deleted file mode 100644
index eaf2af6..0000000
--- a/audio-libs/libofa/gcc43.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Naur libofa-0.9.3.orig/examples/example.cpp
libofa-0.9.3/examples/example.cpp
---- libofa-0.9.3.orig/examples/example.cpp 2008-03-22 16:33:04.564088179
-0700
-+++ libofa-0.9.3/examples/example.cpp 2008-03-22 16:37:08.077087589 -0700
-@@ -7,6 +7,7 @@
-
- -------------------------------------------------------------------*/
-
-+#include <cstring>
- #include "protocol.h"
-
- AudioData* loadWaveFile(char *file);
-diff -Naur libofa-0.9.3.orig/examples/protocol.cpp
libofa-0.9.3/examples/protocol.cpp
---- libofa-0.9.3.orig/examples/protocol.cpp 2008-03-22 16:33:04.564088179
-0700
-+++ libofa-0.9.3/examples/protocol.cpp 2008-03-22 16:38:42.205088364 -0700
-@@ -9,6 +9,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string>
-+#include <cstring>
- #include <map>
- #include <expat.h>
- #include <curl/curl.h>
-diff -Naur libofa-0.9.3.orig/lib/signal_op.cpp libofa-0.9.3/lib/signal_op.cpp
---- libofa-0.9.3.orig/lib/signal_op.cpp 2008-03-22 16:33:04.565088992
-0700
-+++ libofa-0.9.3/lib/signal_op.cpp 2008-03-22 16:36:53.076089354 -0700
-@@ -13,6 +13,7 @@
-
-
- #include <math.h>
-+#include <cstdlib>
- #include "signal_op.h"
- #include "AFLIB/aflibConverter.h"
- #include "error_op.h"
diff --git a/audio-libs/libofa/gcc44.diff b/audio-libs/libofa/gcc44.diff
new file mode 100644
index 0000000..9ad9d71
--- /dev/null
+++ b/audio-libs/libofa/gcc44.diff
@@ -0,0 +1,34 @@
+diff -uNr libofa-0.9.4/examples/example.cpp
libofa-0.9.4.cp/examples/example.cpp
+--- libofa-0.9.4/examples/example.cpp 2008-07-21 23:27:55.000000000 +0200
++++ libofa-0.9.4.cp/examples/example.cpp 2009-07-04 18:07:02.000000000
+0200
+@@ -9,6 +9,8 @@
+
+ #include <ctype.h>
+ #include "protocol.h"
++#include <cstring>
++#include <stdio.h>
+
+ AudioData* loadWaveFile(char *file);
+ AudioData* loadDataUsingLAME(char *file);
+diff -uNr libofa-0.9.4/examples/protocol.cpp
libofa-0.9.4.cp/examples/protocol.cpp
+--- libofa-0.9.4/examples/protocol.cpp 2008-07-21 23:27:55.000000000 +0200
++++ libofa-0.9.4.cp/examples/protocol.cpp 2009-07-04 18:02:07.000000000
+0200
+@@ -9,6 +9,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string>
++#include <cstring>
+ #include <map>
+ #include <expat.h>
+ #include <curl/curl.h>
+diff -uNr libofa-0.9.4/lib/signal_op.cpp libofa-0.9.4.cp/lib/signal_op.cpp
+--- libofa-0.9.4/lib/signal_op.cpp 2008-07-21 23:27:52.000000000 +0200
++++ libofa-0.9.4.cp/lib/signal_op.cpp 2009-07-04 18:02:07.000000000 +0200
+@@ -14,6 +14,7 @@
+
+ #include <stdlib.h>
+ #include <math.h>
++#include <cstdlib>
+ #include "signal_op.h"
+ #include "AFLIB/aflibConverter.h"
+ #include "error_op.h"
diff --git a/audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch
b/audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch
deleted file mode 100644
index 508b782..0000000
--- a/audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Based on patch provided at http://bugs.gentoo.org/show_bug.cgi?id=265750
-# Modified to not depend on "#include <string.h>" being added as our
-# gcc43.patch adds "#include <cstring>" instead
-#
-diff -Naur libofa-0.9.3.orig/examples/example.cpp
libofa-0.9.3/examples/example.cpp
---- libofa-0.9.3.orig/examples/example.cpp 2009-06-09 23:18:51.885408576
-0700
-+++ libofa-0.9.3/examples/example.cpp 2009-06-09 23:19:36.701158519 -0700
-@@ -9,6 +9,8 @@
-
- #include "protocol.h"
-
-+#include <stdio.h>
-+
- AudioData* loadWaveFile(char *file);
- AudioData* loadDataUsingLAME(char *file);
-
diff --git a/audio-libs/libofa/tnt.diff b/audio-libs/libofa/tnt.diff
deleted file mode 100644
index 57425a1..0000000
--- a/audio-libs/libofa/tnt.diff
+++ /dev/null
@@ -1,36 +0,0 @@
---- lib/JAMA/tnt_math_utils.h 2007-08-07 23:11:47.000000000 +0200
-+++ tnt_math_utils.h 2007-08-07 23:03:47.000000000 +0200
-@@ -19,6 +19,16 @@
-
- namespace TNT
- {
-+
-+/**
-+ @returns the absolute value of a real (no-complex) scalar.
-+*/
-+template <class Real>
-+Real abs(const Real &a)
-+{
-+ return (a > 0 ? a : -a);
-+}
-+
- /**
- @returns hypotenuse of real (non-complex) scalars a and b by
- avoiding underflow/overflow
-@@ -55,16 +65,7 @@
- return a > b ? a : b;
- }
- */
--
--/**
-- @returns the absolute value of a real (no-complex) scalar.
--*/
--template <class Real>
--Real abs(const Real &a)
--{
-- return (a > 0 ? a : -a);
- }
-
--}
- #endif
- /* MATH_UTILS_H */
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 4484b3b..8a03f88 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,10 +1,10 @@
SPELL=dhcpcd
if [[ $DHCPCD_DEVEL == y ]]; then
- VERSION=5.0.4
-
SOURCE_HASH=sha512:d1b71fa1150cac2d4368765cd231845abadc441725f1978ae23dd5e69447a2988db010d3c5bb075a3571c576d6761dc5e87383ec3ef0288a61e826dd0efc8336
+ VERSION=5.0.45
+
SOURCE_HASH=sha512:fcd7ff9207aff6533e7d043dfb4f7ab4ebf3e27d0b9194779700f449b0761b38f1baa6bb9de971697de55e7bdb3ede90229e12b57bcbf580cfcd4b3ccbe0b814
else
- VERSION=5.0.4
-
SOURCE_HASH=sha512:d1b71fa1150cac2d4368765cd231845abadc441725f1978ae23dd5e69447a2988db010d3c5bb075a3571c576d6761dc5e87383ec3ef0288a61e826dd0efc8336
+ VERSION=5.0.5
+
SOURCE_HASH=sha512:fcd7ff9207aff6533e7d043dfb4f7ab4ebf3e27d0b9194779700f449b0761b38f1baa6bb9de971697de55e7bdb3ede90229e12b57bcbf580cfcd4b3ccbe0b814
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index cc9f9d8..e03f581 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,6 @@
+2009-07-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.5
+
2009-05-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.0.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ec083ee996a8f5ff7758a22eb3fe75fb983ef5e2), Treeve Jelbert, 07/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page