From 8fe13111d15762447495d0204a943b996508070ae95d83afaa0dce48997e45f2 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 16 Nov 2010 20:39:27 +0000 Subject: [PATCH 1/4] update to 0.11.2 and add openmp/lcms support OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=7 --- LibRaw-0.11.1.tar.bz2 | 3 --- LibRaw-0.11.2.tar.bz2 | 3 +++ libraw.changes | 15 +++++++++++++++ libraw.spec | 8 +++++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 LibRaw-0.11.1.tar.bz2 create mode 100644 LibRaw-0.11.2.tar.bz2 diff --git a/LibRaw-0.11.1.tar.bz2 b/LibRaw-0.11.1.tar.bz2 deleted file mode 100644 index ebd7f6d..0000000 --- a/LibRaw-0.11.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db086c8d3e0abe4b846d8bbb7e1e5b393438ae9b99595f87c6ddce6224dec5a -size 492772 diff --git a/LibRaw-0.11.2.tar.bz2 b/LibRaw-0.11.2.tar.bz2 new file mode 100644 index 0000000..e794aca --- /dev/null +++ b/LibRaw-0.11.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29780e817db3c46691a38b82f64a19de2b7eecad0565fa5f21608a7e2c51a3af +size 517548 diff --git a/libraw.changes b/libraw.changes index 632a67e..76d32cd 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 16 20:35:55 UTC 2010 - mrdocs@opensuse.org + +-Update to version 0.11.2: + +Imported dcraw 9.05 (1.439) + + Support for many cameras added: + Canon: G12, SX120, 60D + Hasselblad H4D, Nokia X2, Olympus E-5 + Nikon: D3100, D7000, P7000 + Panasonic: FZ40, FZ100, LX5 + Pentax: K-r, K-5, 645D + Samsung GX20, WB2000 +- added LCMS support so libRaw is color management capable +- added openMP threading support for multi-core machines + ------------------------------------------------------------------- Wed Nov 10 14:17:44 CET 2010 - vuntz@opensuse.org diff --git a/libraw.spec b/libraw.spec index cf5f2e5..1fd0b2e 100644 --- a/libraw.spec +++ b/libraw.spec @@ -19,8 +19,8 @@ %define fake_name LibRaw Name: libraw -Version: 0.11.1 -Release: 1 +Version: 0.11.2 +Release: 0 License: CDDLv1.0 | LGPLv2.1 Summary: Library for reading RAW files obtained from digital photo cameras Url: http://www.libraw.org/ @@ -30,6 +30,8 @@ Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.bz2 Patch2: %{name}-0.9.1-configure-default-cflags.patch BuildRequires: gcc-c++ BuildRequires: make +BuildRequires: lcms-devel +BuildRequires: openmpi-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -85,7 +87,7 @@ against LibRaw. LibRaw does not provide dynamic libraries. %build # This is not the autotools generated configure script -CFLAGS="%{optflags}" sh configure -P %{_prefix} +CFLAGS="%{optflags}" sh configure -P %{_prefix} %__make %{?_smp_mflags} %install From beeb1b4597ea516034190c9c1d5c0c26c687300ebb339d6e524acd31d8815855 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 16 Nov 2010 21:11:47 +0000 Subject: [PATCH 2/4] add the correct name for lcms OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=8 --- libraw.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraw.spec b/libraw.spec index 1fd0b2e..58da8c1 100644 --- a/libraw.spec +++ b/libraw.spec @@ -30,7 +30,7 @@ Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.bz2 Patch2: %{name}-0.9.1-configure-default-cflags.patch BuildRequires: gcc-c++ BuildRequires: make -BuildRequires: lcms-devel +BuildRequires: liblcms-devel BuildRequires: openmpi-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build From 789091a885b95d91afe2948a66c3606f81872b2131e07affbcaf8cfbad275c92 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 16 Nov 2010 21:19:03 +0000 Subject: [PATCH 3/4] add the correct configure flags, it does not autodetect liblcms OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=9 --- libraw.changes | 5 +++++ libraw.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libraw.changes b/libraw.changes index 76d32cd..ffab3df 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 16 21:18:09 UTC 2010 - mrdocs@opensuse.org + +- add the right configure flags + ------------------------------------------------------------------- Tue Nov 16 20:35:55 UTC 2010 - mrdocs@opensuse.org diff --git a/libraw.spec b/libraw.spec index 58da8c1..9103531 100644 --- a/libraw.spec +++ b/libraw.spec @@ -87,7 +87,7 @@ against LibRaw. LibRaw does not provide dynamic libraries. %build # This is not the autotools generated configure script -CFLAGS="%{optflags}" sh configure -P %{_prefix} +CFLAGS="%{optflags}" sh configure -P %{_prefix} -o -l %__make %{?_smp_mflags} %install From 48e7ad8cf3dd62e3676210a0db1c382df6233af6021ca58e4cff518a5b975b03 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 16 Nov 2010 21:25:13 +0000 Subject: [PATCH 4/4] 2nd try add the correct configure flags, it does not autodetect liblcms OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=10 --- libraw.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraw.spec b/libraw.spec index 9103531..cda8522 100644 --- a/libraw.spec +++ b/libraw.spec @@ -87,7 +87,7 @@ against LibRaw. LibRaw does not provide dynamic libraries. %build # This is not the autotools generated configure script -CFLAGS="%{optflags}" sh configure -P %{_prefix} -o -l +CFLAGS="%{optflags}" sh configure -P %{_prefix} -o -l -I %{_includedir} -L %{libdir} %__make %{?_smp_mflags} %install