Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (db9360331362780df25b52077e0c918739ea5d1b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (db9360331362780df25b52077e0c918739ea5d1b)
  • Date: Thu, 25 Jun 2009 01:45:04 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-players/mpd/DEPENDS | 30 ++++++++++++++++++++----------
audio-players/mpd/DETAILS | 4 ++--
audio-players/mpd/HISTORY | 4 ++++
3 files changed, 26 insertions(+), 12 deletions(-)

New commits:
commit db9360331362780df25b52077e0c918739ea5d1b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpd: => 0.15

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 35dbd81..d34b180 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -6,8 +6,8 @@ optional_depends libao \
"for libao support" &&

optional_depends libvorbis \
- "--enable-oggvorbis" \
- "--disable-oggvorbis" \
+ "--enable-vorbis" \
+ "--disable-vorbis" \
"for Ogg Vorbis support" &&

optional_depends libmpcdec \
@@ -46,8 +46,8 @@ optional_depends pulseaudio \
"for pulseaudio output support" &&

optional_depends libmad \
- "--enable-mp3" \
- "--disable-mp3" \
+ "--enable-mad" \
+ "--disable-mad" \
"to use libmad (for mp3 files support)" &&

optional_depends libid3tag \
@@ -56,9 +56,14 @@ optional_depends libid3tag \
"to use id3 tags" &&

optional_depends libmikmod \
- "--enable-mod" \
- "--disable-mod" \
- "for mod file support" &&
+ "--enable-mikmod" \
+ "--disable-mikmod" \
+ "for mod file support (libmikmod)" &&
+
+optional_depends libmodplug \
+ "--enable-modplug" \
+ "--disable-modplug" \
+ "for mod file support (libmodplug)" &&

optional_depends libsamplerate \
"--enable-lsr" \
@@ -71,15 +76,20 @@ optional_depends wavpack \
"for WavPack support" &&

optional_depends lame \
- "--enable-lame" \
- "--disable-lame" \
- "for LAME support" &&
+ "--enable-lame-encoder" \
+ "--disable-lame-encoder" \
+ "for LAME encoder support" &&

optional_depends curl \
"--enable-curl" \
"--disable-curl" \
"for obtaining song data via HTTP support" &&

+optional_depends sqlite \
+ "--enable-sqlite" \
+ "--disable-sqlite" \
+ "for SQLite database support" &&
+
optional_depends LIBAVCODEC \
"--enable-ffmpeg" \
"--disable-ffmpeg" \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 723fc40..d66a9cd 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,9 +1,9 @@
SPELL=mpd
- VERSION=0.14.2
+ VERSION=0.15
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/musicpd/$SOURCE
-
SOURCE_HASH=sha512:77912f89e06892830a063c96ecbc2cd95337d10f956c240ed0f62218ad3d8a08c0ac04a062e3d6044f510abcdaa9eecde1a3faa2321841ee35aa73fb6c38f79d
+
SOURCE_HASH=sha512:299154debb2977c757df35f4e595e114d708d23b40d2cf4fd52fd3d9acd02052e12f365ebfc542266f58d1288e3f557b137e1fb28da1b0ce6819d979c299d2b3
LICENSE[0]=GPL
KEYWORDS="music players audio"
WEB_SITE=http://www.musicpd.org/
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index ecb9187..ee4ad6b 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2009-06-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.15
+ * DEPENDS: corrected flags, added sqlite dep
+
2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depends on avahi




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (db9360331362780df25b52077e0c918739ea5d1b), Vlad Glagolev, 06/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page