pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Nov  2 14:06:44 UTC 2019

Modified Files:
        pkgsrc/graphics/gimp: Makefile PLIST distinfo

Log Message:
gimp: Update to 2.10.14

Highlights:

    Basic out-of-canvas pixels viewing and editing
    Optional editing of layers with disabled visibility
    Foreground Select tool: new Grayscale Preview Mode
    Newly added Normal Map filter
    27 old filters ported to use GEGL buffers
    HEIF, TIFF, and PDF support improvements
    Better loading of corrupted XCF files
    Grayscale workflows order of magnitude faster
    macOS Catalina compatibility
    45 bugfixes, 22 translation updates


To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/gimp/PLIST
cvs rdiff -u -r1.98 -r1.99 pkgsrc/graphics/gimp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.316 pkgsrc/graphics/gimp/Makefile:1.317
--- pkgsrc/graphics/gimp/Makefile:1.316 Sat Oct 19 12:46:05 2019
+++ pkgsrc/graphics/gimp/Makefile       Sat Nov  2 14:06:44 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.316 2019/10/19 12:46:05 nia Exp $
+# $NetBSD: Makefile,v 1.317 2019/11/02 14:06:44 nia Exp $
 
-DISTNAME=      gimp-2.10.12
-PKGREVISION=   6
+DISTNAME=      gimp-2.10.14
 CATEGORIES=    graphics
-MASTER_SITES=  http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
+MASTER_SITES=  https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    adam%NetBSD.org@localhost
@@ -19,20 +18,25 @@ CONFLICTS+= gimp<=1.2.3
 USE_LANGUAGES+=                c c++14
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake intltool msgfmt pkg-config
+
+USE_TOOLS+=            gmake pkg-config perl
+USE_TOOLS+=            intltool msgfmt msgmerge xgettext
+
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-perl
+
+CONFIGURE_ARGS+=       --disable-alsatest
+CONFIGURE_ARGS+=       --disable-glibtest
+CONFIGURE_ARGS+=       --disable-gtktest
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --without-linux-input
-CONFIGURE_ARGS+=       --without-mac-twain
 
 PKG_SYSCONFSUBDIR=     gimp/2.0
 PKGCONFIG_OVERRIDE=    gimp.pc.in
 UNLIMIT_RESOURCES+=    datasize
 
 # GCC 4.x C++14 support is not new enough.
-GCC_REQD+=     5.0
+GCC_REQD+=     5
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -41,6 +45,9 @@ EGDIR=                        ${PREFIX}/share/examples/gimp-2
 CONF_FILES+=           ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
 .endfor
 
+# checking for xgettext version (>= 0.19)... no
+_TOOLS_USE_PKGSRC.xgettext=    yes
+
 # Ensure we export symbols in the linked shared object.
 LDFLAGS+=              ${EXPORT_SYMBOLS_LDFLAGS}
 
@@ -52,7 +59,7 @@ PLIST_SUBST+=  GIMP_DEBUG_TOOL_DIR="libe
 .endif
 
 .include "options.mk"
-
+.include "../../archivers/xz/buildlink3.mk"
 BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.8.1
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
@@ -62,9 +69,9 @@ BUILDLINK_API_DEPENDS.freetype2+=     freety
 BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.12.4
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.babl+=           babl>=0.1.66
+BUILDLINK_API_DEPENDS.babl+=           babl>=0.1.72
 .include "../../graphics/babl/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gegl+=           gegl>=0.4.2
+BUILDLINK_API_DEPENDS.gegl+=           gegl>=0.4.18
 .include "../../graphics/gegl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/gexiv2/buildlink3.mk"
@@ -72,7 +79,9 @@ BUILDLINK_API_DEPENDS.gegl+=          gegl>=0.4.
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../graphics/libmypaint/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/mypaint-brushes/buildlink3.mk"
+.include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"

Index: pkgsrc/graphics/gimp/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.67 pkgsrc/graphics/gimp/PLIST:1.68
--- pkgsrc/graphics/gimp/PLIST:1.67     Tue Jun 18 14:29:20 2019
+++ pkgsrc/graphics/gimp/PLIST  Sat Nov  2 14:06:44 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.67 2019/06/18 14:29:20 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.68 2019/11/02 14:06:44 nia Exp $
 bin/gimp
 bin/gimp-2.10
 bin/gimp-console
@@ -264,7 +264,6 @@ lib/gimp/2.0/plug-ins/color-enhance/colo
 lib/gimp/2.0/plug-ins/colorify/colorify
 lib/gimp/2.0/plug-ins/colormap-remap/colormap-remap
 lib/gimp/2.0/plug-ins/compose/compose
-lib/gimp/2.0/plug-ins/contrast-normalize/contrast-normalize
 lib/gimp/2.0/plug-ins/contrast-retinex/contrast-retinex
 lib/gimp/2.0/plug-ins/crop-zealous/crop-zealous
 lib/gimp/2.0/plug-ins/curve-bend/curve-bend
@@ -273,7 +272,6 @@ lib/gimp/2.0/plug-ins/depth-merge/depth-
 lib/gimp/2.0/plug-ins/despeckle/despeckle
 lib/gimp/2.0/plug-ins/destripe/destripe
 lib/gimp/2.0/plug-ins/edge-dog/edge-dog
-lib/gimp/2.0/plug-ins/edge-neon/edge-neon
 lib/gimp/2.0/plug-ins/emboss/emboss
 ${PLIST.aalib}lib/gimp/2.0/plug-ins/file-aa
 lib/gimp/2.0/plug-ins/file-bmp/file-bmp
@@ -284,6 +282,7 @@ lib/gimp/2.0/plug-ins/file-darktable/fil
 lib/gimp/2.0/plug-ins/file-dds/file-dds
 lib/gimp/2.0/plug-ins/file-desktop-link/file-desktop-link
 lib/gimp/2.0/plug-ins/file-dicom/file-dicom
+lib/gimp/2.0/plug-ins/file-exr/file-exr
 lib/gimp/2.0/plug-ins/file-faxg3/file-faxg3
 lib/gimp/2.0/plug-ins/file-fits/file-fits
 lib/gimp/2.0/plug-ins/file-fli/file-fli
@@ -316,6 +315,7 @@ lib/gimp/2.0/plug-ins/file-sunras/file-s
 lib/gimp/2.0/plug-ins/file-svg/file-svg
 lib/gimp/2.0/plug-ins/file-tga/file-tga
 lib/gimp/2.0/plug-ins/file-tiff/file-tiff
+lib/gimp/2.0/plug-ins/file-webp/file-webp
 lib/gimp/2.0/plug-ins/file-wmf/file-wmf
 lib/gimp/2.0/plug-ins/file-xbm/file-xbm
 ${PLIST.remote}lib/gimp/2.0/plug-ins/file-xmc/file-xmc
@@ -344,9 +344,7 @@ lib/gimp/2.0/plug-ins/map-object/map-obj
 lib/gimp/2.0/plug-ins/max-rgb/max-rgb
 lib/gimp/2.0/plug-ins/metadata-editor/metadata-editor
 lib/gimp/2.0/plug-ins/metadata-viewer/metadata-viewer
-lib/gimp/2.0/plug-ins/newsprint/newsprint
 lib/gimp/2.0/plug-ins/nl-filter/nl-filter
-lib/gimp/2.0/plug-ins/oilify/oilify
 lib/gimp/2.0/plug-ins/pagecurl/pagecurl
 lib/gimp/2.0/plug-ins/photocopy/photocopy
 lib/gimp/2.0/plug-ins/plugin-browser/plugin-browser
@@ -3331,6 +3329,7 @@ share/gtk-doc/html/libgimp/GimpProcBrows
 share/gtk-doc/html/libgimp/GimpProgressBar.html
 share/gtk-doc/html/libgimp/GimpSelectButton.html
 share/gtk-doc/html/libgimp/GimpZoomPreview.html
+share/gtk-doc/html/libgimp/api-index-2-10-14.html
 share/gtk-doc/html/libgimp/api-index-2-10-2.html
 share/gtk-doc/html/libgimp/api-index-2-10-4.html
 share/gtk-doc/html/libgimp/api-index-2-10-6.html
@@ -3430,6 +3429,7 @@ share/gtk-doc/html/libgimp/right.png
 share/gtk-doc/html/libgimp/style.css
 share/gtk-doc/html/libgimp/up-insensitive.png
 share/gtk-doc/html/libgimp/up.png
+share/gtk-doc/html/libgimpbase/api-index-2-10-10.html
 share/gtk-doc/html/libgimpbase/api-index-2-10.html
 share/gtk-doc/html/libgimpbase/api-index-2-2.html
 share/gtk-doc/html/libgimpbase/api-index-2-4.html
@@ -3440,6 +3440,8 @@ share/gtk-doc/html/libgimpbase/home.png
 share/gtk-doc/html/libgimpbase/index.html
 share/gtk-doc/html/libgimpbase/left-insensitive.png
 share/gtk-doc/html/libgimpbase/left.png
+share/gtk-doc/html/libgimpbase/libgimpbase-GimpMetadata.html
+share/gtk-doc/html/libgimpbase/libgimpbase-GimpParasite.html
 share/gtk-doc/html/libgimpbase/libgimpbase-GimpValueArray.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimpbasetypes.html
@@ -3449,9 +3451,7 @@ share/gtk-doc/html/libgimpbase/libgimpba
 share/gtk-doc/html/libgimpbase/libgimpbase-gimpenv.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimplimits.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimpmemsize.html
-share/gtk-doc/html/libgimpbase/libgimpbase-gimpmetadata.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimpparam.html
-share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasiteio.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimprectangle.html
 share/gtk-doc/html/libgimpbase/libgimpbase-gimpsignal.html
@@ -3465,6 +3465,7 @@ share/gtk-doc/html/libgimpbase/right.png
 share/gtk-doc/html/libgimpbase/style.css
 share/gtk-doc/html/libgimpbase/up-insensitive.png
 share/gtk-doc/html/libgimpbase/up.png
+share/gtk-doc/html/libgimpcolor/GimpColorManaged.html
 share/gtk-doc/html/libgimpcolor/api-index-2-10.html
 share/gtk-doc/html/libgimpcolor/api-index-2-2.html
 share/gtk-doc/html/libgimpcolor/api-index-2-4.html
@@ -3480,7 +3481,6 @@ share/gtk-doc/html/libgimpcolor/libgimpc
 share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpBilinear.html
 share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCMYK.html
 share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCairo.html
-share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html
 share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorProfile.html
 share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorSpace.html
 share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorTransform.html

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.98 pkgsrc/graphics/gimp/distinfo:1.99
--- pkgsrc/graphics/gimp/distinfo:1.98  Tue Jun 18 14:29:20 2019
+++ pkgsrc/graphics/gimp/distinfo       Sat Nov  2 14:06:44 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.98 2019/06/18 14:29:20 ryoon Exp $
+$NetBSD: distinfo,v 1.99 2019/11/02 14:06:44 nia Exp $
 
-SHA1 (gimp-2.10.12.tar.bz2) = 93a3193a9f4b123bd3a261a8bff3dd0ee10da1a7
-RMD160 (gimp-2.10.12.tar.bz2) = 3fcf28fe23a04dec00a42b8c76058add0bf5ab72
-SHA512 (gimp-2.10.12.tar.bz2) = dd4af3f0fa6fca815d254b7f42aeff15412c38294f1f5bd491563e2b597fcb868e6adff9001b196a68e01cf49bde61cbb153b662b8da1aa1b4b1f7285879659f
-Size (gimp-2.10.12.tar.bz2) = 32614932 bytes
+SHA1 (gimp-2.10.14.tar.bz2) = bafee9ee3d954233c6f80a47a7f97e00e3693b38
+RMD160 (gimp-2.10.14.tar.bz2) = 5d25b12b25887453f750f3067d1551d49ebbfebe
+SHA512 (gimp-2.10.14.tar.bz2) = acbd095361d9211a5a23474693dd170ed76bf4ea5b1df69791f1d975ef5cdaba1e5fb9f5be9f592a360db5826d71eaaf464005075397cb6630070fe32833c030
+Size (gimp-2.10.14.tar.bz2) = 32786424 bytes
 SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b
 SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
 SHA1 (patch-app_core_gimpbrush-transform.cc) = 2524948ed5b04ab2b50f169f5dfd5eba4aac4395



Home | Main Index | Thread Index | Old Index