Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Thomas Orgis (9c37bf6315b34873c939fd6f3143be82a16f869a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Thomas Orgis (9c37bf6315b34873c939fd6f3143be82a16f869a)
  • Date: Wed, 30 Aug 2006 19:27:49 -0500

GIT changes to master z-rejected grimoire by Thomas Orgis
<sobukus AT sourcemage.org>:

thomas.orgis.gpg |binary
z-audio/mpg123/BUILD | 6 ++++++
z-audio/mpg123/CONFIGURE | 21 +++++++++++++++++++++
z-audio/mpg123/CONFLICTS | 1 +
z-audio/mpg123/DEPENDS | 28 ++++++++++++++++++++++++++++
z-audio/mpg123/DETAILS | 18 +++++++++---------
z-audio/mpg123/HISTORY | 6 ++++++
z-audio/mpg123/mpg123-0.60.tar.bz2.sig |binary
8 files changed, 71 insertions(+), 9 deletions(-)

New commits:
commit 9c37bf6315b34873c939fd6f3143be82a16f869a
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

updated mpg123 for more choice and gpg sig

diff --git a/thomas.orgis.gpg b/thomas.orgis.gpg
new file mode 100644
index 0000000..72b61fe
Binary files /dev/null and b/thomas.orgis.gpg differ
diff --git a/z-audio/mpg123/BUILD b/z-audio/mpg123/BUILD
new file mode 100755
index 0000000..7c8a0a0
--- /dev/null
+++ b/z-audio/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/z-audio/mpg123/CONFIGURE b/z-audio/mpg123/CONFIGURE
new file mode 100755
index 0000000..8a8bba1
--- /dev/null
+++ b/z-audio/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/z-audio/mpg123/CONFLICTS b/z-audio/mpg123/CONFLICTS
new file mode 100755
index 0000000..1ac027b
--- /dev/null
+++ b/z-audio/mpg123/CONFLICTS
@@ -0,0 +1 @@
+conflicts mpg321
diff --git a/z-audio/mpg123/DEPENDS b/z-audio/mpg123/DEPENDS
new file mode 100755
index 0000000..770656e
--- /dev/null
+++ b/z-audio/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/z-audio/mpg123/DETAILS b/z-audio/mpg123/DETAILS
index ef5270b..25b122b 100755
--- a/z-audio/mpg123/DETAILS
+++ b/z-audio/mpg123/DETAILS
@@ -1,18 +1,18 @@
SPELL=mpg123
VERSION=0.60
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.mpg123.de/download/$SOURCE
-
SOURCE_HASH=sha512:490f2e7572fec9372e5270cbf8205b7fd7033508d59090dcf4ce950a97534b05d155eca3e7cd23e04fa0080bafdabfb6e003f8f8b222ededc6cb78b4b34c9baf
- WEB_SITE=http://www.mpg123.de/
+ SOURCE_GPG=thomas.orgis.gpg:${SOURCE}.sig
+ WEB_SITE=http://www.mpg123.org/
ENTERED=20011104
LICENSE[0]=LGPL
MAINTAINER=unet AT sourcemage.org
- SHORT="mpg123 is an audio player."
+ SHORT="the fast console MPEG audio player"
cat << EOF
-Mpg123 is a fast, free and portable MPEG audio player for Unix. It
-supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality playback
-(44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC Alpha or
-similar CPU is required. Mono and/or reduced quality playback (22 kHz
-or 11 kHz) is even possible on 486 CPUs.
+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/z-audio/mpg123/HISTORY b/z-audio/mpg123/HISTORY
index c66d555..d4e3de4 100644
--- a/z-audio/mpg123/HISTORY
+++ b/z-audio/mpg123/HISTORY
@@ -1,3 +1,9 @@
+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
diff --git a/z-audio/mpg123/mpg123-0.60.tar.bz2.sig
b/z-audio/mpg123/mpg123-0.60.tar.bz2.sig
new file mode 100644
index 0000000..c0fdd2b
Binary files /dev/null and b/z-audio/mpg123/mpg123-0.60.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Thomas Orgis (9c37bf6315b34873c939fd6f3143be82a16f869a), Thomas Orgis, 08/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page