head 1.2; access; symbols pkgsrc-2013Q3:1.1.0.2 pkgsrc-2013Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2013.12.05.07.51.23; author wiz; state dead; branches; next 1.1; commitid R1svoN20GG3CTUfx; 1.1 date 2013.07.22.16.22.01; author drochner; state Exp; branches; next ; commitid udZCnOQyhoAJ5uYw; desc @@ 1.2 log @Remove patches after update (hi drochner) @ text @$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; @ 1.1 log @fix build after libraw-0.15 @ text @d1 1 a1 1 $NetBSD$ @