summaryrefslogtreecommitdiff
path: root/graphics/shotwell-gtk3
diff options
context:
space:
mode:
authorwiz <wiz>2013-12-05 07:51:23 +0000
committerwiz <wiz>2013-12-05 07:51:23 +0000
commit60bf36dbebd03116811faa958c03b60674e78700 (patch)
treee92709677466472f8ef5d247b3be940d90fa9d8f /graphics/shotwell-gtk3
parenta6315f27ef03253023c4bb88758ddc6d28a96e88 (diff)
downloadpkgsrc-60bf36dbebd03116811faa958c03b60674e78700.tar.gz
Remove patches after update (hi drochner)
Diffstat (limited to 'graphics/shotwell-gtk3')
-rw-r--r--graphics/shotwell-gtk3/patches/patch-ba38
-rw-r--r--graphics/shotwell-gtk3/patches/patch-bb23
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; }