Skip to Content.
Sympa Menu

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

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 grimoire by Thomas Orgis (bf16c92217cb591c64ec8ea033ddf1f5d9851599)
  • Date: Wed, 16 Apr 2008 18:20:36 -0500

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

audio-creation/ecamegapedal/DEPENDS | 2 +-
audio-creation/ecamegapedal/HISTORY | 3 +++
audio-creation/ecasound/DEPENDS | 2 +-
audio-creation/ecasound/HISTORY | 3 +++
audio-creation/snd/DEPENDS | 2 +-
audio-creation/snd/HISTORY | 3 +++
audio-libs/mp3burn/DEPENDS | 2 +-
audio-libs/mp3burn/HISTORY | 3 +++
audio-players/digitaldj/DEPENDS | 2 +-
audio-players/digitaldj/HISTORY | 3 +++
audio-players/gmusicbrowser/DEPENDS | 2 +-
audio-players/gmusicbrowser/HISTORY | 3 +++
audio-players/gqmpeg/DEPENDS | 2 +-
audio-players/gqmpeg/HISTORY | 3 +++
audio-players/mpg123/CONFLICTS | 1 -
audio-players/mpg123/HISTORY | 4 ++++
audio-players/mpg321/CONFLICTS | 1 -
audio-players/mpg321/HISTORY | 4 ++++
audio-players/mpg321/PROVIDES | 1 -
audio-soft/cutmp3/DEPENDS | 2 +-
audio-soft/cutmp3/HISTORY | 3 +++
disk/bashburn/DEPENDS | 2 +-
disk/bashburn/HISTORY | 3 +++
disk/burncdda/DEPENDS | 2 +-
disk/burncdda/HISTORY | 3 +++
disk/burncenter/DEPENDS | 2 +-
disk/burncenter/HISTORY | 3 +++
disk/eroaster/DEPENDS | 2 +-
disk/eroaster/HISTORY | 3 +++
gnome2-libs/nautilus2/DEPENDS | 2 +-
gnome2-libs/nautilus2/HISTORY | 3 +++
kde-apps/cdbakeoven/DEPENDS | 2 +-
kde-apps/cdbakeoven/HISTORY | 3 +++
telephony/asterisk/DEPENDS | 2 +-
telephony/asterisk/HISTORY | 3 +++
35 files changed, 68 insertions(+), 18 deletions(-)

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

mpg123: remove the conflict with mpg321, but retain the MPG123 provider
here for compatibility.

commit 0c8a33a62181bcb5d38c2bddb3bf87de5ec7d154
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg321: remove MPG123 provider and the conflict with mpg123.

commit 892fabd4d5d10af8ea0b66f5169652925b62b37c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

various audio spells: remove MPG123 provider, plain depend on mpg123

diff --git a/audio-creation/ecamegapedal/DEPENDS
b/audio-creation/ecamegapedal/DEPENDS
index e0d2c09..726bff2 100755
--- a/audio-creation/ecamegapedal/DEPENDS
+++ b/audio-creation/ecamegapedal/DEPENDS
@@ -3,6 +3,6 @@ depends qt-x11 &&
optional_depends libsamplerate "" "" "for high Q resampling"
optional_depends JACK-DRIVER "" "" "for jack i/o"
optional_depends alsa-lib "" "" "for ALSA i/o"
-optional_depends MPG123 "" "" "for mp3 input"
+optional_depends mpg123 "" "" "for mp3 input"
optional_depends lame "" "" "for mp3 output"
optional_depends libsndfile "" "" "for more sound files support"
diff --git a/audio-creation/ecamegapedal/HISTORY
b/audio-creation/ecamegapedal/HISTORY
index 48cb296..362d8e2 100644
--- a/audio-creation/ecamegapedal/HISTORY
+++ b/audio-creation/ecamegapedal/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Changed jack to JACK-DRIVER.

diff --git a/audio-creation/ecasound/DEPENDS b/audio-creation/ecasound/DEPENDS
index 6ec2ed8..5b763dd 100755
--- a/audio-creation/ecasound/DEPENDS
+++ b/audio-creation/ecasound/DEPENDS
@@ -1,5 +1,5 @@
depends libtool &&
-depends MPG123 &&
+depends mpg123 &&
depends lame &&
depends mikmod &&
depends audiofile &&
diff --git a/audio-creation/ecasound/HISTORY b/audio-creation/ecasound/HISTORY
index 0a54e93..fcc065d 100644
--- a/audio-creation/ecasound/HISTORY
+++ b/audio-creation/ecasound/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/audio-creation/snd/DEPENDS b/audio-creation/snd/DEPENDS
index 616adb4..7e8827c 100755
--- a/audio-creation/snd/DEPENDS
+++ b/audio-creation/snd/DEPENDS
@@ -59,4 +59,4 @@ optional_depends fftw2 \
"--without-fftw" \
"better FFT support" &&

-optional_depends MPG123 "" "" "for mpg123 support"
+optional_depends mpg123 "" "" "for mpg123 support"
diff --git a/audio-creation/snd/HISTORY b/audio-creation/snd/HISTORY
index a1d011c..8f67825 100644
--- a/audio-creation/snd/HISTORY
+++ b/audio-creation/snd/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2008-03-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 9.8
SOURCE_DIRECTORY now uses -$VERSION
diff --git a/audio-libs/mp3burn/DEPENDS b/audio-libs/mp3burn/DEPENDS
index b57afce..b5b01e4 100755
--- a/audio-libs/mp3burn/DEPENDS
+++ b/audio-libs/mp3burn/DEPENDS
@@ -1,4 +1,4 @@
-depends MPG123 &&
+depends mpg123 &&
depends perl &&
depends mp3-info &&
depends CD-BURN-UTILITY
diff --git a/audio-libs/mp3burn/HISTORY b/audio-libs/mp3burn/HISTORY
index 75c9b06..f4a7d53 100644
--- a/audio-libs/mp3burn/HISTORY
+++ b/audio-libs/mp3burn/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2007-03-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: fix array indices

diff --git a/audio-players/digitaldj/DEPENDS b/audio-players/digitaldj/DEPENDS
index 035d2b0..0daa670 100755
--- a/audio-players/digitaldj/DEPENDS
+++ b/audio-players/digitaldj/DEPENDS
@@ -3,7 +3,7 @@ depends gtk+ &&
depends mysql &&
depends gdk-pixbuf &&

-optional_depends MPG123 "" "" "for MP3 playing support"
+optional_depends mpg123 "" "" "for MP3 playing support"

# Using optional_depends until a 'provides mp3-console-player'
# is in, which requires are 'mpg123' and 'mad', as far as I
diff --git a/audio-players/digitaldj/HISTORY b/audio-players/digitaldj/HISTORY
index 5eb05e9..195f416 100644
--- a/audio-players/digitaldj/HISTORY
+++ b/audio-players/digitaldj/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-players/gmusicbrowser/DEPENDS
b/audio-players/gmusicbrowser/DEPENDS
index 980c0f8..2328b4d 100755
--- a/audio-players/gmusicbrowser/DEPENDS
+++ b/audio-players/gmusicbrowser/DEPENDS
@@ -1,7 +1,7 @@
depends perl-gtk2 &&
optional_depends perl-gstreamer "" "" "For gstreamer backend" &&
optional_depends vorbis-tools "" "" "For reading ogg files with ogg123" &&
-optional_depends MPG123 "" "" "For reading mp3 files with mpg123" &&
+optional_depends mpg123 "" "" "For reading mp3 files with mpg123" &&
optional_depends flac-tools "" "" "For reading flac files with flac123" &&
optional_depends alsa-utils "" "" "For alsa mixer support" &&
optional_depends perl-gtk2-trayicon "" "" "For a tray icon" &&
diff --git a/audio-players/gmusicbrowser/HISTORY
b/audio-players/gmusicbrowser/HISTORY
index e9b5728..7a0d918 100644
--- a/audio-players/gmusicbrowser/HISTORY
+++ b/audio-players/gmusicbrowser/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-08-29 Flavien Bridault <vlaaad AT sourcemage.org>
* DEPENDS: Added missing &&, added optional locale-gettext
* DETAILS: PATCHLEVEL++
diff --git a/audio-players/gqmpeg/DEPENDS b/audio-players/gqmpeg/DEPENDS
index 90c17e1..05bdeb3 100755
--- a/audio-players/gqmpeg/DEPENDS
+++ b/audio-players/gqmpeg/DEPENDS
@@ -1,4 +1,4 @@
depends gtk+ &&
depends imlib &&
depends gdk-pixbuf &&
-depends MPG123
+depends mpg123
diff --git a/audio-players/gqmpeg/HISTORY b/audio-players/gqmpeg/HISTORY
index 0c7f1ae..301dd8b 100644
--- a/audio-players/gqmpeg/HISTORY
+++ b/audio-players/gqmpeg/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

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/HISTORY b/audio-players/mpg123/HISTORY
index 2013093..f508ac5 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,7 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFLICTS: no conflict anymore
+ Note: MPG123 provider now obsolete, but still here for safety
+
2008-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.1
fixed long description wrap
diff --git a/audio-players/mpg321/CONFLICTS b/audio-players/mpg321/CONFLICTS
deleted file mode 100755
index a4dc34c..0000000
--- a/audio-players/mpg321/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts mpg123
diff --git a/audio-players/mpg321/HISTORY b/audio-players/mpg321/HISTORY
index bee0722..7691414 100644
--- a/audio-players/mpg321/HISTORY
+++ b/audio-players/mpg321/HISTORY
@@ -1,3 +1,7 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * PROVIDES, CONFLICTS: doesn't provide MPG123 and doesn't
+ conflict with mpg123 anymore.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-players/mpg321/PROVIDES b/audio-players/mpg321/PROVIDES
deleted file mode 100755
index de7830a..0000000
--- a/audio-players/mpg321/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-MPG123
diff --git a/audio-soft/cutmp3/DEPENDS b/audio-soft/cutmp3/DEPENDS
index 901640b..b37a61e 100755
--- a/audio-soft/cutmp3/DEPENDS
+++ b/audio-soft/cutmp3/DEPENDS
@@ -1,4 +1,4 @@
depends readline &&
depends ncurses &&
-suggest_depends MPG123 "" "" "for playback (runtime)" &&
+suggest_depends mpg123 "" "" "for playback (runtime)" &&
optional_depends kdebase "kde" "" "install konqueror servicemenu entry"
diff --git a/audio-soft/cutmp3/HISTORY b/audio-soft/cutmp3/HISTORY
index e636ab0..68bd132 100644
--- a/audio-soft/cutmp3/HISTORY
+++ b/audio-soft/cutmp3/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/disk/bashburn/DEPENDS b/disk/bashburn/DEPENDS
index 1f6295b..56861c0 100755
--- a/disk/bashburn/DEPENDS
+++ b/disk/bashburn/DEPENDS
@@ -25,7 +25,7 @@ optional_depends "normalize" \
"" \
"" \
"to the volume of WAV files to a
standard level" &&
-optional_depends MPG123 \
+optional_depends mpg123 \
"" \
"" \
"to work with MP3 files"
diff --git a/disk/bashburn/HISTORY b/disk/bashburn/HISTORY
index b12c149..5168758 100644
--- a/disk/bashburn/HISTORY
+++ b/disk/bashburn/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/disk/burncdda/DEPENDS b/disk/burncdda/DEPENDS
index 8706a80..620e0b8 100755
--- a/disk/burncdda/DEPENDS
+++ b/disk/burncdda/DEPENDS
@@ -11,6 +11,6 @@ else
fi &&

suggest_depends vorbis-tools "" "" "for Ogg Vorbis decoding support" &&
-suggest_depends MPG123 "" "" "for MPEG decoding support" &&
+suggest_depends mpg123 "" "" "for MPEG decoding support" &&
suggest_depends normalize "" "" "for normalization support" &&
suggest_depends sox "" "" "for MPEG decoding support via SOX"
diff --git a/disk/burncdda/HISTORY b/disk/burncdda/HISTORY
index 99e1e53..73fa6a4 100644
--- a/disk/burncdda/HISTORY
+++ b/disk/burncdda/HISTORY
@@ -1,2 +1,5 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2008-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/disk/burncenter/DEPENDS b/disk/burncenter/DEPENDS
index 1572ca5..e0b0641 100755
--- a/disk/burncenter/DEPENDS
+++ b/disk/burncenter/DEPENDS
@@ -1,7 +1,7 @@
depends perl &&
depends CD-BURN-UTILITY &&

-optional_depends MPG123 \
+optional_depends mpg123 \
"" \
"" \
"to burn audio CDs from MP3 files" &&
diff --git a/disk/burncenter/HISTORY b/disk/burncenter/HISTORY
index 33e235e..9132c9b 100644
--- a/disk/burncenter/HISTORY
+++ b/disk/burncenter/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/disk/eroaster/DEPENDS b/disk/eroaster/DEPENDS
index 9a5cef4..4640775 100755
--- a/disk/eroaster/DEPENDS
+++ b/disk/eroaster/DEPENDS
@@ -2,7 +2,7 @@ depends CD-BURN-UTILITY &&
depends python &&
depends gnome-python &&

-optional_depends MPG123 \
+optional_depends mpg123 \
"" \
"" \
"for mp3 playback and conversion to wav" &&
diff --git a/disk/eroaster/HISTORY b/disk/eroaster/HISTORY
index 3695c94..22b25f5 100644
--- a/disk/eroaster/HISTORY
+++ b/disk/eroaster/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/gnome2-libs/nautilus2/DEPENDS b/gnome2-libs/nautilus2/DEPENDS
index 4af87e4..84b9a24 100755
--- a/gnome2-libs/nautilus2/DEPENDS
+++ b/gnome2-libs/nautilus2/DEPENDS
@@ -9,7 +9,7 @@ depends libexif &&
depends esound &&

optional_depends vorbis-tools "" "" "for ogg audio playback" &&
-optional_depends MPG123 "" "" "for mp3 audio playback" &&
+optional_depends mpg123 "" "" "for mp3 audio playback" &&
optional_depends sox "" "" "for more audio playback" &&

optional_depends tracker \
diff --git a/gnome2-libs/nautilus2/HISTORY b/gnome2-libs/nautilus2/HISTORY
index d3cd9cc..16340b9 100644
--- a/gnome2-libs/nautilus2/HISTORY
+++ b/gnome2-libs/nautilus2/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2008-04-09 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.22.2

diff --git a/kde-apps/cdbakeoven/DEPENDS b/kde-apps/cdbakeoven/DEPENDS
index 0579f61..783bd6f 100755
--- a/kde-apps/cdbakeoven/DEPENDS
+++ b/kde-apps/cdbakeoven/DEPENDS
@@ -1,5 +1,5 @@
depends kdebase &&
depends CD-BURN-UTILITY &&
optional_depends cdrdao "" "" "to burn audio and video cds" &&
-optional_depends "MPG123" "" "" "to burn mp3 files as audio" &&
+optional_depends "mpg123" "" "" "to burn mp3 files as audio" &&
optional_depends "vorbis-tools" "" "" "to burn ogg/vorbis files as audio"
diff --git a/kde-apps/cdbakeoven/HISTORY b/kde-apps/cdbakeoven/HISTORY
index fafd8a1..686efad 100644
--- a/kde-apps/cdbakeoven/HISTORY
+++ b/kde-apps/cdbakeoven/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/telephony/asterisk/DEPENDS b/telephony/asterisk/DEPENDS
index c268a44..8609b21 100755
--- a/telephony/asterisk/DEPENDS
+++ b/telephony/asterisk/DEPENDS
@@ -1,7 +1,7 @@
depends "ncurses" &&
depends "openssl" &&
depends "zlib" &&
-depends "MPG123" &&
+depends "mpg123" &&

if [[ ${ASTERISK_DOXYGEN} == "y" ]]
then
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index e121db1..47997d3 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: removing MPG123 provider, plain depend on mpg123
+
2008-04-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DETAILS: updated spell to 1.4.19




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bf16c92217cb591c64ec8ea033ddf1f5d9851599), Thomas Orgis, 04/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page