Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (f56d757459214e791198c7c9b58442b8442088e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (f56d757459214e791198c7c9b58442b8442088e8)
  • Date: Mon, 20 Nov 2006 14:17:12 -0600

GIT changes to stable-0.4 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

audio-players/mpg123/BUILD | 6 ++++
audio-players/mpg123/CONFIGURE | 21 ++++++++++++++
audio-players/mpg123/CONFLICTS | 1
audio-players/mpg123/DEPENDS | 28 ++++++++++++++++++
audio-players/mpg123/DETAILS | 19 ++++++++++++
audio-players/mpg123/HISTORY | 40
+++++++++++++++++++++++++++
audio-players/mpg123/PROVIDES | 1
audio-players/mpg123/mpg123-0.60.tar.bz2.sig |binary
audio-players/mpg321/BUILD | 5 +++
audio-players/mpg321/CONFLICTS | 1
audio-players/mpg321/HISTORY | 4 ++
11 files changed, 126 insertions(+)

New commits:
commit f56d757459214e791198c7c9b58442b8442088e8
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

make mpg321 conflict with mpg123 but omit the conflicting symlink for
future

Conflicts:

audio-players/mpg321/HISTORY

commit a5db40c621ed9ac4537d4db5b8888211bb41d5e4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

mpg123 back again here fresh from z-rejected

diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
new file mode 100755
index 0000000..7c8a0a0
--- /dev/null
+++ b/audio-players/mpg123/BUILD
@@ -0,0 +1,6 @@
+OPTS="--with-audio=$MPG123_AUDIO $OPTS $MPG123_OPTS
--with-seektable=$MPG123_SEEKTABLE" &&
+if [[ ${MPG123_CPU} != "auto" ]]
+then
+ OPTS="$OPTS --with-cpu=$MPG123_CPU"
+fi &&
+default_build
diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
new file mode 100755
index 0000000..8a8bba1
--- /dev/null
+++ b/audio-players/mpg123/CONFIGURE
@@ -0,0 +1,21 @@
+config_query_list MPG123_CPU "choose build variant / optimization" \
+ auto \
+ generic \
+ i386 \
+ i486 \
+ i586 \
+ i586_dither \
+ mmx \
+ 3dnow \
+ altivec &&
+config_query_list MPG123_AUDIO "choose audio output (will possibly add
dependencies)" \
+ oss \
+ alsa \
+ portaudio \
+ jack \
+ esd \
+ nas \
+ sdl \
+ dummy &&
+config_query_option MPG123_OPTS "gapless mp3 playback?" n "--enable-gapless"
"--disable-gapless" &&
+config_query_string MPG123_SEEKTABLE "seektable size" 2000
diff --git a/audio-players/mpg123/CONFLICTS b/audio-players/mpg123/CONFLICTS
new file mode 100755
index 0000000..1ac027b
--- /dev/null
+++ b/audio-players/mpg123/CONFLICTS
@@ -0,0 +1 @@
+conflicts mpg321
diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
new file mode 100755
index 0000000..770656e
--- /dev/null
+++ b/audio-players/mpg123/DEPENDS
@@ -0,0 +1,28 @@
+case ${MPG123_AUDIO} in
+ esd)
+ depends esound
+ ;;
+ jack)
+ depends jack
+ ;;
+ libao)
+ depends libao
+ ;;
+ oss)
+ ;;
+ portaudio)
+ depends portaudio
+ ;;
+ nas)
+ depends nas
+ ;;
+ alsa)
+ depends alsa-lib
+ ;;
+ sdl)
+ depends sdl
+ ;;
+ dummy)
+ message "building mpg123 without audio device output (only raw and
wav/au)"
+ ;;
+esac
diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
new file mode 100755
index 0000000..81740b7
--- /dev/null
+++ b/audio-players/mpg123/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=mpg123
+ VERSION=0.60
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG=thomas.orgis.gpg:${SOURCE}.sig
+ WEB_SITE=http://www.mpg123.org/
+ ENTERED=20011104
+ PATCHLEVEL=1
+ LICENSE[0]=LGPL
+ MAINTAINER=unet AT sourcemage.org
+ SHORT="the fast console MPEG audio player"
+cat << EOF
+mpg123 is a real time MPEG1.0/2.0/2.5 Audio Player for Layer 1,2 and Layer3.
+It is small/fast and comes with a nice control interface for frontends
+as well as simple terminal control.
+You can play streams from http (shoutcast, too) and it supports gapless mp3
+playback and relative volume adjustment (normalize RVA2 tags, ReplayGain
values).
+EOF
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
new file mode 100644
index 0000000..2d022a3
--- /dev/null
+++ b/audio-players/mpg123/HISTORY
@@ -0,0 +1,40 @@
+2006-08-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: added PATCHLEVEL to honour new config opts
+
+2006-08-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, mpg123-0.60.tar.bz2.gpg: Updating source stuff, description
+ * CONFIGURE, DEPENDS, BUILD: enable choice for outputs,
optimization...
+ * CONFLICTS: conflict with mpg321 until that symlink
+ situation is really resolved
+
+2006-08-30 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.60, removed UPDATED, changed LICENSE to LGPL
+ fixed SOURCE_URL, removed REJECT
+ * BUILD, Makefile.diff.bz2, CONFIGURE: removed
+
+2005-12-01 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-03-30 Andrew Stitt <astitt AT sourcemage.org>
+ * CONFIGURE: remove relative paths to grimoire libraries
+
+2004-08-03 Eric Schabell <eschabell AT sourcemage.org>
+ * BUILD: updated for api2.
+ * INSTALL: added with split from build for api2.
+ * CONFIGURE: modified to use grimoire reject messages.
+
+2004-05-23 Jose Bernardo Silva <jbernardo AT sourcemage.org>
+ * all: moved to z-rejected/z-audio, due to licencing issues
+ * CONFIGURE: added the default z-rejected CONFIGURE script
+
+2004-03-25 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * PROVIDES: added provides MPG123 (bug #2718)
+
+2002-09-07 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Added MD5
+ Cleaned up DETAILS
+ * Makefile.diff.bz2: Fixed Bug #906
+
+2002-06-12 Unet <unet AT sourcemage.org>
+ * BUILD, DETAILS, HISTORY: Created this.
+
diff --git a/audio-players/mpg123/PROVIDES b/audio-players/mpg123/PROVIDES
new file mode 100755
index 0000000..3c628e3
--- /dev/null
+++ b/audio-players/mpg123/PROVIDES
@@ -0,0 +1 @@
+provides MPG123
diff --git a/audio-players/mpg123/mpg123-0.60.tar.bz2.sig
b/audio-players/mpg123/mpg123-0.60.tar.bz2.sig
new file mode 100644
index 0000000..c0fdd2b
Binary files /dev/null and b/audio-players/mpg123/mpg123-0.60.tar.bz2.sig
differ
diff --git a/audio-players/mpg321/BUILD b/audio-players/mpg321/BUILD
new file mode 100755
index 0000000..053bb19
--- /dev/null
+++ b/audio-players/mpg321/BUILD
@@ -0,0 +1,5 @@
+message "Note that the mpg123 symlink is not created by the install
anymore." &&
+message "That way the conflict of mpg123 and mpg321 can be lifted in
future..." &&
+message "Feel free to create that symlink yourself if you really want it,
though." &&
+OPTS="$OPTS --disable-mpg123-symlink" &&
+default_build
diff --git a/audio-players/mpg321/CONFLICTS b/audio-players/mpg321/CONFLICTS
new file mode 100755
index 0000000..a4dc34c
--- /dev/null
+++ b/audio-players/mpg321/CONFLICTS
@@ -0,0 +1 @@
+conflicts mpg123
diff --git a/audio-players/mpg321/HISTORY b/audio-players/mpg321/HISTORY
index 72f90f4..c6a9246 100644
--- a/audio-players/mpg321/HISTORY
+++ b/audio-players/mpg321/HISTORY
@@ -1,3 +1,7 @@
+2006-08-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, CONFLICTS: playing safe with mpg123 - conflict and
+ avoiding the mpg123 symlink for the future
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512




  • [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (f56d757459214e791198c7c9b58442b8442088e8), Jaka Kranjc, 11/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page