the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: flac-xmms
Version: 1.2.1
Revision: 1000
BuildDepends: xmms, popt, libtool14 (>= 1.5-1), libogg, xmms, readline5, id3lib4-dev (>= 3.8.3-1014), glib, gtk+, libiconv-dev, libgettext3-dev, gettext-bin, gettext-tools, fink (>= 0.24.12), libflac8-dev
Depends: libflac8 (>= %v-%r), id3lib4-shlibs (>= 3.8.3-1014), popt-shlibs, xmms-bin
Conflicts: flac-nox, flac-bin, flac (<< 1.2.1)
Replaces: flac-nox, flac-bin
Source: mirror:sourceforge:flac/flac-%v.tar.gz
Source-MD5: 153c8b15a54da428d1f0fadc756c22c7
PatchFile: flac.patch
PatchFile-MD5: 7ee11e6fd7c4541d4593678306a18eb0
PatchScript: <<
#!/bin/sh -ex
patch -p1 < %{PatchFile}
patch -p0 < patches/ltmain.sh.patch
patch -p0 < patches/nasm.h.patch
<<
NoSetCPPFLAGS: true
SetCPPFLAGS: -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I%p/include
NoSetLDFLAGS: true
ConfigureParams: --mandir='${prefix}/share/man' --disable-rpath (%m = i386) --disable-asm-optimizations
BuildDependsOnly: True
GCC: 4.0
CompileScript: <<
#!/bin/sh -ex
./configure %c
#/bin/sh patches/fixrpath.sh
make OBJ_FORMAT=macho
<<
InstallScript: <<
#!/bin/sh -ex
bd=$(cd %b && pwd -P)
perl -pi -e "s#\Q$bd\E/src/libFLAC#%p/lib#g" src/plugin_xmms/libxmms-flac.la
cd src/plugin_xmms
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* README
Description: Free lossless audio codec - xmms plugin
DescDetail: <<
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
is similar to MP3, but lossless. The FLAC project consists of:
* The stream format
In the libflacX packages:
* libFLAC, a library encoders and decoders, and a metadata interface
* libFLAC++, an object wrapper around libFLAC
In the flac package:
* flac, a CLI wrapper around libFLAC to encode/decode .flac files
* metaflac, a command-line metadata editor for .flac files
In the flac-xmms package:
* Input plugin for XMMS
<<
DescPackaging: <<
Does not use pbxbuild method since we want dylibs, and
the xmms plugin. Also the make/config method puts everything in
the right place.
libtool relink and bash versioning patches applied.
patch to enable dynamic_lookup (for prebinding on 10.3) applied.
<<
License: GPL
Maintainer: Ben Hines
Homepage: http://flac.sourceforge.net/