Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by ruskie (2438decaf99e1c530f130aecd5cdfb308546dcf4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: ruskie <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by ruskie (2438decaf99e1c530f130aecd5cdfb308546dcf4)
  • Date: Sat, 22 Nov 2008 10:18:50 -0600

GIT changes to master grimoire by ruskie <ruskie@freya.(none)>:

audio-players/xmms2/DEPENDS | 8 ++------
audio-players/xmms2/HISTORY | 3 +++
libs/libcdio/DETAILS | 2 +-
libs/libcdio/HISTORY | 3 +++
4 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 2438decaf99e1c530f130aecd5cdfb308546dcf4
Author: ruskie <ruskie@freya.(none)>
Commit: ruskie <ruskie@freya.(none)>

xmms2: fix for bug 14896

commit a4469cb160f669701b23da0223e387a22b6a9084
Author: ruskie <ruskie@freya.(none)>
Commit: ruskie <ruskie@freya.(none)>

libcdio: update to 0.81 to fix non install of libcdio_cdda.pc

diff --git a/audio-players/xmms2/DEPENDS b/audio-players/xmms2/DEPENDS
index 3512413..689d00c 100755
--- a/audio-players/xmms2/DEPENDS
+++ b/audio-players/xmms2/DEPENDS
@@ -35,7 +35,8 @@ optional_depends openssl
\
"--without-plugins=airplay" \
"For airplay transport support" &&
#Decoder plugins &&
-if [[ $XMMS_TREE == juhov ]]; then
+if [[ $XMMS2_TREE == juhov ]] ||
+ [[ $XMMS2_TREE == devel ]]; then
message "There are two MP3 decoding plugins." &&
message "One is mpg123 based the other MAD based." &&
message "Both can coexist." &&
@@ -80,11 +81,6 @@ optional_depends LIBAVCODEC
\
"--with-plugins=avcodec" \
"--without-plugins=avcodec" \
"For WMA decoder plugin." &&
-
-optional_depends LIBAVCODEC \
- "--with-plugins=avformat" \
- "--without-plugins=avformat" \
- "For ffmpeg libavformat demuxer plugin." &&
if list_find "$XMMS2_OPTS" "--with-plugins=gma" ; then
depends g++
fi
diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
index fbc47d9..dc8b5d4 100644
--- a/audio-players/xmms2/HISTORY
+++ b/audio-players/xmms2/HISTORY
@@ -1,3 +1,6 @@
+2008-11-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: removed avformat no longer included
+
2008-08-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: fixed syntax error

diff --git a/libs/libcdio/DETAILS b/libs/libcdio/DETAILS
index 2cf0b2a..43305aa 100755
--- a/libs/libcdio/DETAILS
+++ b/libs/libcdio/DETAILS
@@ -1,5 +1,5 @@
SPELL=libcdio
- VERSION=0.80
+ VERSION=0.81
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libcdio/HISTORY b/libs/libcdio/HISTORY
index 4b7becf..94923ef 100644
--- a/libs/libcdio/HISTORY
+++ b/libs/libcdio/HISTORY
@@ -1,3 +1,6 @@
+2008-11-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated spell to 0.81
+
2008-03-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.80




  • [SM-Commit] GIT changes to master grimoire by ruskie (2438decaf99e1c530f130aecd5cdfb308546dcf4), ruskie, 11/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page