[shotwell] Rebuild and patch for new LibRaw.

Jon Ciesla limb at fedoraproject.org
Fri May 31 12:58:11 UTC 2013


commit 3ec72d2fc94fab4127b5eb8d233e1007e500a9d9
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri May 31 07:53:29 2013 -0500

    Rebuild and patch for new LibRaw.

 shotwell-0.14.1-LibRaw.patch |   26 ++++++++++++++++++++++++++
 shotwell.spec                |    7 ++++++-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/shotwell-0.14.1-LibRaw.patch b/shotwell-0.14.1-LibRaw.patch
new file mode 100644
index 0000000..8c5bc4e
--- /dev/null
+++ b/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();
diff --git a/shotwell.spec b/shotwell.spec
index bb9cfd9..21b19e3 100644
--- a/shotwell.spec
+++ b/shotwell.spec
@@ -1,6 +1,6 @@
 Name:           shotwell
 Version:        0.14.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A photo organizer for the GNOME desktop
 
 Group:          Applications/Multimedia
@@ -16,6 +16,7 @@ Source1:        shotwell-icons.tar.bz2
 # https://bugzilla.redhat.com/show_bug.cgi?id=812652 and
 # http://redmine.yorba.org/issues/5181
 Patch0:         shotwell-usrmove.patch
+Patch1:         shotwell-0.14.1-LibRaw.patch
 
 BuildRequires:  vala-devel >= 0.18.0
 BuildRequires:  desktop-file-utils
@@ -58,6 +59,7 @@ them, and share them with others.
 %prep
 %setup -q
 %patch0 -p1 -b .usrmove
+%patch1 -p0 -b .LibRaw
 
 
 %build
@@ -125,6 +127,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri May 31 2013 Jon Ciesla <limburgher at gmail.com> - 0.14.1-3
+- Rebuild for new LibRaw.
+
 * Mon May 20 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.14.1-2
 - Rebuild (libgexiv2)
 


More information about the scm-commits mailing list