the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: shout-py%type_pkg[python]
Version: 0.2.1
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.3 2.4 2.5 2.6)
Source: http://downloads.xiph.org/releases/libshout/shout-python-%v.tar.gz
Source-MD5: 864cfecc2474590470fcce750416b7d3
Depends: <<
libshout4-shlibs,
python%type_pkg[python] | python%type_pkg[python]-nox
<<
BuildDepends: fink (>= 0.24.12), libshout4, pkgconfig
PatchFile: %{ni}.patch
PatchFile-MD5: 38bc4246b8ca536f8ade5e88fd28ffb1
PatchScript: <<
%{default_script}
perl -pi -e 's;#!/usr/bin/env python;#!%p/bin/python%type_raw[python];' setup.py example.py
<<
CompileScript: <<
python%type_raw[python] setup.py build
<<
DocFiles: COPYING PKG-INFO README example.py
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
<<
Description: Python bindings for libshout 2
Homepage: http://icecast.org/
License: LGPL
Maintainer: Brendan Cully
<<
diff -uNr shout-python-0.2.orig/setup.py shout-python-0.2/setup.py
--- shout-python-0.2.orig/setup.py 2005-02-19 10:00:32.000000000 -0800
+++ shout-python-0.2/setup.py 2005-09-21 19:47:38.000000000 -0700
@@ -17,7 +17,7 @@
cflags = pkgcfg.readline().strip()
pkgcfg.close()
pkgcfg = os.popen('pkg-config --libs shout')
- libs = pkgcfg.readline().strip()
+ libs = pkgcfg.readline().strip().replace(' -lvorbis -logg -lm', '')
pkgcfg.close()
else: