Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by root (d2cff5a75cfbe9b1e177ce1567df985f65d900d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: root <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by root (d2cff5a75cfbe9b1e177ce1567df985f65d900d7)
  • Date: Mon, 16 Jun 2008 01:49:18 -0500

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

audio-players/xmms2/CONFIGURE | 22 +++++++++++++++++++---
audio-players/xmms2/DEPENDS | 20 ++++++++++++++------
audio-players/xmms2/DETAILS | 5 ++---
audio-players/xmms2/HISTORY | 7 +++++++
audio-players/xmms2/PRE_BUILD | 8 ++++----
5 files changed, 46 insertions(+), 16 deletions(-)

New commits:
commit d2cff5a75cfbe9b1e177ce1567df985f65d900d7
Author: root <root@freya.(none)>
Commit: root <root@freya.(none)>

xmms2: update to 0.5DrLecter

commit e6894c774d00844c44949ec03cf33b8bef9f1118
Author: root <root@freya.(none)>
Commit: root <root@freya.(none)>

xmms2: fixed a minor bug

diff --git a/audio-players/xmms2/CONFIGURE b/audio-players/xmms2/CONFIGURE
index ce726f5..40c46a7 100755
--- a/audio-players/xmms2/CONFIGURE
+++ b/audio-players/xmms2/CONFIGURE
@@ -119,11 +119,27 @@ config_query_option XMMS2_OPTS
\
"--with-plugins=mp4" \
"--without-plugins=mp4" &&
config_query_option XMMS2_OPTS \
- "Do you want CDDA support" \
+ "Do you want CDDA support" \
+ y \
+ "--with-plugins=cdda" \
+ "--without-plugins=cdda" &&
+config_query_option XMMS2_OPTS \
+ "Do you want Game Music support" \
+ y \
+ "--with-plugins=gme" \
+ "--without-plugins=gme" &&
+config_query_option XMMS2_OPTS \
+ "Do you want GVFS support" \
y \
- "--with-plugins=cdda" \
- "--without-plugins=cdda"
+ "--with-plugins=gvfs" \
+ "--without-plugins=gvfs" &&
+config_query_option XMMS2_OPTS \
+ "Do you want karaoke support" \
+ y \
+ "--with-plugins=karaoke" \
+ "--without-plugins=karaoke"
fi &&
+
config_query_option XMMS2_OPTS \
"Do you want to build the cli client" \
y \
diff --git a/audio-players/xmms2/DEPENDS b/audio-players/xmms2/DEPENDS
index 86adbd2..ec1aab0 100755
--- a/audio-players/xmms2/DEPENDS
+++ b/audio-players/xmms2/DEPENDS
@@ -30,6 +30,10 @@ optional_depends avahi
\
"--with-optionals=avahi" \
"--without-optionals=avahi" \
"For avahi support." &&
+optional_depends openssl \
+ "--with-plugins=airplay" \
+ "--without-plugins=airplay" \
+ "For airplay transport support" &&
#Decoder plugins &&
optional_depends libmad \
"--with-plugins=mad" \
@@ -55,10 +59,10 @@ optional_depends sidplay-libs
\
"--with-plugins=sid" \
"--without-plugins=sid" \
"For sid decoder plugin." &&
-#optional_depends speex \
-# "--with-plugins=speex" \
-# "--without-plugins=speex" \
-# "For speex decoder plugin." &&
+optional_depends speex \
+ "--with-plugins=speex" \
+ "--without-plugins=speex" \
+ "For speex decoder plugin." &&
optional_depends faad2 \
"--with-plugins=faad" \
"--without-plugins=faad" \
@@ -72,6 +76,9 @@ 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

#Output plugins &&
optional_depends alsa-lib \
@@ -94,8 +101,9 @@ optional_depends libao
\
#Effect plugins &&
if list_find "$XMMS2_OPTS" "--with-plugins=ices" ; then
depends libshout &&
-depends libogg &&
-depends libvorbis
+depends libogg "--with-plugins=vorbis" &&
+depends libvorbis "--with-plugins=vorbis"
+
fi &&
if list_find "$XMMS2_OPTS" "--with-plugins=icymetaint,curl" ; then
depends curl
diff --git a/audio-players/xmms2/DETAILS b/audio-players/xmms2/DETAILS
index 6b0283d..1971b68 100755
--- a/audio-players/xmms2/DETAILS
+++ b/audio-players/xmms2/DETAILS
@@ -14,12 +14,11 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${PKG}
FORCE_DOWNLOAD=ON
SOURCE_IGNORE=volatile
else
- VERSION=0.4DrKosmos
+ VERSION=0.5DrLecter
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:82b4b3f8615b87b41674a6782d319470b43fcbab83c31826a5db902bd6c9ef8d7a50dbe78686436953b921a7e9a7d670f1da7bab96501ab239ec13cc3992e925
- PATCHLEVEL=1
+
SOURCE_HASH=sha512:e8476dcdf41d7b4c86cb0f613d76f305ef8f832e4169cc41e9dcec4ef57c528c74442180258d4441c118c7f5cd2337c22d9c2fba577fde54c78e37453272ba94
fi
WEB_SITE=http://wiki.xmms2.xmms.se/index.php/Main_Page
ENTERED=20040527
diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
index 17ea5ca..518a892 100644
--- a/audio-players/xmms2/HISTORY
+++ b/audio-players/xmms2/HISTORY
@@ -1,3 +1,10 @@
+2008-06-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: fixed a bug when ices support is enabled,
+ added a few more dependencies for new plugins
+ * PRE_BUILD: fixed for 0.5DrLecter
+ * DETAILS: update to 0.5DrLecter
+ * CONFIGURE: a few new plugins
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_SUB_DEPENDS, DEPENDS: removed is_depends_enabled.function
reference

diff --git a/audio-players/xmms2/PRE_BUILD b/audio-players/xmms2/PRE_BUILD
index 2037a9a..37a80bc 100755
--- a/audio-players/xmms2/PRE_BUILD
+++ b/audio-players/xmms2/PRE_BUILD
@@ -4,7 +4,7 @@ unpack_file &&
cd xmms* &&
echo -e "#!/bin/sh\ncd xmms*\n./waf configure --help" > ../configure &&
chmod +x ../configure &&
-sedit "230s:.*: conf.env[\"CCFLAGS\"] =
Utils.to_list(conf.env[\"CFLAGS\"]):" wscript
-sedit "231s:.*: conf.env[\"CXXFLAGS\"] =
Utils.to_list(conf.env[\"CXXFLAGS\"]):" wscript
-sedit "247s:.*: conf.env[\"CCFLAGS\"] =
Utils.to_list(conf.env[\"CFLAGS\"]):" wscript
-sedit "248s:.*: conf.env[\"CXXFLAGS\"] =
Utils.to_list(conf.env[\"CXXFLAGS\"]):" wscript
+#sedit "260s:.*: conf.env[\"CCFLAGS\"] =
Utils.to_list(conf.env[\"CFLAGS\"]):" wscript
+#sedit "261s:.*: conf.env[\"CXXFLAGS\"] =
Utils.to_list(conf.env[\"CXXFLAGS\"]):" wscript
+sedit "264s:.*: conf.env[\"CCFLAGS\"] =
Utils.to_list(conf.env[\"CFLAGS\"]):" wscript
+sedit "265s:.*: conf.env[\"CXXFLAGS\"] =
Utils.to_list(conf.env[\"CXXFLAGS\"]):" wscript



  • [SM-Commit] GIT changes to master grimoire by root (d2cff5a75cfbe9b1e177ce1567df985f65d900d7), root, 06/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page