Skip to Content.
Sympa Menu

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

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 (a790176597137e5f45551bc1a6c1a60852cbb14f)
  • Date: Tue, 7 Aug 2007 14:29:35 -0500

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

ChangeLog | 4 ++++
audio-libs/libofa/DEPENDS | 4 ++++
audio-libs/libofa/DETAILS | 24 ++++++++++++++++++++++++
audio-libs/libofa/HISTORY | 5 +++++
audio-libs/libofa/PRE_BUILD | 3 +++
audio-libs/libofa/tnt.diff | 36 ++++++++++++++++++++++++++++++++++++
audio-libs/libtunepimp/DEPENDS | 4 ++--
audio-libs/libtunepimp/DETAILS | 4 ++--
audio-libs/libtunepimp/HISTORY | 4 ++++
devel/bisonc++/DETAILS | 4 ++--
devel/bisonc++/HISTORY | 3 +++
devel/flex/DETAILS | 1 +
devel/flex/FlexLexer.h.diff.128 | 13 +++++++++++++
devel/flex/HISTORY | 5 +++++
devel/flex/PRE_BUILD | 3 +++
utils/ntp/DETAILS | 4 ++--
utils/ntp/HISTORY | 3 +++
video/mlt/DEPENDS | 2 +-
video/mlt/DETAILS | 4 ++--
video/mlt/HISTORY | 4 ++++
x11-toolkits/fltk2/DETAILS | 10 +++++-----
x11-toolkits/fltk2/HISTORY | 4 ++++
22 files changed, 132 insertions(+), 16 deletions(-)

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

libofa-0.9.3

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

libtunepimp-0.5.3

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

bisonc++-2.0.0

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

flex - apply upstream patch

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

ntp-4.2.4p3

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

mlt-0.2.4

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

fltk-2.0.x-r5940

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

dejavu-ttf-2.19

diff --git a/ChangeLog b/ChangeLog
index cc78d51..7712571 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * audio-libs/libofa: new spell : music fingerprints
+ needed by latet libtunepimp
+
2007-08-06 Eric Sandall <sandalle AT sourcemage.org>
* latex/l2a: Added a simple LaTeX -> ASCII conversion tool

diff --git a/audio-libs/libofa/DEPENDS b/audio-libs/libofa/DEPENDS
new file mode 100755
index 0000000..216a760
--- /dev/null
+++ b/audio-libs/libofa/DEPENDS
@@ -0,0 +1,4 @@
+depends g++ &&
+depends expat &&
+depends curl &&
+depends fftw
diff --git a/audio-libs/libofa/DETAILS b/audio-libs/libofa/DETAILS
new file mode 100755
index 0000000..d78cbc9
--- /dev/null
+++ b/audio-libs/libofa/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=libofa
+ VERSION=0.9.3
+
SOURCE_HASH=sha512:058fb43ea296325d2f7ad1762e1fd3f2ad772754b5d53dbaa1c5cd91ac5041ef82c7ea9ac580825e2391fa7db6803ff7fd5b24faf319280211a4641516126967
+ 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
+ LICENSE[0]=GPL
+ ENTERED=20070708
+ KEYWORDS="sound"
+ SHORT="acoustic fingerprint"
+cat << EOF
+Open Fingerprint Architecture normalizes, extracts frequencies, and creates
+an array representing the frequency data in an audio file.
+This data-chunk (so called acoustic fingerprint) was designed for use with
+the MusicDNS service.
+EOF
diff --git a/audio-libs/libofa/HISTORY b/audio-libs/libofa/HISTORY
new file mode 100644
index 0000000..bc6e88f
--- /dev/null
+++ b/audio-libs/libofa/HISTORY
@@ -0,0 +1,5 @@
+2007-08-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.3
+ * PRE_BUILD, tnt.diff: apply upstream patch
+ spell created
+
diff --git a/audio-libs/libofa/PRE_BUILD b/audio-libs/libofa/PRE_BUILD
new file mode 100755
index 0000000..fe8ace5
--- /dev/null
+++ b/audio-libs/libofa/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SPELL_DIRECTORY/tnt.diff
diff --git a/audio-libs/libofa/tnt.diff b/audio-libs/libofa/tnt.diff
new file mode 100644
index 0000000..57425a1
--- /dev/null
+++ b/audio-libs/libofa/tnt.diff
@@ -0,0 +1,36 @@
+--- 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/audio-libs/libtunepimp/DEPENDS b/audio-libs/libtunepimp/DEPENDS
index 0b8a050..c9bcca1 100755
--- a/audio-libs/libtunepimp/DEPENDS
+++ b/audio-libs/libtunepimp/DEPENDS
@@ -1,8 +1,8 @@
depends libmusicbrainz &&
if [[ "${LIBTUNEPIMP_PYTHON}" == "y" ]]
then depends python
-fi &&
-
+fi &&
+depends libofa &&
optional_depends libmad "" "" "mp3 support?" &&
optional_depends libvorbis "" "" "ogg support?" &&
optional_depends flac "" "" "FLAC support?" &&
diff --git a/audio-libs/libtunepimp/DETAILS b/audio-libs/libtunepimp/DETAILS
index 22036fb..7ada868 100755
--- a/audio-libs/libtunepimp/DETAILS
+++ b/audio-libs/libtunepimp/DETAILS
@@ -1,8 +1,8 @@
SPELL=libtunepimp
- VERSION=0.4.2
+ VERSION=0.5.3
+
SOURCE_HASH=sha512:77529a25148d12a6e269aa0986b09335a9158a7bdea698eaebdfbea775d4812cb4409d2c5119c84ffbcafa98adaad37345f3e58da63df3fabc257fd5317a4d47
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[1]=ftp://ftp.musicbrainz.org/pub/musicbrainz/$SOURCE
-
SOURCE_HASH=sha512:bdc15a0bea538f21cce2d07ea0725923064c05d674d8b05060434b8248207a1a06c8094027dabb8154d1c13ffcb8c7b4556e6eeabcbc958efe52d8935b0452c2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://musicbrainz.org/docs/tunepimp/index.html
ENTERED=20051105
diff --git a/audio-libs/libtunepimp/HISTORY b/audio-libs/libtunepimp/HISTORY
index a3a837b..d41bb53 100644
--- a/audio-libs/libtunepimp/HISTORY
+++ b/audio-libs/libtunepimp/HISTORY
@@ -1,3 +1,7 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.3
+ * DEPENDS: add libofa
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/bisonc++/DETAILS b/devel/bisonc++/DETAILS
index c904a64..270b9f7 100755
--- a/devel/bisonc++/DETAILS
+++ b/devel/bisonc++/DETAILS
@@ -1,6 +1,6 @@
SPELL=bisonc++
- VERSION=1.6.1
-
SOURCE_HASH=sha512:5f9e95f3aeb84d7d3b3359ef65c2b901f943893b916a164a75478231e0c86661f26670893a28f1c5f62f6777442b0eb8af7a619ba829ac702c1fcf15db07d07b
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:cabc1320023cfe7f9c91342ac0193d94837d6e180f9847d8bbd8940872762c48b95f0796a1525f3a03b6a186dc9544ab9ca1343874fed30371e2cdc2f3eb9f35
SOURCE=${SPELL}_${VERSION//-?/}.orig.tar.gz
# SOURCE2=${SPELL}_${VERSION}.diff.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION//-?}
diff --git a/devel/bisonc++/HISTORY b/devel/bisonc++/HISTORY
index 2b32f99..d704b06 100644
--- a/devel/bisonc++/HISTORY
+++ b/devel/bisonc++/HISTORY
@@ -1,3 +1,6 @@
+2007-08-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+
2007-05-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.1
* PRE_BUILD: replace patch by sed, more stable
diff --git a/devel/flex/DETAILS b/devel/flex/DETAILS
index 0838353..5061ded 100755
--- a/devel/flex/DETAILS
+++ b/devel/flex/DETAILS
@@ -1,5 +1,6 @@
SPELL=flex
VERSION=2.5.33
+ PATCHLEVEL=1

SOURCE_HASH=sha512:84c12f9d3e43285f2a5c9572c343f6fed49626be756ba1181e52f5a80df4b96cb28e90d3c8f66d737adc5fe3058a9e1abce67f09e1d1e24535f09971bfe6e0e7
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/flex/FlexLexer.h.diff.128 b/devel/flex/FlexLexer.h.diff.128
new file mode 100644
index 0000000..91cc7bd
--- /dev/null
+++ b/devel/flex/FlexLexer.h.diff.128
@@ -0,0 +1,13 @@
+--- FlexLexer.h 2006/10/22 22:17:38 1.27
++++ FlexLexer.h 2007/04/12 19:12:56 1.28
+@@ -62,8 +62,8 @@
+ public:
+ virtual ~FlexLexer() { }
+
+- const char* YYText() { return yytext; }
+- int YYLeng() { return yyleng; }
++ const char* YYText() const { return yytext; }
++ int YYLeng() const { return yyleng; }
+
+ virtual void
+ yy_switch_to_buffer( struct yy_buffer_state* new_buffer ) = 0;
diff --git a/devel/flex/HISTORY b/devel/flex/HISTORY
index e97bdf7..4bcc8fe 100644
--- a/devel/flex/HISTORY
+++ b/devel/flex/HISTORY
@@ -1,3 +1,8 @@
+2007-08-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD, FlexLexer.h.diff.128: added
+ upstream patch to fix c++ compile problem
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/flex/PRE_BUILD b/devel/flex/PRE_BUILD
new file mode 100755
index 0000000..616f969
--- /dev/null
+++ b/devel/flex/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SPELL_DIRECTORY/FlexLexer.h.diff.128
diff --git a/utils/ntp/DETAILS b/utils/ntp/DETAILS
index 3e26a2c..1429371 100755
--- a/utils/ntp/DETAILS
+++ b/utils/ntp/DETAILS
@@ -1,6 +1,6 @@
SPELL=ntp
- VERSION=4.2.4p2
-
SOURCE_HASH=sha512:f9dcbe157867c408fea7a8aeaa642c3a2d4a556fa39094f015bd2e409f1d606b6685cf79e15d4a7e0b7f7cfc067addd0b7e856b685499acc499efac787c5ed89
+ VERSION=4.2.4p3
+
SOURCE_HASH=sha512:0b8fc1a02159e15d3ae9211fb4a3f129c54e599d416668116d191ef4d09ea554c0f5c354f18d384dbcd7ef0f3e0cb94a0b63663f96bbadad8ae014fb524f3191
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/$SOURCE
diff --git a/utils/ntp/HISTORY b/utils/ntp/HISTORY
index 759cdfc..029c6fc 100644
--- a/utils/ntp/HISTORY
+++ b/utils/ntp/HISTORY
@@ -1,3 +1,6 @@
+2007-08-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.2.4p3
+
2007-06-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.2.4p2

diff --git a/video/mlt/DEPENDS b/video/mlt/DEPENDS
index ee5a631..7e52de2 100755
--- a/video/mlt/DEPENDS
+++ b/video/mlt/DEPENDS
@@ -1,4 +1,4 @@
-optional_depends ffmpeg-svn \
+optional_depends LIBAVCODEC \
"--avformat-shared --avformat-ldextra" \
"--disable-avformat" \
"Enable avformat module" &&
diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS
index 4bdcdb5..b18940f 100755
--- a/video/mlt/DETAILS
+++ b/video/mlt/DETAILS
@@ -1,6 +1,6 @@
SPELL=mlt
- VERSION=0.2.3
-
SOURCE_HASH=sha512:55719ffe9547ece97958edd95b2cf082206ac93772880388c5b545885639728d4a7af446dbfda546cd9d25129fad8eb9d96108cbd947ab866d47f19f750be27f
+ VERSION=0.2.4
+
SOURCE_HASH=sha512:36be514ae6cad0a5482ac9e7603507650432087cea30e228fd60fde058e9bc1846b7f1e1d92fba237a11c10e15dbe16db30a530771a3ba8b9452e9c9972700c6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/mlt/$SOURCE
diff --git a/video/mlt/HISTORY b/video/mlt/HISTORY
index e00b807..31dcd3d 100644
--- a/video/mlt/HISTORY
+++ b/video/mlt/HISTORY
@@ -1,3 +1,7 @@
+2007-08-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.4
+ * DEPENDS: change ffmpeg-svn to LIBAVCODEC
+
2007-04-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.3
* CONFIGURE: added, optional support for kino, kdenlive
diff --git a/x11-toolkits/fltk2/DETAILS b/x11-toolkits/fltk2/DETAILS
index e523bd7..668440c 100755
--- a/x11-toolkits/fltk2/DETAILS
+++ b/x11-toolkits/fltk2/DETAILS
@@ -1,11 +1,11 @@
SPELL=fltk2
- VERSION=2.0.x-r5917
-
SOURCE_HASH=sha512:cd6f13ea7e8ce2bf8fc2eee623332e30fa1a2155708498cc4da6f735f6c35438c5b65b809fb6bbf7e4d46cf4d09cbba85f89b41af3c30c1073e59a81b8b45519
+ VERSION=2.0.x-r5940
+
SOURCE_HASH=sha512:d3362e395fe1ab2e2a2c6240b707f46a5fbf1b7c03bba42f5b7e69cb442a990142d79a3a9d480129664e0827553db79da87efd7c2ee94c7d8932d7349b52fd05
SOURCE=${SPELL//2}-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//2}-$VERSION
- FLTK_URI=ftp3.easysw.com/pub/fltk/snapshots/$SOURCE
- SOURCE_URL[0]=ftp://ftp.funet.fi/pub/mirrors/${FLTK_URI/p3/p}
- SOURCE_URL[1]=ftp://$FLTK_URI
+ FLTK_URI=ftp.easysw.com/pub/fltk/snapshots/$SOURCE
+# SOURCE_URL[1]=ftp://ftp.funet.fi/pub/mirrors/${FLTK_URI/p3/p}
+ SOURCE_URL[0]=ftp://$FLTK_URI
LICENSE[0]=GPL
WEB_SITE=http://www.fltk.org/
ENTERED=20011129
diff --git a/x11-toolkits/fltk2/HISTORY b/x11-toolkits/fltk2/HISTORY
index ac857f0..c111d11 100644
--- a/x11-toolkits/fltk2/HISTORY
+++ b/x11-toolkits/fltk2/HISTORY
@@ -1,3 +1,7 @@
+2007-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.x-r5940
+ change url
+
2007-06-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.x-r5917




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a790176597137e5f45551bc1a6c1a60852cbb14f), Treeve Jelbert, 08/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page