Skip to Content.
Sympa Menu

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

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 (a2ee3b8d20793a07501089b696db92fa49100b34)
  • Date: Tue, 17 Jun 2008 13:23:56 -0500

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

audio-players/mpd/DEPENDS | 2 +-
audio-players/mpd/DETAILS | 4 ++--
audio-players/mpd/HISTORY | 3 +++
audio-players/mpd/INSTALL | 4 ++--
audio-players/mpd/PRE_BUILD | 6 +++---
5 files changed, 11 insertions(+), 8 deletions(-)

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

mpd: => 0.13.2, cleaned up

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index e1adf28..d31f84b 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -1,4 +1,4 @@
-depends zlib &&
+depends zlib &&

optional_depends "libao" \
"--enable-ao" \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index c05ae83..862dd01 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,9 +1,9 @@
SPELL=mpd
- VERSION=0.13.1
+ VERSION=0.13.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://musicpd.org/uploads/files/$SOURCE
-
SOURCE_HASH=sha512:1892e12ae1355101c847cab70291014ebe4c9acb7c39e4e58a43f77e20783f490dde6f9e7156de3927c41ee9ea2621fb3fd1427c279784e5d291bab8b5f528e5
+
SOURCE_HASH=sha512:abcef67abedef7c91de7740443042b77e61c85310c07fe42be8ab2e18fa47fa8f83e07ff1a5d16d7e22920dae86ebff2c2b18fdc7c88375dc4681938669c9ea0
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 07dc931..fa34e90 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2008-06-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.13.2
+
2008-06-12 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Changed optional depends jack to JACK-DRIVER.

diff --git a/audio-players/mpd/INSTALL b/audio-players/mpd/INSTALL
index 380106b..a2084b8 100755
--- a/audio-players/mpd/INSTALL
+++ b/audio-players/mpd/INSTALL
@@ -1,7 +1,7 @@
default_install &&
if [[ $INIT_INSTALLED ]]; then
- install_config_file ${SCRIPT_DIRECTORY}/init.d/mpd.conf \
- ${INSTALL_ROOT}/etc/sysconfig/mpd
+ install_config_file $SPELL_DIRECTORY/init.d/mpd.conf \
+ $INSTALL_ROOT/etc/sysconfig/mpd
else
install_config_file doc/mpdconf.example \
$INSTALL_ROOT/etc/mpd.conf
diff --git a/audio-players/mpd/PRE_BUILD b/audio-players/mpd/PRE_BUILD
index 3cb03fe..3ed1c42 100755
--- a/audio-players/mpd/PRE_BUILD
+++ b/audio-players/mpd/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
+cd $SOURCE_DIRECTORY &&

if [[ $INIT_INSTALLED ]]; then
- create_account musicdaemon &&
- sedit "s:/etc/mpd.conf:/etc/sysconfig/mpd:g" src/main.c
+ create_account musicdaemon &&
+ sed -i "s:/etc/mpd.conf:/etc/sysconfig/mpd:g" src/main.c
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a2ee3b8d20793a07501089b696db92fa49100b34), Vlad Glagolev, 06/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page