]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
mpd: update to 0.16.2.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 May 2011 19:02:07 +0000 (21:02 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 May 2011 19:02:07 +0000 (21:02 +0200)
lfs/mpd

diff --git a/lfs/mpd b/lfs/mpd
index e6d86ab039ee195b5545c9281923c2ea2edf872c..7cd616e74ed5b64795121ee841ff90471a7d60e9 100644 (file)
--- a/lfs/mpd
+++ b/lfs/mpd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2009  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-VER        = 0.15.12
+VER        = 0.16.2
 
 THISAPP    = mpd-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/${THISAPP}
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mpd
-PAK_VER    = 11
+PAK_VER    = 12
 
 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 = b00b289a20ecd9accfd4972d6395135c
+$(DL_FILE)_MD5 = a75ad715cc381dc5efeff6dbf313a954
 
 install : $(TARGET)
 
@@ -76,8 +76,11 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-ipv6
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && ./configure --prefix=/usr \
+                                       --disable-ipv6 \
+                                       --sysconfdir=/etc \
+                                       --disable-sqlite
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)