diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-09 08:47:12 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-09 08:47:12 +0200 |
commit | 311a42d3c545f079f8a9428c52fbdc73731bdc37 (patch) | |
tree | d41dcf944b969257cd5ed62ccb7166305015a642 /debian/patches/0130-gimp_init.patch | |
parent | 4a8a70149879404d36ccd39c5983e3a9760af07e (diff) | |
parent | 16a4948c7243ab0e228780b3a2b9aea97900f32a (diff) |
Merge branch 'release/debian/1.0.14-13'debian/1.0.14-13
Diffstat (limited to 'debian/patches/0130-gimp_init.patch')
-rw-r--r-- | debian/patches/0130-gimp_init.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/patches/0130-gimp_init.patch b/debian/patches/0130-gimp_init.patch new file mode 100644 index 0000000..08c81f1 --- /dev/null +++ b/debian/patches/0130-gimp_init.patch @@ -0,0 +1,30 @@ +Description: Enable GIMP interface +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Bug: https://alioth.debian.org/tracker/index.php?func=detail&aid=313616&group_id=30186&atid=410366 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682540 +Forwarded: https://alioth.debian.org/tracker/index.php?func=detail&aid=313616&group_id=30186&atid=410366 +Last-Update: 2015-05-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/xscanimage.c +=================================================================== +--- trunk.orig/src/xscanimage.c ++++ trunk/src/xscanimage.c +@@ -320,7 +320,7 @@ query (void) + "Andy Beck, Tristan Tarrant, and David Mosberger", + "8th June 1997", + "<Toolbox>/File/Acquire/xscanimage/Device dialog...", +- "RGB, GRAY", ++ 0, + GIMP_EXTENSION, + nargs, nreturn_vals, args, return_vals); + +@@ -365,7 +365,7 @@ query (void) + "interface.", + "Andy Beck, Tristan Tarrant, and David Mosberger", + "Andy Beck, Tristan Tarrant, and David Mosberger", +- "8th June 1997", mpath, "RGB, GRAY", GIMP_EXTENSION, ++ "8th June 1997", mpath, 0, GIMP_EXTENSION, + nargs, nreturn_vals, args, return_vals); + } + sane_exit (); |