[21971] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 12 13:14:12 PST 2007


Revision: 21971
          http://trac.macosforge.org/projects/macports/changeset/21971
Author:   pipping at macports.org
Date:     2007-02-12 13:14:12 -0800 (Mon, 12 Feb 2007)

Log Message:
-----------
 * new port (#11372)

submitted by rjkroege at liqui.org

Added Paths:
-----------
    trunk/dports/python/py-id3lib/
    trunk/dports/python/py-id3lib/Portfile
    trunk/dports/python/py-id3lib/files/
    trunk/dports/python/py-id3lib/files/patch-setup.py.diff

Added: trunk/dports/python/py-id3lib/Portfile
===================================================================
--- trunk/dports/python/py-id3lib/Portfile	                        (rev 0)
+++ trunk/dports/python/py-id3lib/Portfile	2007-02-12 21:14:12 UTC (rev 21971)
@@ -0,0 +1,23 @@
+# $Id: Portfile 20390 2006-11-03 00:46:05Z blair at macports.org $
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py-id3lib
+version			0.5.1
+revision		0
+categories		python audio
+platforms		darwin
+maintainers		rjkroege at liqui.org
+description		Python module for reading and writing id3v2 tags
+long_description	${description}
+
+homepage		http://pyid3lib.sourceforge.net/
+master_sites		sourceforge:pyid3lib
+distname		pyid3lib-${version}
+checksums		md5 5fd37a7dda7c540f665ca5d428a28f5e
+
+
+depends_lib-append	lib:libid3:id3lib lib:libz:zlib
+
+patchfiles		patch-setup.py.diff

Added: trunk/dports/python/py-id3lib/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-id3lib/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-id3lib/files/patch-setup.py.diff	2007-02-12 21:14:12 UTC (rev 21971)
@@ -0,0 +1,13 @@
+--- setup.py	2003-02-16 15:48:01.000000000 -0800
++++ new/setup.py	2007-02-11 20:22:02.000000000 -0800
+@@ -10,7 +10,9 @@
+ 
+        ext_modules = [Extension( 'pyid3lib',
+                                  ['pyid3lib.cc'],
+-                                 libraries=['stdc++','id3','z'] )]
++                                 libraries=['stdc++','id3','z'],
++                                 include_dirs = [ "/opt/local/include/" ],
++                                 library_dirs=[ "/opt/local/lib/" ],  )]
+        )
+ 
+        

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070212/1304198d/attachment.html


More information about the macports-changes mailing list