Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Kevin Dahan (cd810f5006191b9a0302e4a935f2a4fef14b1a92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Kevin Dahan <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Kevin Dahan (cd810f5006191b9a0302e4a935f2a4fef14b1a92)
  • Date: Thu, 20 Jul 2006 16:26:59 -0500

GIT changes to master grimoire by Kevin Dahan <unet AT sourcemage.org>:

audio-creation/hydrogen/BUILD | 1 +
audio-creation/hydrogen/DETAILS | 2 +-
audio-creation/hydrogen/HISTORY | 4 ++++
audio-creation/hydrogen/gcc4.patch | 11 +++++++++++
audio-players/JuK/BUILD | 8 --------
audio-players/JuK/CONFLICTS | 1 -
audio-players/JuK/DEPENDS | 5 -----
audio-players/JuK/DETAILS | 23 -----------------------
audio-players/JuK/HISTORY | 25 -------------------------
audio-plugins/xmms-status-plugin/BUILD | 3 +++
audio-plugins/xmms-status-plugin/HISTORY | 3 +++
audio-soft/flac-tools/DEPENDS | 5 +++--
audio-soft/flac-tools/DETAILS | 4 ++--
audio-soft/flac-tools/HISTORY | 4 ++++
14 files changed, 32 insertions(+), 67 deletions(-)

New commits:
commit cd810f5006191b9a0302e4a935f2a4fef14b1a92
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

flac-tools update, fix 11073

commit 09875a7de009d2063a95810132284e0a4b3b8cd1
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

fix 10767

commit adac4e90eccf754b6a4b73e8a68cdb56751e83a6
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

fix 10758 + gcc4 compilation

commit 8b966077a0eddc2b44e22e1c7fddb888cc7c6c25
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

removed JuK spell, bug 10660

diff --git a/audio-creation/hydrogen/BUILD b/audio-creation/hydrogen/BUILD
index 5685cca..0769f5c 100755
--- a/audio-creation/hydrogen/BUILD
+++ b/audio-creation/hydrogen/BUILD
@@ -1,2 +1,3 @@
+patch -p0 < $SCRIPT_DIRECTORY/gcc4.patch &&
sed -i "/update-menus/D" Makefile.in &&
default_build
diff --git a/audio-creation/hydrogen/DETAILS b/audio-creation/hydrogen/DETAILS
index ac7cb6a..ace4f6b 100755
--- a/audio-creation/hydrogen/DETAILS
+++ b/audio-creation/hydrogen/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.9.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.hydrogen-music.org/download/sources/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE

SOURCE_HASH=sha512:d25becb06758fe40c256049315f61b4e5173fdfeb9ba87814cbccb1520b6111bf94bc745a8d730fdc9fd0d155f4ad88784d6906b0d2b87b74829edb878852c44
WEB_SITE=http://hydrogen.sf.net
ENTERED=20031217
diff --git a/audio-creation/hydrogen/HISTORY b/audio-creation/hydrogen/HISTORY
index d735fbf..6d309e5 100644
--- a/audio-creation/hydrogen/HISTORY
+++ b/audio-creation/hydrogen/HISTORY
@@ -1,3 +1,7 @@
+2006-07-20 Unet <unet AT sourcemage.org>
+ * DETAILS: Corrected url (bug 10758)
+ * gcc4.patch: added for compilation with gcc4
+
2006-06-18 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: added/fixed some optional_depends

diff --git a/audio-creation/hydrogen/gcc4.patch
b/audio-creation/hydrogen/gcc4.patch
new file mode 100644
index 0000000..564b6d5
--- /dev/null
+++ b/audio-creation/hydrogen/gcc4.patch
@@ -0,0 +1,11 @@
+--- src/lib/xml/tinyxml.h.old 2006-07-20 22:43:50.934852216 +0200
++++ src/lib/xml/tinyxml.h 2006-07-20 22:45:24.970556616 +0200
+@@ -823,7 +823,7 @@ public:
+ #endif
+
+ /// Construct.
+- TiXmlDeclaration::TiXmlDeclaration( const char * _version,
++ TiXmlDeclaration( const char * _version,
+
const char * _encoding,
+
const char * _standalone );
+
diff --git a/audio-players/JuK/BUILD b/audio-players/JuK/BUILD
deleted file mode 100755
index 01b2bbf..0000000
--- a/audio-players/JuK/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- ./configure --prefix=/usr $OPTS &&
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
diff --git a/audio-players/JuK/CONFLICTS b/audio-players/JuK/CONFLICTS
deleted file mode 100755
index 8e1645b..0000000
--- a/audio-players/JuK/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kdemultimedia
diff --git a/audio-players/JuK/DEPENDS b/audio-players/JuK/DEPENDS
deleted file mode 100755
index 90ab1aa..0000000
--- a/audio-players/JuK/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends qt-x11
-depends kdebase
-depends kdemultimedia
-depends arts
-depends id3lib
diff --git a/audio-players/JuK/DETAILS b/audio-players/JuK/DETAILS
deleted file mode 100755
index 437c32d..0000000
--- a/audio-players/JuK/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=JuK
- VERSION=1.1
- SOURCE=juk-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/juk-$VERSION
- SOURCE_URL[0]=http://developer.kde.org/~wheeler/files/src/$SOURCE
- WEB_SITE=http://www.slackorama.net/cgi-bin/content.pl?juk
-
SOURCE_HASH=sha512:8a0dcc6572974cad2008b29a83cb0d42f37bd40246e80b45d7efabe96de8cebe31a2243e241114c33eaa839a2c83a9c65fd7f75549d7202bef30807c6f0a7c6f
- ENTERED=20030509
- UPDATED=20030509
- MAINTAINER=eric AT sourcemage.com
- KEYWORDS="music players kde audio"
- BUILD_API=1
- SHORT="JuK (pronounced jook) is a jukebox and music manager for
the KDE desktop similar to jukebox software on other platforms such as iTunes
or RealOne. "
-cat << EOF
-Some of JuK's features include:
-Support for Ogg Vorbis and MP3 formats
-Tag editing support for both formats, including ID3v2 for MP3 files.
Multitagging or editing a selection of multiple files at once is also
supported
-Output to the aRts, default KDE sound system, and GStreamer (thanks to Tim
Jansen)
-Managing of your "collection" and multiple playlists
-Import and export to m3u playlists
-Binary caching of audio meta-data and playlist information for faster load
times (starting with the second time you run JuK)
-Integration into KDE that allows drag-and-drop and clipboard usage with
other KDE and X apps
-EOF
diff --git a/audio-players/JuK/HISTORY b/audio-players/JuK/HISTORY
deleted file mode 100644
index d7aff7f..0000000
--- a/audio-players/JuK/HISTORY
+++ /dev/null
@@ -1,25 +0,0 @@
-2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: inserted BUILD_API=1 line
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-04-08 Unet <audio AT sourcemage.org>
- * CONFLICTS: Added conflicts kdemultimedia
-
-2003-05-23 Eric Womack <eric AT sourcemage.com>
- * 1.1
-
-2003-05-14 Seth Woolley <seth AT tautology.org>
- * Fixed MD5 for SOURCE and case on SPELL in DETAILS
- actually did it correctly, too, by changing SOURCE also (thx
ewomack)
-
-2003-04-08 M.L. <mlubrano AT sourcemage.org>
- * Added $OPTS in BUILD.
-
-2003-03-15 Harri Tikkala <htikkala AT nietos.tokem.fi>
- * Spell written.
-
diff --git a/audio-plugins/xmms-status-plugin/BUILD
b/audio-plugins/xmms-status-plugin/BUILD
new file mode 100755
index 0000000..2be40d7
--- /dev/null
+++ b/audio-plugins/xmms-status-plugin/BUILD
@@ -0,0 +1,3 @@
+sed -e s#-Wsign-promo## -i configure &&
+sed -e s#-Wall## -i configure &&
+default_build
diff --git a/audio-plugins/xmms-status-plugin/HISTORY
b/audio-plugins/xmms-status-plugin/HISTORY
index 568b5d1..fc1af07 100644
--- a/audio-plugins/xmms-status-plugin/HISTORY
+++ b/audio-plugins/xmms-status-plugin/HISTORY
@@ -1,3 +1,6 @@
+2007-07-20 Unet <unet AT sourcemage.org>
+ * BUILD: added seds to allow compilation with gcc4, fix bug 10767
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/audio-soft/flac-tools/DEPENDS b/audio-soft/flac-tools/DEPENDS
index db52c17..36a0a08 100755
--- a/audio-soft/flac-tools/DEPENDS
+++ b/audio-soft/flac-tools/DEPENDS
@@ -1,2 +1,3 @@
-depends "flac" &&
-depends "libao"
\ No newline at end of file
+depends popt &&
+depends flac &&
+depends libao
diff --git a/audio-soft/flac-tools/DETAILS b/audio-soft/flac-tools/DETAILS
index a4c4e02..c651bfc 100755
--- a/audio-soft/flac-tools/DETAILS
+++ b/audio-soft/flac-tools/DETAILS
@@ -1,12 +1,12 @@
SPELL=flac-tools
- VERSION=0.0.8
+ VERSION=0.0.9
SOURCE=flac123-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/flac123-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://flac-tools.sf.net
ENTERED=20050327
UPDATED=20050327
-
SOURCE_HASH=sha512:f8e74684ec7b29c26f5b59880e5a979ac30a6f5dafb647c45eaa110dbe4efe2b0d1f82e1cdd0e216ede248b0cb1c2535ab399b1fc007ae238a848bf2dba4c842
+
SOURCE_HASH=sha512:21be27e36f6974068ca23434bc4811ff35b764daef50c283f5755bfe9e7689c06ff712f47ec03e64c1fd48868fd6b2f710990265eb75b67f29d33796511a4412
LICENSE[0]=GPL
KEYWORDS="tools player audio"
SHORT="Command line FLAC player"
diff --git a/audio-soft/flac-tools/HISTORY b/audio-soft/flac-tools/HISTORY
index 53bdd3c..71f9e10 100755
--- a/audio-soft/flac-tools/HISTORY
+++ b/audio-soft/flac-tools/HISTORY
@@ -1,3 +1,7 @@
+2007-07-20 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 0.0.9
+ * DEPENDS: added popt
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] GIT changes to master grimoire by Kevin Dahan (cd810f5006191b9a0302e4a935f2a4fef14b1a92), Kevin Dahan, 07/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page