Accepting request 614527 from graphics
- update to 2.4.4 OBS-URL: https://build.opensuse.org/request/show/614527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=73
This commit is contained in:
parent
aef9c29fcf
commit
b76654ac01
@ -1,22 +0,0 @@
|
||||
commit 887d55c86c66ba4dcd90fe7574c18125dde916c6
|
||||
Author: Andreas Schneider <asn@cryptomilk.org>
|
||||
Date: Fri Apr 27 07:55:51 2018 +0200
|
||||
|
||||
tools: Fix typo in darktable-gen-noiseprofile
|
||||
|
||||
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
||||
(cherry picked from commit 42c43728b70817ec9d4b59a6f8f1b03e2b5473af)
|
||||
|
||||
diff --git a/tools/noise/darktable-gen-noiseprofile b/tools/noise/darktable-gen-noiseprofile
|
||||
index 0e999a583..ea95f5659 100755
|
||||
--- a/tools/noise/darktable-gen-noiseprofile
|
||||
+++ b/tools/noise/darktable-gen-noiseprofile
|
||||
@@ -134,7 +134,7 @@ profile_image() {
|
||||
|
||||
xmp="$scriptdir/profiling-shot.xmp"
|
||||
noiseprofile="$scriptdir/darktable-noiseprofile"
|
||||
- if [ ! -x "$scriptdir/dt-noiseprofile" ]; then
|
||||
+ if [ ! -x "$scriptdir/darktable-noiseprofile" ]; then
|
||||
echo "ERROR: Could not find darktable-noiseprofile tool in $scriptdir"
|
||||
exit 1
|
||||
fi
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dc5fc7bd142f4c74a5dd4706ac1dad772dfc7cd5538f033e60e3a08cfed03d3
|
||||
size 3422460
|
3
darktable-2.4.4.tar.xz
Normal file
3
darktable-2.4.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:964320b8c9ffef680fa0407a6ca16ed5136ad1f449572876e262764e78acb04d
|
||||
size 3432268
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 22:41:09 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
- update to 2.4.4
|
||||
- New Features
|
||||
- Added 50% zoom option in darkroom mode to the navigation
|
||||
dropdown
|
||||
- perspective correction: usability improvement – allow setting
|
||||
the radius when (de)selecting lines
|
||||
- Bugfixes
|
||||
- Fix selecting drives in the import dialog on Windows by
|
||||
bundling a patched glib
|
||||
- Add some space between checkbox and label in color picker
|
||||
- OpenCL: better readability of debug output on memory usage
|
||||
- Levels: catch an edge case where float != int
|
||||
- Fix the alignment in a tooltip in lens correction
|
||||
- Local contrast: Reset strength slider to 120% when double
|
||||
clicked
|
||||
- Drop unused clone masks when loading xmp files
|
||||
- Remove all sub masks when clearing cloning masks
|
||||
- darktable-cltest: do not print summary statistics on OpenCL
|
||||
usage
|
||||
- Perspective correction: take aspect parameter into account
|
||||
when judging on neutral settings
|
||||
- Haze removal: fix tiled processing
|
||||
- Fix install on Windows due to GraphicsMagick's versioned
|
||||
filenames
|
||||
- PPM: Handle byte order when loading files
|
||||
- Fix #12165: Don't try to show dialog without gui
|
||||
- Fix an out-of-bounds memory access
|
||||
- Tools: Fix typo in darktable-gen-noiseprofile that made it
|
||||
unusable
|
||||
- MacOS package: point gettext to correct localedir
|
||||
- Camera support
|
||||
- White Balance Presets
|
||||
- Sony ILCE-6500
|
||||
- Noise Profiles
|
||||
- Canon EOS 800D
|
||||
- Canon EOS Kiss X9i
|
||||
- Canon EOS Rebel T7i
|
||||
- Nikon COOLPIX B700
|
||||
- Nikon D5600
|
||||
- Olympus TG-5
|
||||
- Updated translations
|
||||
- German
|
||||
- Russian
|
||||
- drop 887d55c.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 11:51:22 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
|
@ -2,7 +2,7 @@ Format: 3.0 (quilt)
|
||||
Source: darktable
|
||||
Binary: darktable
|
||||
Architecture: any-amd64 any-arm64
|
||||
Version: 2.4.3-1.1
|
||||
Version: 2.4.4-1.1
|
||||
Homepage: http://www.darktable.org/
|
||||
Standards-Version: 3.9.8
|
||||
Build-Depends: cmake, debhelper (>= 9), intltool, iso-codes, libcairo2-dev, libcolord-dev, libcolord-gtk-dev, libcups2-dev, libcurl4-gnutls-dev | libcurl-dev, libexiv2-dev, libflickcurl-dev, libglib2.0-dev, libgphoto2-dev, libgraphicsmagick1-dev, libgtk-3-dev, libjpeg-dev, libjson-glib-dev, liblcms2-dev, liblensfun-dev, liblua5.3-dev, libopenexr-dev, libopenjp2-7-dev, libosmgpsmap-1.0-dev, libpng-dev, libpugixml-dev, librsvg2-dev, libsecret-1-dev, libsoup2.4-dev, libsqlite3-dev, libtiff5-dev, libtiff-dev, libwebp-dev, xsltproc
|
||||
|
@ -57,10 +57,10 @@
|
||||
%endif
|
||||
|
||||
Name: darktable
|
||||
Version: 2.4.3
|
||||
Version: 2.4.4
|
||||
Release: 0
|
||||
%define pkg_name darktable
|
||||
%define pkg_version 2.4.3
|
||||
%define pkg_version 2.4.4
|
||||
Url: http://www.darktable.org/
|
||||
Source0: %{name}-%{pkg_version}.tar.xz
|
||||
Source1: https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-usermanual.pdf
|
||||
@ -71,7 +71,6 @@ Source97: darktable.dsc
|
||||
Source98: debian.tar.xz
|
||||
Source99: README.openSUSE
|
||||
Patch: darktable-old-glib.patch
|
||||
Patch1: 887d55c.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
@ -205,7 +204,6 @@ This package provides the user manual in pdf format
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch -p1
|
||||
%patch1 -p1
|
||||
chmod -x tools/basecurve/* tools/noise/*
|
||||
|
||||
cp %{S:1} %{S:2} %{S:3} %{S:4} .
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3bae73f6e01d830fe5020683eeb07c3d65ad9dd54cf7c9f62d241abc0312d3f
|
||||
size 19816
|
||||
oid sha256:6cce76cb10477fb64129a0812b5d1bbfb2ecde644044f3dc699f79c04b7d6b26
|
||||
size 19832
|
||||
|
Loading…
Reference in New Issue
Block a user