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:   wiz
Date:           Mon May  6 17:53:10 UTC 2024

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

Log Message:
gimp: update to 2.10.38.

Overview of Changes from GIMP 2.10.36 to GIMP 2.10.38
=====================================================

This release features some important feature backport for Windows: support of
Windows Ink API for input devices (i.e. graphics tablets in particular).

Other than this, it is mostly a bug-fix release of core and plug-in code. On any
OS other than Windows, there are no functional changes, though you will want to
update for fixes.

Core:

  - Windows Ink support backported from GIMP 3 (this also relies on GTK+3
    backports so the build for GIMP 2.10.38 requires specially-patched GTK+2, on
    Windows only).
  - On Windows, it would now be possible to use devices attached after GIMP has
    started through a fallback device.

Translations:

  - 15 translations were updated: Belarusian, Brazilian Portuguese, British
    English, Danish, Georgian, German, Hungarian, Icelandic, Italian, Norwegian
    Nynorsk, Slovenian, Spanish, Swedish, Turkish, Ukrainian.

Build:

  - Many GTK+2 patches for Windows (see #7498) were backported specially from
    newer GTK versions and are integrated in our installer.


To generate a diff of this commit:
cvs rdiff -u -r1.394 -r1.395 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/graphics/gimp/PLIST
cvs rdiff -u -r1.116 -r1.117 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.394 pkgsrc/graphics/gimp/Makefile:1.395
--- pkgsrc/graphics/gimp/Makefile:1.394 Sun Apr  7 07:34:11 2024
+++ pkgsrc/graphics/gimp/Makefile       Mon May  6 17:53:10 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.394 2024/04/07 07:34:11 wiz Exp $
+# $NetBSD: Makefile,v 1.395 2024/05/06 17:53:10 wiz Exp $
 
-DISTNAME=      gimp-2.10.36
-PKGREVISION=   9
+DISTNAME=      gimp-2.10.38
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/gimp/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.81 pkgsrc/graphics/gimp/PLIST:1.82
--- pkgsrc/graphics/gimp/PLIST:1.81     Thu Nov  9 13:54:39 2023
+++ pkgsrc/graphics/gimp/PLIST  Mon May  6 17:53:10 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.81 2023/11/09 13:54:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.82 2024/05/06 17:53:10 wiz Exp $
 bin/gimp
 bin/gimp-2.10
 bin/gimp-console
@@ -5203,6 +5203,7 @@ share/locale/ka/LC_MESSAGES/gimp20-pytho
 share/locale/ka/LC_MESSAGES/gimp20-script-fu.mo
 share/locale/ka/LC_MESSAGES/gimp20-std-plug-ins.mo
 share/locale/ka/LC_MESSAGES/gimp20.mo
+share/locale/kab/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/kab/LC_MESSAGES/gimp20-python.mo
 share/locale/kab/LC_MESSAGES/gimp20-std-plug-ins.mo
 share/locale/kk/LC_MESSAGES/gimp20-libgimp.mo

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.116 pkgsrc/graphics/gimp/distinfo:1.117
--- pkgsrc/graphics/gimp/distinfo:1.116 Thu Nov  9 13:54:39 2023
+++ pkgsrc/graphics/gimp/distinfo       Mon May  6 17:53:10 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.116 2023/11/09 13:54:39 wiz Exp $
+$NetBSD: distinfo,v 1.117 2024/05/06 17:53:10 wiz Exp $
 
-BLAKE2s (gimp-2.10.36.tar.bz2) = 933790785b15a3d1bfca95623cdeaa658243be7d301fe63c1acaba977c227acb
-SHA512 (gimp-2.10.36.tar.bz2) = dbe6152ea6ff99cca59bbf2c88a64fb4ff6b529d98ace7723eadf5dfb0e10d9cbaf2de1e0d5251e9ecf9abca73da9ae1a501f229997802fd4077fb9594f4ba66
-Size (gimp-2.10.36.tar.bz2) = 31532334 bytes
+BLAKE2s (gimp-2.10.38.tar.bz2) = 337d56b37f1153ed939203be9b26b12152c628b63327da1cb7510c6e06959a5c
+SHA512 (gimp-2.10.38.tar.bz2) = 343bf1c3bd14bf8e7c7af79c05920faca213da68549127c1d8af53e2e872e55aeaf39a3cfcf578183a34fdc4f98e1c859be63956b0611067186eefd1fdee2aaa
+Size (gimp-2.10.38.tar.bz2) = 31698453 bytes
 SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b
 SHA1 (patch-ab) = 44d37daf37ec604f97bb5b3edf0908ada56ed6d6
 SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c



Home | Main Index | Thread Index | Old Index