pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp/patches



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 19 11:22:24 UTC 2025

Added Files:
        pkgsrc/graphics/gimp/patches: patch-app-tools_meson.build
Removed Files:
        pkgsrc/graphics/gimp/patches: patch-aa patch-ab
            patch-app_core_gimpbrush-transform.cc patch-app_gui_gui.c
            patch-configure.ac patch-plug-ins_common_file-mng.c
            patch-plug-ins_pygimp_py-compile
            patch-plug-ins_script-fu_script-fu-server.c

Log Message:
gimp: really update to stable branch version 3.0.4 based on gimp-devel


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r0 pkgsrc/graphics/gimp/patches/patch-aa
cvs rdiff -u -r1.46 -r0 pkgsrc/graphics/gimp/patches/patch-ab
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/gimp/patches/patch-app-tools_meson.build
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/graphics/gimp/patches/patch-app_core_gimpbrush-transform.cc \
    pkgsrc/graphics/gimp/patches/patch-configure.ac
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/gimp/patches/patch-app_gui_gui.c \
    pkgsrc/graphics/gimp/patches/patch-plug-ins_common_file-mng.c \
    pkgsrc/graphics/gimp/patches/patch-plug-ins_pygimp_py-compile
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c

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

Added files:

Index: pkgsrc/graphics/gimp/patches/patch-app-tools_meson.build
diff -u /dev/null pkgsrc/graphics/gimp/patches/patch-app-tools_meson.build:1.1
--- /dev/null   Mon May 19 11:22:24 2025
+++ pkgsrc/graphics/gimp/patches/patch-app-tools_meson.build    Mon May 19 11:22:23 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-app-tools_meson.build,v 1.1 2025/05/19 11:22:23 wiz Exp $
+
+Be consistant across platforms.
+
+--- app-tools/meson.build.orig 2025-04-08 11:51:45.533892799 +0000
++++ app-tools/meson.build
+@@ -1,8 +1,4 @@
+-if platform_windows or platform_osx
+-  gimp_debug_tool_dir = get_option('bindir')
+-else
+-  gimp_debug_tool_dir = get_option('libexecdir')
+-endif
++gimp_debug_tool_dir = get_option('bindir')
+ 
+ 
+ gimp_debug_tool = executable('gimp-debug-tool' + exec_ver,



Home | Main Index | Thread Index | Old Index