Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10969

Modified Files:
        mpd.info 
Log Message:
mpd update to 0.17.3
update to ffmpeg-1.0 rather than ancient 0.7
clean up detection of other dependencies so package builds reproducibly

Index: mpd.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/mpd.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mpd.info    14 Feb 2012 08:40:47 -0000      1.1
+++ mpd.info    6 Apr 2013 02:08:08 -0000       1.2
@@ -1,5 +1,5 @@
 Package: mpd
-Version: 0.15.10
+Version: 0.17.3
 Revision: 1004
 Depends: <<
        audiofile-shlibs (>= 0.2.6-11),
@@ -11,33 +11,38 @@
        libavahi-client3-shlibs (>= 0.6.25-2),
        libavahi-common3-shlibs (>= 0.6.25-2),
        libavahi-glib1-shlibs (>= 0.6.25-1),
-       libavcodec52-shlibs (>= 0.6.1-5),
-       libavformat52-shlibs (>= 0.6.1-5),
-       libavutil50-shlibs (>= 0.6.1-5),
+       libavcodec54-1.0-shlibs,
+       libavformat54-1.0-shlibs,
+       libavutil51-1.0-shlibs,
+       libcdio-common,
+       libcdio7-shlibs,
        libcurl4-shlibs (>= 7.19.5-1),
        libfaad2-shlibs (>= 2.7-1016),
        libflac8 (>= 1.2.1-1000),
        libgettext8-shlibs (>= 0.14.5-2),
-       libgsm1-shlibs,
-       libiconv (>= 1.12-3),
+       libiconv,
        libid3tag-shlibs (>= 0.15.1b-4),
        libmad-shlibs (>= 0.15.1b-5),
        libmikmod3-shlibs (>= 3.2.0-beta2-3),
        libmms0-shlibs,
        libmodplug1-shlibs (>= 0.8.8.1-1),
-       libmpcdec3-shlibs (>= 1:1.2.2-3),
+       libmpcdec5-shlibs,
+       libmpg123-shlibs,
        libogg-shlibs (>= 1.1.4-1),
        libsamplerate0-shlibs (>= 0.1.3-1),
        libshout4-shlibs (>= 2.1-3),
-       libtheora0-shlibs (>= 1.0.0-1),
+       libsndfile1-shlibs,
+       libsoup2.4.1-ssl-shlibs,
        libvorbis0-shlibs (>= 1.2.2-1),
-       libx264-98-shlibs (>= 0.0.20100602-1),
        sqlite3-shlibs (>= 3.6.13-3),
-       wavpack1-shlibs (>= 4.41.0-1)
+       twolame-shlibs,
+       wavpack1-shlibs (>= 4.41.0-1),
+       yajl1-shlibs
 <<
 BuildDepends: <<
        audiofile (>= 0.2.6-11),
        bzip2-dev,
+       fink-package-precedence,
        gettext-tools,
        glib2-dev (>= 2.18.2-1),
        jack-dev (>= 0.101.1-1003),
@@ -46,49 +51,64 @@
        libavahi-client3-dev,
        libavahi-common3-dev,
        libavahi-glib1-dev,
-       libavcodec52-dev (>= 0.6.1-5),
-       libavformat52-dev (>= 0.6.1-5),
-       libavutil50-dev (>= 0.6.1-5),
+       libavcodec54-1.0-dev,
+       libavformat54-1.0-dev,
+       libavutil51-1.0-dev,
+       libcdio-dev,
        libcurl4 (>= 7.19.2-2),
        libfaad2-dev (>= 2.7-1016),
        libflac8-dev (>= 1.2.1-1000),
        libgettext8-dev (>= 0.14.5-2),
-       libgsm1-dev,
-       libiconv-dev (>= 1.12-3),
        libid3tag (>= 0.15.1b-4),
        libmad (>= 0.15.1b-5),
        libmikmod3 (>= 3.2.0-beta2-3),
        libmms0,
        libmodplug1 (>= 0.8.8.1-1),
-       libmpcdec3 (>= 1:1.2.2-3),
+       libmpcdec5,
+       libmpg123,
        libogg (>= 1.1.3-1),
        libsamplerate0-dev (>= 0.1.3-1),
        libshout4 (>= 2.1-3),
+       libsndfile1-dev,
+       libsoup2.4.1-ssl,
        libvorbis0 (>= 1.1.2-1),
        pkgconfig (>= 0.9.0-1),
        sqlite3-dev,
-       wavpack1-dev (>= 4.41.0-1)
+       twolame-dev,
+       wavpack1-dev (>= 4.41.0-1),
+       yajl1-dev
 <<
 Source: mirror:sourceforge:musicpd/%n-%v.tar.bz2
-Source-MD5: fb18fa3ed5ff7e3719536a6603098df5
+Source-MD5: cfc9dbf54f52569b998677fe1fa79c11
 SetCXXFLAGS: -Os
 SetCFLAGS: -Os
 ConfigureParams: <<
        --mandir=%p/share/man \
        --enable-mvp \
-       --with-lame=%p \
        --enable-shout \
        --enable-httpd-output \
        --enable-pipe-output \
-       --enable-mikmod \
        --enable-bzip2 \
+       --enable-mikmod \
        --enable-lastfm \
-       --enable-sqlite
+       --enable-sqlite \
+       --disable-gme \
+       --disable-sidplay \
+       --disable-wildmidi \
+       --with-faad=%p \
+       --with-faad-includes=%p/include \
+       FAAD_CFLAGS=-I%p/include
 <<
 # Next ensures that HAVE_OSX is defined, so sys/types.h gets included, and 
u_int32_t (eg, line 88) is defined :
 PatchScript: sed -i.bak -e 's,"icy_server.h",&\n#include "config.h",' 
src/output/httpd_output_plugin.c ; grep -rl -- -pedantic * |xargs perl -pi -e 
"s,-pedantic,,g" ; rm missing && touch missing && chmod +x missing
+CompileScript: <<
+       #!/bin/sh -ev
+       export PKG_CONFIG_PATH=%p/lib/ffmpeg-1.0/lib/pkgconfig:$PKG_CONFIG_PATH
+       %{default_script}
+       fink-package-precedence .
+<<
 InstallScript: make install DESTDIR=%d
-DocFiles: AUTHORS COPYING NEWS README UPGRADING
+DocFiles: AUTHORS COPYING NEWS README UPGRADING docs/mpdconf.example
 License: GPL
 Homepage: http://mpd.wikia.com
 Maintainer: Jack Fink <[email protected]>


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to