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 a16ee2c1d12c329597e0fcc3cc5f005dd9a4ec21 (commit) from ced716a1be295c06db1cde529c37ba043f23dc16 (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 a16ee2c1d12c329597e0fcc3cc5f005dd9a4ec21 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Sep 22 19:43:40 2010 +0200
Updated mpd (0.15.12).
-----------------------------------------------------------------------
Summary of changes: lfs/mpd | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/mpd b/lfs/mpd index 3e0999c..e6d86ab 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -24,7 +24,7 @@
include Config
-VER = 0.15.8 +VER = 0.15.12
THISAPP = mpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 10 +PAK_VER = 11
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 = 824e1ce46c0f468865d9e5e403cdaf5d +$(DL_FILE)_MD5 = b00b289a20ecd9accfd4972d6395135c
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree