diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-05 07:51:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-05 07:51:23 +0000 |
commit | 6e98489f541291bd278ad07a0bd9dddfdc804b89 (patch) | |
tree | e92709677466472f8ef5d247b3be940d90fa9d8f /graphics/shotwell-gtk3/patches/patch-ba | |
parent | d58788ced4a6e89b588e4dead405d320bd54a5d9 (diff) | |
download | pkgsrc-6e98489f541291bd278ad07a0bd9dddfdc804b89.tar.gz |
Remove patches after update (hi drochner)
Diffstat (limited to 'graphics/shotwell-gtk3/patches/patch-ba')
-rw-r--r-- | graphics/shotwell-gtk3/patches/patch-ba | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/shotwell-gtk3/patches/patch-ba b/graphics/shotwell-gtk3/patches/patch-ba deleted file mode 100644 index 44edfd4e018..00000000000 --- a/graphics/shotwell-gtk3/patches/patch-ba +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-ba,v 1.1 2013/07/22 16:22:01 drochner Exp $ - -fix build with libraw-0.15 - ---- src/photos/GRaw.vala.orig 2013-04-03 00:54:23.000000000 +0000 -+++ src/photos/GRaw.vala -@@ -21,12 +21,6 @@ public enum Colorspace { - XYZ = 5 - } - --public enum DocMode { -- STANDARD = 0, -- GRAYSCALE = 1, -- GRAYSCALE_NO_WHITE_BALANCE = 2 --} -- - public errordomain Exception { - UNSPECIFIED, - UNSUPPORTED_FILE, -@@ -167,10 +161,6 @@ public class Processor { - throw_exception("adjust_sizes_info_only", proc.adjust_sizes_info_only()); - } - -- public void document_mode_processing() throws Exception { -- throw_exception("document_mode_processing", proc.document_mode_processing()); -- } -- - public unowned LibRaw.ImageOther get_image_other() { - return proc.get_image_other(); - } -@@ -244,7 +234,6 @@ public class Processor { - // threshold - output_params->half_size = half_size; - // four_color_rgb -- output_params->document_mode = GRaw.DocMode.STANDARD; - output_params->highlight = GRaw.HighlightMode.CLIP; - output_params->use_auto_wb = true; - output_params->use_camera_wb = true; |