Accepting request 212529 from graphics
version update OBS-URL: https://build.opensuse.org/request/show/212529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=37
This commit is contained in:
parent
85387c45f8
commit
22597874b7
19
README.openSUSE
Normal file
19
README.openSUSE
Normal file
@ -0,0 +1,19 @@
|
||||
Extra Tools for darktable
|
||||
|
||||
You will find darktable specific extra programs/scripts under the tools
|
||||
directory.
|
||||
|
||||
Use this these tools on your own risk. In case of any bugs of these
|
||||
tools please report them to the upstream darktable project.
|
||||
|
||||
tools/create_control_svg.sh
|
||||
tools/purge_non_existing_images.sh
|
||||
tools/purge_unused_tags.sh
|
||||
|
||||
Profiled denoise generator
|
||||
tools/noise
|
||||
|
||||
Simply run make to create the binary
|
||||
|
||||
tools/basecurve
|
||||
Simply run make to create the binary
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ba57335b654f1f765a76d8e72dc8c495b775a3c10f005e0a85ce5dafc7a96d2
|
||||
size 2353480
|
3
darktable-1.4-nopatents.tar.xz
Normal file
3
darktable-1.4-nopatents.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f79d4a5d2ed982bb334c95737de78f61a5a6682425bc3c3990edfa0fa3455912
|
||||
size 2795552
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d82a2de84cbcbfee30f86b22ca5f7c08292b3de6faf54ad130252ddd47d7574a
|
||||
size 10016945
|
||||
oid sha256:3b604e8de32488c4c9294ee19df2b3bc41f060fc4721a1c5f661b25c52f5b054
|
||||
size 11861765
|
||||
|
@ -1,4 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 11:54:39 UTC 2014 - adrian@suse.de
|
||||
|
||||
- update to final version 1.4
|
||||
|
||||
- removed patches:
|
||||
* 0001-Fix-9720-Don-t-crash-when-kwallet-is-not-running.patch
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 18:49:50 UTC 2013 - toganm@opensuse.org
|
||||
|
||||
- Fixes #bnc855442
|
||||
* added patches:
|
||||
- 0001-Fix-9720-Don-t-crash-when-kwallet-is-not-running.patch
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 1 19:32:52 UTC 2013 - toganm@opensuse.org
|
||||
|
||||
- Update to release candidate 1.4~rc1
|
||||
* darktable now integrates a lua engine that allows writing scripts
|
||||
to make it easier to use with other image processing software.
|
||||
These scripts can be run when a particular event takes place (for
|
||||
example when a new image is imported) or when a particular keyboard
|
||||
shortcut is used. There are very few scripts available at this
|
||||
point but we expect the community to provide some more during the
|
||||
next release cycle.
|
||||
* darktable now include several kinds of drawn masks: brush,
|
||||
circle, ellipse, path and gradients
|
||||
* exporting in WebP format
|
||||
* serious speed enhancements of lighttable when using large
|
||||
colections
|
||||
* focus detection on lighttable
|
||||
* local cached copies of images for offline files
|
||||
* a few new blend mode like "HSV lightness", "HSV color", "Lab
|
||||
lightness" and "Lab color"
|
||||
* new modules "contrast brightness saturation", "color balance" and
|
||||
"color mapping" which replaces the now deprecated "color
|
||||
transfer" module
|
||||
* new histogram mode "waveform"
|
||||
* added a setting to automatically collapse modules to only have a
|
||||
single one expanded
|
||||
* better user experience for bauhaus sliders: the popup now has a
|
||||
blinking cursor to make possible text entry more discoverable
|
||||
* the text entry for bauhaus sliders and vimkeys' ":set" command
|
||||
can now evaluate mathematical expressions
|
||||
* many bug fixes and small improvements
|
||||
* a tool for measuring basecurves from a sample image
|
||||
|
||||
- Remove backported
|
||||
0001-Allow-compilation-with-colord-and-without-squish.patch
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 17:40:52 UTC 2013 - toganm@opensuse.org
|
||||
|
||||
- Backported patch for colord compilation without squish
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package darktable
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,30 +17,28 @@
|
||||
|
||||
|
||||
Name: darktable
|
||||
Version: 1.2.3
|
||||
Version: 1.4
|
||||
Release: 0
|
||||
Url: http://darktable.sourceforge.net
|
||||
# darktable contains patented code that we cannot ship. Therefore we use
|
||||
# this script to remove the patented code before shipping it.
|
||||
# Download the upstream tarball and invoke this script while in the
|
||||
# tarball's directory:
|
||||
# Originial Source: https://downloads.sourceforge.net/project/darktable/darktable/1.2/%%name-%%version.tar.xz
|
||||
# Originial Source: https://downloads.sourceforge.net/project/darktable/darktable/1.4/%%name-%%version.tar.xz
|
||||
# ./generate-tarball.sh
|
||||
Source0: %name-%version-nopatents.tar.xz
|
||||
Source1: http://sourceforge.net/projects/darktable/files/darktable/1.2/darktable-usermanual.pdf
|
||||
# PATCH-FIX-UPSTREAM backported from git enable colord even without squish
|
||||
Patch0: 0001-Allow-compilation-with-colord-and-without-squish.patch
|
||||
|
||||
Source1: http://sourceforge.net/projects/darktable/files/darktable/1.4/darktable-usermanual.pdf
|
||||
Source2: README.openSUSE
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libcolord-devel
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
BuildRequires: lensfun-devel
|
||||
BuildRequires: libGraphicsMagick3
|
||||
BuildRequires: libcolord-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libxslt
|
||||
@ -64,6 +62,15 @@ BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(sdl)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1210
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: pkgconfig(libopenjpeg)
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} == 1210
|
||||
BuildRequires: xz
|
||||
%endif
|
||||
@ -97,11 +104,10 @@ This package provides the user manual in pdf format
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh tools/noise/*
|
||||
|
||||
|
||||
chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh
|
||||
cp %{S:1} darktable-usermanual.pdf
|
||||
cp %{S:2} .
|
||||
|
||||
%build
|
||||
[ ! -d "build" ] && mkdir build
|
||||
@ -129,12 +135,13 @@ find %{buildroot}%{_libdir} -name "*.la" -delete
|
||||
|
||||
%__mkdir_p %{buildroot}%{_defaultdocdir}
|
||||
%__mv %{buildroot}%{_datadir}/doc/darktable %{buildroot}%{_defaultdocdir}
|
||||
cp %{S:2} %buildroot%_defaultdocdir/%name/.
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%files -f darktable.lang
|
||||
%defattr(-,root,root)
|
||||
%doc doc/AUTHORS doc/TODO doc/LICENSE tools/purge_non_existing_images.sh tools/create_control_svg.sh
|
||||
%doc doc/AUTHORS doc/TODO doc/LICENSE tools/purge_non_existing_images.sh tools/create_control_svg.sh tools/noise tools/basecurve README.openSUSE
|
||||
%{_bindir}/darktable
|
||||
%{_bindir}/darktable-cltest
|
||||
%{_bindir}/darktable-cli
|
||||
@ -144,8 +151,8 @@ find %{buildroot}%{_libdir} -name "*.la" -delete
|
||||
%{_datadir}/darktable
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/darktable.appdata.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/darktable.*
|
||||
%{_mandir}/man1/darktable.1.*
|
||||
%{_datadir}/icons/hicolor/*/apps/darktable*
|
||||
%{_mandir}/man1/darktable*.1.*
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user