[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3817: update gimp to 2.8.18
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3817: update gimp to 2.8.18 |
Date: |
Mon, 18 Jul 2016 06:55:50 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3817
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-07-17 23:55:46 -0700
message:
update gimp to 2.8.18
added:
pkg/gnu/gimp/files/ files-20160718062921-7dop5ed95i95v6gl-1
pkg/gnu/gimp/files/gimpparamspecs.patch
gimpparamspecs.patch-20160718062921-7dop5ed95i95v6gl-2
modified:
pkg/gnu/gimp/Makefile makefile-20160617014725-uokjfnggs70iry9h-726
pkg/gnu/gimp/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-727
=== modified file 'pkg/gnu/gimp/Makefile'
--- a/pkg/gnu/gimp/Makefile 2016-07-18 00:51:18 +0000
+++ b/pkg/gnu/gimp/Makefile 2016-07-18 06:55:46 +0000
@@ -40,7 +40,8 @@
MASTER_SITES = http://download.gimp.org/
MASTER_SUBDIR = pub/$(GARNAME)/v$(SERIES)/
DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.md5
+SIGFILES = $(DISTNAME).tar.bz2.md5
+PATCHFILES = gimpparamspecs.patch
BUILDDEPS =
LIBDEPS =# gtk babl gegl
=== added directory 'pkg/gnu/gimp/files'
=== added file 'pkg/gnu/gimp/files/gimpparamspecs.patch'
--- a/pkg/gnu/gimp/files/gimpparamspecs.patch 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gimp/files/gimpparamspecs.patch 2016-07-18 06:55:46 +0000
@@ -0,0 +1,26 @@
+*** work/gimp-2.8.18/app/core/gimpparamspecs-duplicate.c.orig 2016-07-17
21:03:07.638100839 -0700
+--- work/gimp-2.8.18/app/core/gimpparamspecs-duplicate.c 2016-07-17
23:22:14.977058648 -0700
+***************
+*** 55,63 ****
+--- 55,65 ----
+ }
+ else
+ {
++ /* patch from maillist
+ static GQuark multiline_quark = 0;
+ GParamSpec *new;
+
++
+ if (! multiline_quark)
+ multiline_quark = g_quark_from_static_string ("multiline");
+
+***************
+*** 74,79 ****
+--- 76,82 ----
+ }
+
+ return new;
++ */
+ }
+ }
+ else if (G_IS_PARAM_SPEC_BOOLEAN (pspec))
=== modified file 'pkg/gnu/gimp/sha256sums'
--- a/pkg/gnu/gimp/sha256sums 2016-07-18 00:51:18 +0000
+++ b/pkg/gnu/gimp/sha256sums 2016-07-18 06:55:46 +0000
@@ -1,2 +1,3 @@
39dd2247c678deaf5cc664397d3c6bd4fb910d3472290fd54b52b441b5815441
download/gimp-2.8.18.tar.bz2
+2fd38667b52c3458083ca5fd85ea182847e0e2e01e66f68b4b391f1a8b6d112b
download/gimpparamspecs.patch
f9b77dffe160bc5d1b99dddc3a6d16fb86a410cfdbeee7236ff50d0af3d09352
download/gimp-2.8.18.tar.bz2.md5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3817: update gimp to 2.8.18,
Carl Hansen <=