Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (122073e80190c9bc568afb436ab70a706c97b7d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (122073e80190c9bc568afb436ab70a706c97b7d9)
  • Date: Tue, 22 Sep 2009 05:51:55 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

audio-libs/libmp3splt/DETAILS | 8 ++++----
audio-libs/libmp3splt/HISTORY | 4 ++++
audio-players/mp3splt/DETAILS | 6 +++---
audio-players/mp3splt/HISTORY | 4 ++++
audio-players/mp3splt/PRE_BUILD | 3 ---
audio-players/mp3splt/mp3splt-2.1-gcc41.patch | 11 -----------
6 files changed, 15 insertions(+), 21 deletions(-)

New commits:
commit 122073e80190c9bc568afb436ab70a706c97b7d9
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

audio-players/mp3splt: updated to version 2.2.6a

commit 9651ff3c168258e17aa4b237fbc5b6986d991fa2
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

audio-libs/libmp3splt: updated to version 0.5.7a

diff --git a/audio-libs/libmp3splt/DETAILS b/audio-libs/libmp3splt/DETAILS
index 2c285c1..b9eeb08 100755
--- a/audio-libs/libmp3splt/DETAILS
+++ b/audio-libs/libmp3splt/DETAILS
@@ -1,13 +1,13 @@
SPELL=libmp3splt
- VERSION=0.3.1
+ VERSION=0.5.7a
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/mp3splt/${SOURCE}
-
SOURCE_HASH=sha512:086831dc233d0f7d232860d163a291218b62e0b1a507388993cb07dbd39530fac98218649db30dfb124edfd76eebc8cb70d0b77ad5773c66b6275192fd6a5c5e
+
SOURCE_HASH=sha512:ad7473a0727c68e6a99194786f0772d8d873addf61bef6f62872f5dada4fb04e0d7a359b938bda2fa218a689bf0fd857b8d4707b15a0ba9c4dc7f469453c2053
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://mp3splt.sourceforge.net/";
LICENSE[0]=GPL
ENTERED=20071018
- SHORT="Libmp3splt is a library created from mp3splt version 2.1c."
+ SHORT="Library created from mp3splt"
cat << EOF
-Libmp3splt is a library created from mp3splt version 2.1c.
+Libmp3splt is a library created from mp3splt.
EOF
diff --git a/audio-libs/libmp3splt/HISTORY b/audio-libs/libmp3splt/HISTORY
index 021f9ad..f639598 100644
--- a/audio-libs/libmp3splt/HISTORY
+++ b/audio-libs/libmp3splt/HISTORY
@@ -1,3 +1,6 @@
+2009-09-22 Quentin Rameau <quinq AT sourceforge.org>
+ * DETAILS: updated to version 0.5.7a
+
2008-03-17 David Kowis <dkowis AT shlrm.org>
* DETAILS: changed version to latest stable, Unstable didn't build
anyway

@@ -6,3 +9,4 @@

2007-10-18 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, HISTORY: created spell
+
diff --git a/audio-players/mp3splt/DETAILS b/audio-players/mp3splt/DETAILS
index 1451a69..3524bb5 100755
--- a/audio-players/mp3splt/DETAILS
+++ b/audio-players/mp3splt/DETAILS
@@ -1,11 +1,11 @@
SPELL=mp3splt
- VERSION=2.1c
- SOURCE=${SPELL}-${VERSION}-src.tar.gz
+ VERSION=2.2.6a
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
WEB_SITE=http://mp3splt.sourceforge.net/
ENTERED=20050118
-
SOURCE_HASH=sha512:af1b2f883990b5dded597c38ba406413942b1d310c1d6b5f2b1db58b7080e070c70a6a4fb0a40b12dc7ec9f3df7ff9d526370c98d3a98f5e5137a6500ef2bd42
+
SOURCE_HASH=sha512:7ba8fed19c776225862735c835596e595b38a96c22785974f95cec949f73d708d75bfa784fde2185e269d1864885bd6e204fb07da8acaff3e44687a9329fd8c8
LICENSE[0]=GPL
KEYWORDS="players audio"
SHORT="split large mp3/ogg to make smaller files or to split
entire albums"
diff --git a/audio-players/mp3splt/HISTORY b/audio-players/mp3splt/HISTORY
index db0f03b..5f1dee1 100644
--- a/audio-players/mp3splt/HISTORY
+++ b/audio-players/mp3splt/HISTORY
@@ -1,3 +1,7 @@
+2009-09-22 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 2.2.6a
+ * PRE_BUILD, mp3splt-2.1-gcc41.patch: removed
+
2008-03-17 David Kowis <dkowis AT shlrm.org>
* DETAILS: Changed version to latest stable
* PRE_BUILD: added gcc4 patch
diff --git a/audio-players/mp3splt/PRE_BUILD b/audio-players/mp3splt/PRE_BUILD
deleted file mode 100755
index ddda854..0000000
--- a/audio-players/mp3splt/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/mp3splt-2.1-gcc41.patch
diff --git a/audio-players/mp3splt/mp3splt-2.1-gcc41.patch
b/audio-players/mp3splt/mp3splt-2.1-gcc41.patch
deleted file mode 100644
index 1e0610f..0000000
--- a/audio-players/mp3splt/mp3splt-2.1-gcc41.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mp3splt-2.1/splt.h.orig 2006-03-19 16:24:52.000000000 +0100
-+++ mp3splt-2.1/splt.h 2006-03-19 16:29:35.000000000 +0100
-@@ -96,7 +96,7 @@
-
- char *zero_pad_float (float f, char *out);
-
--int parse_outformat(char *s, char format[][], int cddboption);
-+int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption);
-
- unsigned char *cleanstring (unsigned char *s);
-



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (122073e80190c9bc568afb436ab70a706c97b7d9), Quentin Rameau, 09/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page