aboutsummaryrefslogtreecommitdiffstats
path: root/main/shotwell/shotwell-0.14.1-LibRaw.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-06-16 22:06:22 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-06-16 22:06:47 +0200
commitfa13348690eaaeaee3a700a60add33a2349e23bd (patch)
treeda447ff75fe4cd05d010837e0a3a40d5e40b60c8 /main/shotwell/shotwell-0.14.1-LibRaw.patch
parent05d15f79bc5bba9cbd055ca9c3db4bebde47f403 (diff)
downloadaports-fa13348690eaaeaee3a700a60add33a2349e23bd.tar.bz2
aports-fa13348690eaaeaee3a700a60add33a2349e23bd.tar.xz
main/shotwell: fix build
Diffstat (limited to 'main/shotwell/shotwell-0.14.1-LibRaw.patch')
-rw-r--r--main/shotwell/shotwell-0.14.1-LibRaw.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/main/shotwell/shotwell-0.14.1-LibRaw.patch b/main/shotwell/shotwell-0.14.1-LibRaw.patch
new file mode 100644
index 0000000000..996ac60f10
--- /dev/null
+++ b/main/shotwell/shotwell-0.14.1-LibRaw.patch
@@ -0,0 +1,26 @@
+--- src/photos/GRaw.vala 2013-04-02 19:54:23.000000000 -0500
++++ src/photos/GRaw.vala 2013-05-31 07:28:54.118450454 -0500
+@@ -244,7 +244,7 @@
+ // threshold
+ output_params->half_size = half_size;
+ // four_color_rgb
+- output_params->document_mode = GRaw.DocMode.STANDARD;
++ //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;
+--- src/photos/GRaw.vala 2013-05-31 07:30:19.000000000 -0500
++++ src/photos/GRaw.vala 2013-05-31 07:37:33.691438861 -0500
+@@ -167,9 +167,9 @@
+ 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 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();