[43878] trunk/dports/gnome

mcalhoun at macports.org mcalhoun at macports.org
Tue Dec 16 00:56:19 PST 2008


Revision: 43878
          http://trac.macports.org/changeset/43878
Author:   mcalhoun at macports.org
Date:     2008-12-16 00:56:19 -0800 (Tue, 16 Dec 2008)
Log Message:
-----------
gst-...: Python is only needed if gtk-doc is used to build documentation.
By default, --enable-gtk-doc is no.

Modified Paths:
--------------
    trunk/dports/gnome/gst-ffmpeg/Portfile
    trunk/dports/gnome/gst-plugins-bad/Portfile
    trunk/dports/gnome/gst-plugins-base/Portfile
    trunk/dports/gnome/gst-plugins-good/Portfile
    trunk/dports/gnome/gst-plugins-ugly/Portfile

Modified: trunk/dports/gnome/gst-ffmpeg/Portfile
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/Portfile	2008-12-16 08:53:24 UTC (rev 43877)
+++ trunk/dports/gnome/gst-ffmpeg/Portfile	2008-12-16 08:56:19 UTC (rev 43878)
@@ -20,10 +20,6 @@
 	port:gst-plugins-base
 use_bzip2 	yes
 configure.args	--disable-mmx --disable-altivec --mandir=${prefix}/share/man
-pre-configure {
-        # configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
-        reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
-}
 
 livecheck.check regex
 livecheck.url   http://gstreamer.freedesktop.org/src/${name}/

Modified: trunk/dports/gnome/gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-bad/Portfile	2008-12-16 08:53:24 UTC (rev 43877)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile	2008-12-16 08:56:19 UTC (rev 43878)
@@ -42,10 +42,6 @@
 	# could depend on tons for multimedia stuff +variants
 	# port:mjpegtools
 
-pre-configure {
-	# configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
-        reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
-}
 configure.cxx   g++
 configure.args	--disable-quicktime --enable-experimental --enable-static
 configure.cppflags-append "-L${prefix}/lib"

Modified: trunk/dports/gnome/gst-plugins-base/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-base/Portfile	2008-12-16 08:53:24 UTC (rev 43877)
+++ trunk/dports/gnome/gst-plugins-base/Portfile	2008-12-16 08:56:19 UTC (rev 43878)
@@ -42,11 +42,6 @@
 configure.args   --enable-experimental
 # configure.cppflags-append  -I${prefix}/include/cdparanoia/paranoia -I${prefix}/include/cdparanoia/interface
 
-# configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
-pre-configure {
-        reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
-}
-
 #configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \
 #                CFLAGS="-no-cpp-precomp -funroll-loops -fstrict-aliasing"
 #post-extract {

Modified: trunk/dports/gnome/gst-plugins-good/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-good/Portfile	2008-12-16 08:53:24 UTC (rev 43877)
+++ trunk/dports/gnome/gst-plugins-good/Portfile	2008-12-16 08:56:19 UTC (rev 43878)
@@ -36,9 +36,6 @@
 pre-configure {
 	reinplace "s|OBJC = gcc|OBJC = @OBJC@|" ${worksrcpath}/sys/osxvideo/Makefile.in
 	reinplace "s|-DGST_DISABLE_DEPRECATED||" ${worksrcpath}/configure
-
-	# configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
-        reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
 }
 
 livecheck.check regex

Modified: trunk/dports/gnome/gst-plugins-ugly/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-ugly/Portfile	2008-12-16 08:53:24 UTC (rev 43877)
+++ trunk/dports/gnome/gst-plugins-ugly/Portfile	2008-12-16 08:56:19 UTC (rev 43878)
@@ -29,10 +29,6 @@
 
 use_bzip2 	yes
 
-pre-configure {
-        # configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
-        reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
-}
 configure.args	mandir=${prefix}/share/man --enable-static
 configure.cppflags-append "-L${prefix}/lib"
 configure.cflags-append "-no-cpp-precomp -funroll-loops -fstrict-aliasing"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081216/1dc163c9/attachment-0001.html>


More information about the macports-changes mailing list