Revision: 144197 https://trac.macports.org/changeset/144197 Author: ryandesign@macports.org Date: 2016-01-04 09:14:39 -0800 (Mon, 04 Jan 2016) Log Message: ----------- webp: update to 0.5.0 and revbump ports that link with libwebp Modified Paths: -------------- trunk/dports/aqua/qt5/Portfile trunk/dports/gis/mapnik/Portfile trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile trunk/dports/gnome/gthumb/Portfile trunk/dports/graphics/GraphicsMagick/Portfile trunk/dports/graphics/ImageMagick/Portfile trunk/dports/graphics/graphviz/Portfile trunk/dports/graphics/graphviz-devel/Portfile trunk/dports/graphics/leptonica/Portfile trunk/dports/graphics/opencv/Portfile trunk/dports/graphics/webp/Portfile trunk/dports/kde/kde4-runtime/Portfile trunk/dports/lang/php/Portfile trunk/dports/python/py-Pillow/Portfile trunk/dports/python/py-imread/Portfile trunk/dports/www/webkit-gtk/Portfile trunk/dports/www/webkit-gtk-2.0/Portfile Modified: trunk/dports/aqua/qt5/Portfile =================================================================== --- trunk/dports/aqua/qt5/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/aqua/qt5/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -18,10 +18,18 @@ homepage http://qt.io +if { ${version} eq "5.5.1" && ${subport} eq "qt5-qtimageformats" } { + incr revision 1 +} + if { ${version} eq "5.5.1" && ${subport} eq "qt5-qtwebengine" } { incr revision 1 } +if { ${version} eq "5.5.1" && ${subport} eq "qt5-qtwebkit" } { + incr revision 1 +} + # generate documentation from complete code base # generate modules from separate downloads if { ${subport} ne "${name}-docs" } { Modified: trunk/dports/gis/mapnik/Portfile =================================================================== --- trunk/dports/gis/mapnik/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/gis/mapnik/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -6,7 +6,7 @@ PortGroup github 1.0 github.setup mapnik mapnik 3.0.9 v -revision 0 +revision 1 categories gis devel license LGPL-2.1 platforms darwin Modified: trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile =================================================================== --- trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -10,6 +10,7 @@ name gstreamer1-gst-plugins-bad set my_name gst-plugins-bad version 1.6.2 +revision 1 description A set of plug-ins for GStreamer that need more quality. long_description GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \ to the rest. They might be close to being good quality, but they're missing \ Modified: trunk/dports/gnome/gthumb/Portfile =================================================================== --- trunk/dports/gnome/gthumb/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/gnome/gthumb/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -5,6 +5,7 @@ name gthumb version 3.4.1 +revision 1 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description Image viewer and browser for the GNOME desktop. Modified: trunk/dports/graphics/GraphicsMagick/Portfile =================================================================== --- trunk/dports/graphics/GraphicsMagick/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/graphics/GraphicsMagick/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -5,6 +5,7 @@ name GraphicsMagick version 1.3.23 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics platforms darwin @@ -37,7 +38,8 @@ port:libtool \ port:lcms2 \ port:jasper \ - port:jpeg + port:jpeg \ + port:webp use_xz yes @@ -63,6 +65,7 @@ --with-zlib=yes \ --with-xml=yes \ --with-ttf=yes \ + --with-webp=yes \ --without-included-ltdl \ --without-umem \ --enable-shared=yes Modified: trunk/dports/graphics/ImageMagick/Portfile =================================================================== --- trunk/dports/graphics/ImageMagick/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/graphics/ImageMagick/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -8,6 +8,7 @@ name ImageMagick version 6.9.2-10 +revision 1 set reasonable_version [lindex [split ${version} -] 0] homepage http://www.imagemagick.org/ categories graphics devel Modified: trunk/dports/graphics/graphviz/Portfile =================================================================== --- trunk/dports/graphics/graphviz/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/graphics/graphviz/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -39,7 +39,7 @@ minimum_xcodeversions {9 3.1.2} if {${name} eq ${subport}} { -revision 2 +revision 3 conflicts graphviz${otherbranch} Modified: trunk/dports/graphics/graphviz-devel/Portfile =================================================================== --- trunk/dports/graphics/graphviz-devel/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/graphics/graphviz-devel/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -39,7 +39,7 @@ minimum_xcodeversions {9 3.1.2} if {${name} eq ${subport}} { -revision 0 +revision 1 conflicts graphviz${otherbranch} Modified: trunk/dports/graphics/leptonica/Portfile =================================================================== --- trunk/dports/graphics/leptonica/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/graphics/leptonica/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -5,7 +5,7 @@ name leptonica version 1.71 -revision 0 +revision 1 categories graphics science devel platforms darwin license BSD Modified: trunk/dports/graphics/opencv/Portfile =================================================================== --- trunk/dports/graphics/opencv/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/graphics/opencv/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -7,7 +7,7 @@ name opencv version 3.1.0 -revision 0 +revision 1 categories graphics science platforms darwin license BSD Modified: trunk/dports/graphics/webp/Portfile =================================================================== --- trunk/dports/graphics/webp/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/graphics/webp/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -4,7 +4,7 @@ PortSystem 1.0 name webp -version 0.4.4 +version 0.5.0 categories graphics science devel platforms darwin maintainers ryandesign openmaintainer @@ -28,8 +28,8 @@ homepage https://developers.google.com/speed/webp/ master_sites http://downloads.webmproject.org/releases/webp/ -checksums rmd160 edb578d880074ed216fc786c4938dda77f251dbc \ - sha256 c65d34edb57338e331ba4d622227a2b3179444cfca17d02c34f1ead63f603e86 +checksums rmd160 911edb98dbd65d593320a0b01c4d6492e9b91587 \ + sha256 5cd3bb7b623aff1f4e70bd611dc8dbabbf7688fd5eb225b32e02e09e37dfb274 depends_lib port:zlib \ port:libpng \ Modified: trunk/dports/kde/kde4-runtime/Portfile =================================================================== --- trunk/dports/kde/kde4-runtime/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/kde/kde4-runtime/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -10,7 +10,7 @@ name kde4-runtime version 4.14.4.20150225 -revision 2 +revision 3 categories kde kde4 maintainers nicos license GPL-2+ LGPL-2.1+ Modified: trunk/dports/lang/php/Portfile =================================================================== --- trunk/dports/lang/php/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/lang/php/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -609,6 +609,10 @@ } subport ${php}-gd { + switch -- ${version} { + 7.0.1 {revision 1} + } + categories-append graphics description a PHP interface to the gd library Modified: trunk/dports/python/py-Pillow/Portfile =================================================================== --- trunk/dports/python/py-Pillow/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/python/py-Pillow/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -6,7 +6,7 @@ name py-Pillow version 3.0.0 -revision 0 +revision 1 categories-append devel platforms darwin license BSD Modified: trunk/dports/python/py-imread/Portfile =================================================================== --- trunk/dports/python/py-imread/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/python/py-imread/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -6,7 +6,7 @@ name py-imread version 0.5.1 -revision 0 +revision 1 categories-append graphics platforms darwin license MIT Modified: trunk/dports/www/webkit-gtk/Portfile =================================================================== --- trunk/dports/www/webkit-gtk/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/www/webkit-gtk/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -13,7 +13,7 @@ name webkit-gtk epoch 2 version 2.4.9 -revision 1 +revision 2 description Apple's WebKit HTML rendering library for GTK+ long_description ${description} maintainers jeremyhu devans Modified: trunk/dports/www/webkit-gtk-2.0/Portfile =================================================================== --- trunk/dports/www/webkit-gtk-2.0/Portfile 2016-01-04 16:39:49 UTC (rev 144196) +++ trunk/dports/www/webkit-gtk-2.0/Portfile 2016-01-04 17:14:39 UTC (rev 144197) @@ -8,7 +8,7 @@ name webkit-gtk-2.0 version 2.0.4 -revision 6 +revision 7 description Apple's WebKit HTML rendering library for GTK+ long_description ${description} maintainers jeremyhu devans
participants (1)
-
ryandesign@macports.org