X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fmpd;h=25c3e57d7863a7b711355b45a633c2a1311adf25;hp=f673c85b4e268876f42985a0cc322aecdada3225;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=73fb1722f01b62aa0c9f7a98448d661f790d8803 diff --git a/lfs/mpd b/lfs/mpd index f673c85b4e..25c3e57d78 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # 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 # @@ -24,17 +24,17 @@ include Config -VER = 0.16.3 +VER = 0.19.19 THISAPP = mpd-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 13 +PAK_VER = 19 -DEPS = "alsa faad2 ffmpeg-libs glib lame libshout libogg libid3tag libvorbis" +DEPS = "alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6e708c02b0e8c288aec855eecf441a5a +$(DL_FILE)_MD5 = 6e4fca9a9c26dad08b61bac9a91802db install : $(TARGET) @@ -77,12 +77,26 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr \ - --disable-ipv6 \ - --sysconfdir=/etc \ - --disable-sqlite + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-ipv6 \ + --sysconfdir=/etc \ + --disable-sqlite \ + --disable-smbclient \ + --enable-id3 \ + --enable-vorbis \ + --enable-expat \ + --enable-ffmpeg \ + --enable-flac \ + --enable-lame-encoder \ + --enable-upnp \ + --disable-icu cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + + #install initscripts + $(call INSTALL_INITSCRIPT,mpd) + @rm -rf $(DIR_APP) touch /var/log/mpd.error.log touch /var/log/mpd.log