Date: Thu, 10 Dec 2015 23:08:03 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403475 - head/graphics/gegl3 Message-ID: <201512102308.tBAN83qK086631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Dec 10 23:08:03 2015 New Revision: 403475 URL: https://svnweb.freebsd.org/changeset/ports/403475 Log: Update gegl3 to 3.0.4. * Remove SIMD option, the logic in the Makefile was inverted, so it was enabled anyway. * Add GEXIV2 option description * Fix plist for not-enabled RAW option * Don't install examples Modified: head/graphics/gegl3/Makefile head/graphics/gegl3/distinfo head/graphics/gegl3/pkg-plist Modified: head/graphics/gegl3/Makefile ============================================================================== --- head/graphics/gegl3/Makefile Thu Dec 10 22:13:58 2015 (r403474) +++ head/graphics/gegl3/Makefile Thu Dec 10 23:08:03 2015 (r403475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.4 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 @@ -26,7 +26,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -GEGL_MINOR= 302 +GEGL_MINOR= 304 GEGL_VER= 0.3 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER} @@ -38,7 +38,7 @@ SHEBANG_FILES= tools/xml_insert.sh OPTIONS_SUB= yes OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \ - LUA OPENEXR RAW SIMD PANGO PNG LIBRSVG2 SDL SPIRO V4L \ + LUA OPENEXR RAW PANGO PNG LIBRSVG2 SDL SPIRO V4L \ EXAMPLES LCMS2 WEBP TIFF GEXIV2 OPTIONS_DEFAULT=CAIRO ENSCRIPT EXIV2 PIXBUF GRAPHVIZ JASPER JPEG LCMS2 LUA \ OPENEXR RAW PANGO PNG LIBRSVG2 SDL SPIRO V4L WEBP TIFF @@ -46,6 +46,7 @@ OPTIONS_DEFAULT=CAIRO ENSCRIPT EXIV2 PIX ENSCRIPT_DESC= Enscript support SPIRO_DESC= Spiro support #UMFPACK_DESC= UMFpack support +GEXIV2_DESC= EXIF and IPTC metadata support via gexiv2 PIXBUF_USE= GNOME=gdkpixbuf2 PIXBUF_CONFIGURE_WITH= gdk-pixbuf @@ -82,8 +83,6 @@ OPENEXR_CONFIGURE_WITH= openexr RAW_LIB_DEPENDS= libraw.so:${PORTSDIR}/graphics/libraw RAW_CONFIGURE_WITH= libraw -SIMD_CONFIGURE_DISABLE= mmx sse - PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png PNG_CONFIGURE_WITH= libpng Modified: head/graphics/gegl3/distinfo ============================================================================== --- head/graphics/gegl3/distinfo Thu Dec 10 22:13:58 2015 (r403474) +++ head/graphics/gegl3/distinfo Thu Dec 10 23:08:03 2015 (r403475) @@ -1,2 +1,2 @@ -SHA256 (gegl-0.3.2.tar.bz2) = b82f6e07e977dd7c2b6e671e9e029614840a66f0ca58defb22c0b05ed3ea485c -SIZE (gegl-0.3.2.tar.bz2) = 5325146 +SHA256 (gegl-0.3.4.tar.bz2) = 846290a790854d1e6b7c17a2d6f82ad7cb14c72e240bd3b81b98cc0ceddbc3ec +SIZE (gegl-0.3.4.tar.bz2) = 5328192 Modified: head/graphics/gegl3/pkg-plist ============================================================================== --- head/graphics/gegl3/pkg-plist Thu Dec 10 22:13:58 2015 (r403474) +++ head/graphics/gegl3/pkg-plist Thu Dec 10 23:08:03 2015 (r403475) @@ -1,16 +1,6 @@ -%%PORTEXAMPLES%%bin/2geglbuffer -bin/frame-counter bin/gegl3 -%%PORTEXAMPLES%%bin/gegl-convert bin/gegl-imgcmp -%%PORTEXAMPLES%%bin/gegl-slicer bin/gegl-tester -%%GEXIV2%%bin/gegl-video -%%PORTEXAMPLES%%bin/geglbuffer-add-image -%%PORTEXAMPLES%%bin/geglbuffer-clock -%%PORTEXAMPLES%%bin/hello-world -%%SDL%%bin/sdl-draw -bin/video-invert include/gegl-%%GEGL_VER%%/gegl-apply.h include/gegl-%%GEGL_VER%%/gegl-audio-fragment.h include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h @@ -225,7 +215,7 @@ lib/gegl-%%GEGL_VER%%/posterize.so lib/gegl-%%GEGL_VER%%/ppm-load.so lib/gegl-%%GEGL_VER%%/ppm-save.so lib/gegl-%%GEGL_VER%%/radial-gradient.so -lib/gegl-%%GEGL_VER%%/raw-load.so +%%RAW%%lib/gegl-%%GEGL_VER%%/raw-load.so lib/gegl-%%GEGL_VER%%/rectangle.so lib/gegl-%%GEGL_VER%%/red-eye-removal.so lib/gegl-%%GEGL_VER%%/reinhard05.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512102308.tBAN83qK086631>