This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 73fb1722f01b62aa0c9f7a98448d661f790d8803 (commit) via d4c8762e01ad855f5774c76a26e905bcb06538ab (commit) via e59bc03bb02ed97ab06b7378277fd0c64076e7c7 (commit) from fecf34a85a34c514dd044fa6b28946ae4a294fbc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 73fb1722f01b62aa0c9f7a98448d661f790d8803 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 8 22:46:42 2011 +0200
mpd: update to 0.16.3.
commit d4c8762e01ad855f5774c76a26e905bcb06538ab Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 8 22:46:13 2011 +0200
mpc: update to 0.21.
commit e59bc03bb02ed97ab06b7378277fd0c64076e7c7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 8 22:45:25 2011 +0200
libmpdclient: update to 2.5.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/libmpdclient | 3 ++- lfs/libmpdclient | 6 +++--- lfs/mpc | 6 +++--- lfs/mpd | 10 +++++----- 4 files changed, 13 insertions(+), 12 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/libmpdclient b/config/rootfiles/packages/libmpdclient index df102d7..a349cfd 100644 --- a/config/rootfiles/packages/libmpdclient +++ b/config/rootfiles/packages/libmpdclient @@ -11,6 +11,7 @@ #usr/include/mpd/error.h #usr/include/mpd/idle.h #usr/include/mpd/list.h +#usr/include/mpd/message.h #usr/include/mpd/mixer.h #usr/include/mpd/output.h #usr/include/mpd/pair.h @@ -35,7 +36,7 @@ #usr/lib/libmpdclient.la usr/lib/libmpdclient.so usr/lib/libmpdclient.so.2 -usr/lib/libmpdclient.so.2.0.1 +usr/lib/libmpdclient.so.2.0.5 #usr/lib/pkgconfig/libmpdclient.pc #usr/share/doc/libmpdclient #usr/share/doc/libmpdclient/COPYING diff --git a/lfs/libmpdclient b/lfs/libmpdclient index e2e8bde..afbbb7d 100644 --- a/lfs/libmpdclient +++ b/lfs/libmpdclient @@ -24,7 +24,7 @@
include Config
-VER = 2.4 +VER = 2.5
THISAPP = libmpdclient-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libmpdclient -PAK_VER = 2 +PAK_VER = 3
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8c166c5212dd95d538d3a35bb9ad4634 +$(DL_FILE)_MD5 = c1e359de6fbee3dc052deaeed05350db
install : $(TARGET)
diff --git a/lfs/mpc b/lfs/mpc index f3e4848..01872bf 100644 --- a/lfs/mpc +++ b/lfs/mpc @@ -24,7 +24,7 @@
include Config
-VER = 0.20 +VER = 0.21
THISAPP = mpc-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpc -PAK_VER = 5 +PAK_VER = 6
DEPS = "mpd libmpdclient"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 24c81ad6afe6099e8d7a6826ef4b7105 +$(DL_FILE)_MD5 = d8f88aad5fa7ed4c6e7005c5ec1ba7c5
install : $(TARGET)
diff --git a/lfs/mpd b/lfs/mpd index 7cd616e..f673c85 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -24,15 +24,15 @@
include Config
-VER = 0.16.2 +VER = 0.16.3
THISAPP = mpd-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 12 +PAK_VER = 13
DEPS = "alsa faad2 ffmpeg-libs glib lame libshout libogg libid3tag libvorbis"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a75ad715cc381dc5efeff6dbf313a954 +$(DL_FILE)_MD5 = 6e708c02b0e8c288aec855eecf441a5a
install : $(TARGET)
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr \ --disable-ipv6 \ --sysconfdir=/etc \
hooks/post-receive -- IPFire 2.x development tree