Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Thomas Orgis (9f84f5f92ce33c3eef72feec3d712cd3b77acccb)
  • Date: Wed, 9 Jan 2008 00:43:35 -0600

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

ChangeLog | 3 ++
dev/null |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 | 46
---------------------------------
z-audio/mpg123/PROVIDES | 1
z-audio/mpg123/mpg123-0.60.tar.bz2.sig | 0
10 files changed, 3 insertions(+), 121 deletions(-)

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

mpg123: deleted; went to mainline

diff --git a/ChangeLog b/ChangeLog
index 7fd7c8c..e4a708e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * z-audio/mpg123: deleted: is in main grimoire for some releases now
+
2008-01-07 Treeve Jelbert <treeve AT sourcemage.org>
* z-video/jasper: deleted: there is more recent version in main
grimoire

diff --git a/z-audio/mpg123/BUILD b/z-audio/mpg123/BUILD
deleted file mode 100755
index 7c8a0a0..0000000
--- a/z-audio/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/z-audio/mpg123/CONFIGURE b/z-audio/mpg123/CONFIGURE
deleted file mode 100755
index 8a8bba1..0000000
--- a/z-audio/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/z-audio/mpg123/CONFLICTS b/z-audio/mpg123/CONFLICTS
deleted file mode 100755
index 1ac027b..0000000
--- a/z-audio/mpg123/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts mpg321
diff --git a/z-audio/mpg123/DEPENDS b/z-audio/mpg123/DEPENDS
deleted file mode 100755
index 770656e..0000000
--- a/z-audio/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/z-audio/mpg123/DETAILS b/z-audio/mpg123/DETAILS
deleted file mode 100755
index 09fc929..0000000
--- a/z-audio/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_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
- 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/z-audio/mpg123/HISTORY b/z-audio/mpg123/HISTORY
deleted file mode 100644
index 02fbc42..0000000
--- a/z-audio/mpg123/HISTORY
+++ /dev/null
@@ -1,46 +0,0 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * PROVIDES: [automated] Fixed invalid entries.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed MAINTAINER.
-
-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 <sandalle AT sourcemage.org>
- * 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/z-audio/mpg123/PROVIDES b/z-audio/mpg123/PROVIDES
deleted file mode 100755
index de7830a..0000000
--- a/z-audio/mpg123/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-MPG123
diff --git a/z-audio/mpg123/mpg123-0.60.tar.bz2.sig
b/z-audio/mpg123/mpg123-0.60.tar.bz2.sig
deleted file mode 100644
index c0fdd2b..0000000
Binary files a/z-audio/mpg123/mpg123-0.60.tar.bz2.sig and /dev/null differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Thomas Orgis (9f84f5f92ce33c3eef72feec3d712cd3b77acccb), Thomas Orgis, 01/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page