Skip to Content.
Sympa Menu

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

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 (bb8d43de1de583c5fce0c0fbb9da2c21b5dd298f)
  • Date: Wed, 30 Aug 2006 19:10:28 -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 | 0
dev/null |binary
9 files changed, 78 deletions(-)

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

remove that duplicate mpg123 - the one from z-rejected is going to be
integrated

diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
deleted file mode 100755
index 7c8a0a0..0000000
--- a/audio-players/mpg123/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100755
index 8a8bba1..0000000
--- a/audio-players/mpg123/CONFIGURE
+++ /dev/null
@@ -1,21 +0,0 @@
-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
deleted file mode 100755
index 1ac027b..0000000
--- a/audio-players/mpg123/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts mpg321
diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
deleted file mode 100755
index 770656e..0000000
--- a/audio-players/mpg123/DEPENDS
+++ /dev/null
@@ -1,28 +0,0 @@
-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
deleted file mode 100755
index c3d4e28..0000000
--- a/audio-players/mpg123/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- 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
deleted file mode 100644
index 62debb8..0000000
--- a/audio-players/mpg123/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100755
index 3c628e3..0000000
--- a/audio-players/mpg123/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-provides MPG123
diff --git a/audio-players/mpg123/mpg123-0.60.tar.bz2.sig
b/audio-players/mpg123/mpg123-0.60.tar.bz2.sig
deleted file mode 100644
index c0fdd2b..0000000
Binary files a/audio-players/mpg123/mpg123-0.60.tar.bz2.sig and /dev/null
differ



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

Archive powered by MHonArc 2.6.24.

Top of Page