[76086] trunk/dports/python
rmstonecipher at macports.org
rmstonecipher at macports.org
Thu Feb 17 19:40:25 PST 2011
Revision: 76086
http://trac.macports.org/changeset/76086
Author: rmstonecipher at macports.org
Date: 2011-02-17 19:40:24 -0800 (Thu, 17 Feb 2011)
Log Message:
-----------
python/py2[5,6,7]-gst-python revised configure arguments to fix broken plugin per ticket #28052
Modified Paths:
--------------
trunk/dports/python/py25-gst-python/Portfile
trunk/dports/python/py26-gst-python/Portfile
trunk/dports/python/py27-gst-python/Portfile
Modified: trunk/dports/python/py25-gst-python/Portfile
===================================================================
--- trunk/dports/python/py25-gst-python/Portfile 2011-02-18 02:19:33 UTC (rev 76085)
+++ trunk/dports/python/py25-gst-python/Portfile 2011-02-18 03:40:24 UTC (rev 76086)
@@ -5,6 +5,7 @@
name py25-gst-python
version 0.10.21
+revision 1
categories python gnome multimedia
maintainers rmstonecipher openmaintainer
description GStreamer python bindings
@@ -25,7 +26,8 @@
set python_prefix ${frameworks_dir}/Python.framework/Versions/2.5
configure.pre_args-delete --prefix=${prefix}
configure.pre_args-append --prefix=${python_prefix}
-configure.args-append --includedir=${python_prefix}/include/python2.5
+configure.args-append --includedir=${python_prefix}/include/python2.5 \
+ --with-libpython-dir=${prefix}/lib
configure.pkg_config_path ${python_prefix}/lib/pkgconfig
configure.python ${prefix}/bin/python2.5
Modified: trunk/dports/python/py26-gst-python/Portfile
===================================================================
--- trunk/dports/python/py26-gst-python/Portfile 2011-02-18 02:19:33 UTC (rev 76085)
+++ trunk/dports/python/py26-gst-python/Portfile 2011-02-18 03:40:24 UTC (rev 76086)
@@ -5,6 +5,7 @@
name py26-gst-python
version 0.10.21
+revision 1
categories python gnome multimedia
maintainers rmstonecipher openmaintainer
description GStreamer python bindings
@@ -26,7 +27,8 @@
set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
configure.pre_args-delete --prefix=${prefix}
configure.pre_args-append --prefix=${python_prefix}
-configure.args-append --includedir=${python_prefix}/include/python2.6
+configure.args-append --includedir=${python_prefix}/include/python2.6 \
+ --with-libpython-dir=${prefix}/lib
configure.pkg_config_path ${python_prefix}/lib/pkgconfig
configure.python ${prefix}/bin/python2.6
Modified: trunk/dports/python/py27-gst-python/Portfile
===================================================================
--- trunk/dports/python/py27-gst-python/Portfile 2011-02-18 02:19:33 UTC (rev 76085)
+++ trunk/dports/python/py27-gst-python/Portfile 2011-02-18 03:40:24 UTC (rev 76086)
@@ -5,6 +5,7 @@
name py27-gst-python
version 0.10.21
+revision 1
categories python gnome multimedia
maintainers rmstonecipher openmaintainer
description GStreamer python bindings
@@ -26,7 +27,8 @@
set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
configure.pre_args-delete --prefix=${prefix}
configure.pre_args-append --prefix=${python_prefix}
-configure.args-append --includedir=${python_prefix}/include/python2.7
+configure.args-append --includedir=${python_prefix}/include/python2.7 \
+ --with-libpython-dir=${prefix}/lib
configure.pkg_config_path ${python_prefix}/lib/pkgconfig
configure.python ${prefix}/bin/python2.7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110217/e153dd85/attachment-0001.html>
More information about the macports-changes
mailing list