diff --git a/darktable-1.0.4.tar.gz b/darktable-1.0.4.tar.gz deleted file mode 100644 index 4f33af2..0000000 --- a/darktable-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b -size 2547099 diff --git a/darktable-1.0.5.tar.gz b/darktable-1.0.5.tar.gz new file mode 100644 index 0000000..d0fceb3 --- /dev/null +++ b/darktable-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c18530446d2f2459fe533a1ef6fc2711300efe7466f36c23168ec2230fb5fbd +size 2568221 diff --git a/darktable.changes b/darktable.changes index 82812ef..66dd65f 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jul 24 10:05:20 UTC 2012 - toganm@opensuse.org + +- Update to release 1.0.5 + + Update to RawSpeed r438 + + Update to LibRaw 0.14.7 + + White balance presets for Nikon Coolpix P7100 and Panasonic GF3 + + White balance preset updates for Canon EOS 7D, Canon EOS 350D + + Standard Color Matrices for Canon EOS 650D, Canon EOS 5D Mark + III, Canon EOS 1D X, Canon PowerShot G1 X, Canon PowerShot SX220, + Nikon D3200, Nikon D4, Nikon D800, Olympus E-M5, Panasonic GF5, + Sony SLT-A37/A57, Leica X1/X2, Sony DSC-RX100 + + A few memory leaks were resolved + + A few generic bugs were resolved +- use -DLENSFUN_INCLUDE_DIR to fix finding lensfun.h + ------------------------------------------------------------------- Thu Jun 14 12:59:00 UTC 2012 - toganm@opensuse.org diff --git a/darktable.spec b/darktable.spec index d7daa52..6a8c43c 100644 --- a/darktable.spec +++ b/darktable.spec @@ -17,7 +17,7 @@ Name: darktable -Version: 1.0.4 +Version: 1.0.5 Release: 0 Url: http://darktable.sourceforge.net Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz @@ -66,11 +66,13 @@ cd build export CXXFLAGS="%{optflags} -fno-strict-aliasing " export CFLAGS="$CXXFLAGS" + cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \ -DCMAKE_BUILD_TYPE=Release \ - -DBINARY_PACKAGE_BUILD=1 \ - -DINSTALL_IOP_EXPERIMENTAL=On -DINSTALL_IOP_LEGACY=Off .. + -DBINARY_PACKAGE_BUILD=1 \ + -DLENSFUN_INCLUDE_DIR=%_includedir/lensfun \ + -DINSTALL_IOP_EXPERIMENTAL=On .. %__make %{_smp_mflags} VERBOSE=1 %install