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 | |
parent | d58788ced4a6e89b588e4dead405d320bd54a5d9 (diff) | |
download | pkgsrc-6e98489f541291bd278ad07a0bd9dddfdc804b89.tar.gz |
Remove patches after update (hi drochner)
Diffstat (limited to 'graphics/shotwell-gtk3')
-rw-r--r-- | graphics/shotwell-gtk3/patches/patch-ba | 38 | ||||
-rw-r--r-- | graphics/shotwell-gtk3/patches/patch-bb | 23 |
2 files changed, 0 insertions, 61 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; diff --git a/graphics/shotwell-gtk3/patches/patch-bb b/graphics/shotwell-gtk3/patches/patch-bb deleted file mode 100644 index ed8eba301ef..00000000000 --- a/graphics/shotwell-gtk3/patches/patch-bb +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-bb,v 1.1 2013/07/22 16:22:01 drochner Exp $ - -fix build with libraw-0.15 - ---- vapi/libraw.vapi.orig 2013-04-03 00:54:23.000000000 +0000 -+++ vapi/libraw.vapi -@@ -104,7 +104,6 @@ public struct OutputParams { - public float threshold; - public bool half_size; - public bool four_color_rgb; -- public int document_mode; - public int highlight; - public bool use_auto_wb; - public bool use_camera_wb; -@@ -184,8 +183,6 @@ public class Processor { - public Processor(Options flags = Options.NONE); - - public Result adjust_sizes_info_only(); -- [CCode (cname="libraw_dcraw_document_mode_processing")] -- public Result document_mode_processing(); - public unowned ImageOther get_image_other() { return other; } - public unowned ImageParams get_image_params() { return idata; } - public Progress get_progress_flags() { return progress_flags; } |