Revision: 75388 http://trac.macports.org/changeset/75388 Author: rmstonecipher@macports.org Date: 2011-01-23 21:25:37 -0800 (Sun, 23 Jan 2011) Log Message: ----------- python/py2x-gst-python upgraded version from 0.10.20 to 0.10.21 Modified Paths: -------------- trunk/dports/python/py25-gst-python/Portfile trunk/dports/python/py26-gst-python/Portfile trunk/dports/python/py27-gst-python/Portfile trunk/dports/python/py27-numpy/Portfile Modified: trunk/dports/python/py25-gst-python/Portfile =================================================================== --- trunk/dports/python/py25-gst-python/Portfile 2011-01-24 05:20:59 UTC (rev 75387) +++ trunk/dports/python/py25-gst-python/Portfile 2011-01-24 05:25:37 UTC (rev 75388) @@ -4,7 +4,7 @@ PortSystem 1.0 name py25-gst-python -version 0.10.20 +version 0.10.21 categories python gnome multimedia maintainers rmstonecipher openmaintainer description GStreamer python bindings @@ -15,9 +15,9 @@ master_sites http://gstreamer.freedesktop.org/src/${my_name}/ distname ${my_name}-${version} use_bzip2 yes -checksums md5 d706ea52819305f698d80343a583b03b \ - sha1 378b96087f7b6037e6f4da1a431081aad46c3902 \ - rmd160 558e3cec6b6b73a065f139f0e5f2c7478e49844a +checksums md5 31340ae3e877797a10d088a226d74b16 \ + sha1 16bc8434543e60124508ba4ad14d00452fff98c0 \ + rmd160 9645765fcf79a560d92bfdc8d49bce95dfb0417d depends_lib port:py25-gtk \ port:gst-plugins-base Modified: trunk/dports/python/py26-gst-python/Portfile =================================================================== --- trunk/dports/python/py26-gst-python/Portfile 2011-01-24 05:20:59 UTC (rev 75387) +++ trunk/dports/python/py26-gst-python/Portfile 2011-01-24 05:25:37 UTC (rev 75388) @@ -4,7 +4,7 @@ PortSystem 1.0 name py26-gst-python -version 0.10.20 +version 0.10.21 categories python gnome multimedia maintainers rmstonecipher openmaintainer description GStreamer python bindings @@ -16,9 +16,9 @@ distname ${my_name}-${version} dist_subdir py25-gst-python use_bzip2 yes -checksums md5 d706ea52819305f698d80343a583b03b \ - sha1 378b96087f7b6037e6f4da1a431081aad46c3902 \ - rmd160 558e3cec6b6b73a065f139f0e5f2c7478e49844a +checksums md5 31340ae3e877797a10d088a226d74b16 \ + sha1 16bc8434543e60124508ba4ad14d00452fff98c0 \ + rmd160 9645765fcf79a560d92bfdc8d49bce95dfb0417d depends_lib port:py26-gtk \ port:gst-plugins-base Modified: trunk/dports/python/py27-gst-python/Portfile =================================================================== --- trunk/dports/python/py27-gst-python/Portfile 2011-01-24 05:20:59 UTC (rev 75387) +++ trunk/dports/python/py27-gst-python/Portfile 2011-01-24 05:25:37 UTC (rev 75388) @@ -4,7 +4,7 @@ PortSystem 1.0 name py27-gst-python -version 0.10.20 +version 0.10.21 categories python gnome multimedia maintainers rmstonecipher openmaintainer description GStreamer python bindings @@ -16,9 +16,9 @@ distname ${my_name}-${version} dist_subdir py25-gst-python use_bzip2 yes -checksums md5 d706ea52819305f698d80343a583b03b \ - sha1 378b96087f7b6037e6f4da1a431081aad46c3902 \ - rmd160 558e3cec6b6b73a065f139f0e5f2c7478e49844a +checksums md5 31340ae3e877797a10d088a226d74b16 \ + sha1 16bc8434543e60124508ba4ad14d00452fff98c0 \ + rmd160 9645765fcf79a560d92bfdc8d49bce95dfb0417d depends_lib port:py27-gtk \ port:gst-plugins-base Modified: trunk/dports/python/py27-numpy/Portfile =================================================================== --- trunk/dports/python/py27-numpy/Portfile 2011-01-24 05:20:59 UTC (rev 75387) +++ trunk/dports/python/py27-numpy/Portfile 2011-01-24 05:25:37 UTC (rev 75388) @@ -48,8 +48,9 @@ # use ATLAS by default; if MacPorts' ATLAS is not used, numpy will # link with that supplied by Apple's Accelerate framework. -default_variants +atlas - +if {![variant_isset universal]} { + default_variants +atlas +} # when using ATLAS (whether by default or specified by the user via # the +atlas variant) ... set gcc_version ""