[SM-Commit] GIT changes to master grimoire by Thomas Orgis (879fa338d1793424232a0fc6c56a9457996e660a)

Thomas Orgis scm at mail.sourcemage.org
Thu Aug 31 04:33:16 EDT 2006


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                 |   19 ++++++++++++
 audio-players/mpg123/HISTORY                 |   40 +++++++++++++++++++++++++++
 audio-players/mpg123/PROVIDES                |    1 
 audio-players/mpg123/mpg123-0.60.tar.bz2.sig |binary
 8 files changed, 116 insertions(+)

New commits:
commit 879fa338d1793424232a0fc6c56a9457996e660a
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus 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



More information about the SM-Commit mailing list