Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bba9dda6dec67162e1851bd94f32abc09b2ba613)

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 grimoire by Thomas Orgis (bba9dda6dec67162e1851bd94f32abc09b2ba613)
  • Date: Wed, 30 Aug 2006 18:17:45 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus 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 | 18 +++++++++++++++++
audio-players/mpg123/HISTORY | 3 ++
audio-players/mpg123/PROVIDES | 1
audio-players/mpg123/mpg123-0.60.tar.bz2.sig |binary
8 files changed, 78 insertions(+)

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

new mpg123 spell for new mpg123

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..c3d4e28
--- /dev/null
+++ b/audio-players/mpg123/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=mpg123
+ VERSION=0.60
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_GPG=thomas.orgis.gpg:${SOURCE}.sig
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://mpg123.org
+ ENTERED=20060831
+ LICENSE[0]=LGPL
+ BUILD_API=2
+ 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..62debb8
--- /dev/null
+++ b/audio-players/mpg123/HISTORY
@@ -0,0 +1,3 @@
+2006-08-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS, HISTORY, PROVIDES:
+ Created the new mpg123 spell for the new mpg123.
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




Archive powered by MHonArc 2.6.24.

Top of Page