mbox

[6/6] mpd: update to 0.19.19

Message ID 20161113192400.19514-7-marcel.lorenz@ipfire.org
State Superseded
Headers

Message

Marcel Lorenz Nov. 14, 2016, 6:24 a.m. UTC
  Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 lfs/mpd | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)
  

Comments

Jonatan Schlag Nov. 19, 2016, 3:16 a.m. UTC | #1
Hi,

Am So, 13. Nov, 2016 um 8:24 schrieb Marcel Lorenz 
<marcel.lorenz@ipfire.org>:
> Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
> ---
>  lfs/mpd | 25 +++++++++++++++++--------
>  1 file changed, 17 insertions(+), 8 deletions(-)
> 
> diff --git a/lfs/mpd b/lfs/mpd
> index 7b2c54d..280db3e 100644
> --- a/lfs/mpd
> +++ b/lfs/mpd
> @@ -1,7 +1,7 @@
>  
> ###############################################################################
>  #                                                                    
>          #
>  # IPFire.org - A linux based firewall                                
>          #
> -# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>            
>          #
> +# Copyright (C) 2007-2016  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        #
> @@ -24,15 +24,15 @@
> 
>  include Config
> 
> -VER        = 0.16.5
> +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    = 14
> +PAK_VER    = 15
> 
>  DEPS       = "alsa faad2 ffmpeg-libs flac lame libmad libshout 
> libogg libid3tag libvorbis"
> 
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
> 
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = f7564cff12035f6a1112cce770655df7
> +$(DL_FILE)_MD5 = 6e4fca9a9c26dad08b61bac9a91802db
> 
>  install : $(TARGET)
> 
> @@ -78,9 +78,18 @@ $(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
> +			--disable-ipv6 \
> +			--sysconfdir=/etc \
> +			--disable-sqlite \
> +			--enable-id3 \
> +			--enable-vorbis \
> +			--enable-expat \
> +			--enable-ffmpeg \
> +			--enable-flac \
> +			--enable-lame-encoder \
> +			--enable-wavpack \
> +			--enable-upnp \
> +			--disable-icu
Are there reasons for this new configure switches?
And when yes I would like to hear them :-;

The rest looks fine.

> 
>  	cd $(DIR_APP) && make $(MAKETUNING)
>  	cd $(DIR_APP) && make install
>  	@rm -rf $(DIR_APP)
> --
> 2.9.3

Regards Jonatan