Accepting request 128842 from graphics
- 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 (forwarded request 128841 from toganm) OBS-URL: https://build.opensuse.org/request/show/128842 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=16
This commit is contained in:
parent
a6c34fd173
commit
65b08c9985
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b
|
||||
size 2547099
|
3
darktable-1.0.5.tar.gz
Normal file
3
darktable-1.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c18530446d2f2459fe533a1ef6fc2711300efe7466f36c23168ec2230fb5fbd
|
||||
size 2568221
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user