Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (6f9edb17d36a28fe2aba1057f0ad68edb8a9b055)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (6f9edb17d36a28fe2aba1057f0ad68edb8a9b055)
  • Date: Tue, 26 Dec 2006 14:11:09 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

audio-players/mpd/DEPENDS | 48
++++++++++++++++++++++++++++++++++++++--------
audio-players/mpd/HISTORY | 4 +++
audio-players/mpd/INSTALL | 2 -
3 files changed, 45 insertions(+), 9 deletions(-)

New commits:
commit 8b10cccf446f6af8be4e934a7fe8d996a0cd1d75
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-players/mpd:

DEPENDS: added --{en,dis}able-feature for each optional_depends
INSTALL: removed $SOURCE_DIRECTORY, not needed

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 72748e8..1a2f8e2 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -1,10 +1,42 @@
depends libao &&
depends zlib &&
-optional_depends "libvorbis" "" "--disable-ogg" "for ogg/vorbis support" &&
-optional_depends "flac" "" "--disable-flac" "for flac support" &&
-optional_depends "faad2" "" "--disable-aac" "for AAC audio support" &&
-optional_depends "audiofile" "" "--disable-audiofile" "for wav file
support" &&
-optional_depends "alsa-lib" "" "--disable-alsa" "for alsa mixer support" &&
-optional_depends "libmad" "" "--enable-mpd-mad" "to use external libmad" &&
-optional_depends "libid3tag" "" "--enable-mpd-id3tag" "to use external
libid3tag" &&
-optional_depends "libmikmod" "" "--disable-mod" "for mod file support"
+
+optional_depends "libvorbis" \
+ "--enable-ogg" \
+ "--disable-ogg" \
+ "for ogg/vorbis support" &&
+
+optional_depends "flac" \
+ "--enable-flac" \
+ "--disable-flac" \
+ "for flac support" &&
+
+optional_depends "faad2" \
+ "--enable-aac" \
+ "--disable-aac" \
+ "for AAC audio support" &&
+
+optional_depends "audiofile" \
+ "--enable-audiofile" \
+ "--disable-audiofile" \
+ "for wav file support" &&
+
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for alsa mixer support" &&
+
+optional_depends "libmad" \
+ "--disable-mpd-mad" \
+ "--enable-mpd-mad" \
+ "to use external libmad" &&
+
+optional_depends "libid3tag" \
+ "--disable-mpd-id3tag" \
+ "--enable-mpd-id3tag" \
+ "to use external libid3tag" &&
+
+optional_depends "libmikmod" \
+ "--enable-mod" \
+ "--disable-mod" \
+ "for mod file support"
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 894d53f..0b46650 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2006-12-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added --{en,dis}able-feature for each optional_depends
+ * INSTALL: removed $SOURCE_DIRECTORY, not needed
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/audio-players/mpd/INSTALL b/audio-players/mpd/INSTALL
index 28b6562..a4f04a6 100755
--- a/audio-players/mpd/INSTALL
+++ b/audio-players/mpd/INSTALL
@@ -1,3 +1,3 @@
default_install &&
-install_config_file $SOURCE_DIRECTORY/doc/mpdconf.example \
+install_config_file doc/mpdconf.example \
$INSTALL_ROOT/etc/mpd.conf



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (6f9edb17d36a28fe2aba1057f0ad68edb8a9b055), Pol Vinogradov, 12/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page