Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3891/10.3/unstable/main/finkinfo/net

Added Files:
        shout-py.info shout-py.patch 
Log Message:
New package from trackers (Submissions #1294746)


--- NEW FILE: shout-py.info ---
Info2: <<
Package: shout-py%type_pkg[python]
Version: 0.2
Revision: 1
Type: python (2.3 2.4)
Source: http://downloads.xiph.org/releases/libshout/shout-python-%v.tar.gz
Source-MD5: 80bec97a1462c2d2a9282ba8a7c18336
Depends: <<
  libshout4-shlibs,
  python%type_pkg[python] | python%type_pkg[python]-nox
<<
BuildDepends: libshout4

Patch: %{ni}.patch
PatchScript: <<
  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 <[EMAIL PROTECTED]>
<<

--- NEW FILE: shout-py.patch ---
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:



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to