Description of problem: Some of cameras needs LibRaw built with demosaic packs http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.14.3.tar.gz http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.14.3.tar.gz Please build LibRaw with this packs.
BTW, the resulting license will be GPLv3+, which should be fine for the current users of the library, though you should announce the license change on the devel mailing list as per the policy, just to be sure.
This patch works for me (./configure detects packs): Activated LibRaw demosaic pack/GPL2 in ../LibRaw-0.14.3/LibRaw-demosaic-pack-GPL2-0.14.3 Activated LibRaw demosaic pack/GPL3 in ../LibRaw-0.14.3/LibRaw-demosaic-pack-GPL3-0.14.3 --- LibRaw.spec 2011-11-16 10:37:59.000000000 +0200 +++ LibRaw.spec 2011-12-06 20:20:34.330905243 +0200 @@ -3,7 +3,7 @@ Name: LibRaw Version: 0.14.3 Release: 1%{?dist} -License: LGPLv2 or CDDL +License: GPLv3+ Group: Development/Libraries URL: http://www.libraw.org @@ -12,6 +12,8 @@ Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz +Source1: http://www.libraw.org/data/%{name}-demosaic-pack-GPL2-%{version}.tar.gz +Source2: http://www.libraw.org/data/%{name}-demosaic-pack-GPL3-%{version}.tar.gz %description LibRaw is a library for reading RAW files obtained from digital photo @@ -39,11 +41,11 @@ LibRaw static development libraries. %prep -%setup -q +%setup -q -a1 -a2 %build # This is not the autotools generated configure script -%configure --enable-examples=no --enable-jasper --enable-lcms +%configure --enable-examples=no --enable-jasper --enable-lcms --enable-demosaic-pack-gpl2 --enable-demosaic-pack-gpl3 make %{?_smp_mflags} %install
Submitted a build in rawhide and license change announced in fedora-devel list: https://lists.fedoraproject.org/pipermail/devel/2011-December/160386.html I'll close this after the build is complete.
The build completed a few minutes after I posted comment 3 and I forgot to close this bz. This should be available in rawhide as well as f17.