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, next has been updated via 26be2bad9505cbff5ba7f81389275a5e82540653 (commit) from 4d33f6986e3d0411b1d6491ccc37d054ed1e2d7e (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 26be2bad9505cbff5ba7f81389275a5e82540653 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Oct 20 15:22:52 2011 +0200
mpd: update to 0.16.5.
-----------------------------------------------------------------------
Summary of changes: lfs/mpd | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/mpd b/lfs/mpd index f673c85..ca82ad2 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -24,7 +24,7 @@
include Config
-VER = 0.16.3 +VER = 0.16.5
THISAPP = mpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 13 +PAK_VER = 14
-DEPS = "alsa faad2 ffmpeg-libs glib lame libshout libogg libid3tag libvorbis" +DEPS = "alsa faad2 ffmpeg-libs glib lame libmad libshout libogg libid3tag libvorbis"
############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6e708c02b0e8c288aec855eecf441a5a +$(DL_FILE)_MD5 = f7564cff12035f6a1112cce770655df7
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree