From 4f901e65dce875652e046e03f4fa1795835a4d62 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:38:31 +0100 Subject: [PATCH] update to 3.8.1 [release 3.8.1-1mamba;Mon Apr 18 2022] --- darktable.spec | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/darktable.spec b/darktable.spec index a929ecf..89eb396 100644 --- a/darktable.spec +++ b/darktable.spec @@ -1,25 +1,30 @@ %define majver %(echo %version | cut -d. -f1-2) +%define maj3ver %(echo %version | cut -d. -f1-3) Name: darktable -Version: 3.4.1 +Version: 3.8.1 Release: 1mamba Summary: An open source photography workflow application and RAW developer Group: Graphical Desktop/Applications/Graphics Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: https://www.darktable.org/ -Source: https://github.com/darktable-org/darktable/releases/download/release-%{version}/darktable-%{version}.tar.xz -#Source: https://github.com/darktable-org/darktable.git/release-%{version}/darktable-%{version}.tar.bz2 +Source: https://github.com/darktable-org/darktable/releases/download/release-%{maj3ver}/darktable-%{version}.tar.xz Patch0: darktable-1.0-librsvg-2.36.4.patch Patch1: darktable-1.4.2-build-fixes-x86.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: colord-gtk-devel BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libGraphicsMagick-devel +BuildRequires: libICE-devel +BuildRequires: libSDL2-devel +BuildRequires: libSM-devel BuildRequires: libX11-devel +BuildRequires: libXext-devel BuildRequires: libXrandr-devel +BuildRequires: libatk-devel +BuildRequires: libavif-devel BuildRequires: libcairo-devel BuildRequires: libcolord-devel BuildRequires: libcups-devel @@ -30,8 +35,12 @@ BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libgomp-devel BuildRequires: libgphoto2-devel -BuildRequires: libgtk-devel -BuildRequires: libilmbase-devel +BuildRequires: libgtk3-devel +BuildRequires: libharfbuzz-devel +BuildRequires: libheif-devel +BuildRequires: libicu-devel +BuildRequires: libimath-devel +BuildRequires: libjasper-devel BuildRequires: libjpeg-devel BuildRequires: libjson-glib-devel BuildRequires: liblcms2-devel @@ -41,9 +50,11 @@ BuildRequires: libopenexr-devel BuildRequires: libopenjpeg-devel BuildRequires: libpango-devel BuildRequires: libpng-devel +BuildRequires: libportmidi-devel +BuildRequires: libreadline-devel BuildRequires: librsvg-devel BuildRequires: libsecret-devel -BuildRequires: libsoup-devel +BuildRequires: libsoup2-devel BuildRequires: libsqlite-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel @@ -54,17 +65,14 @@ BuildRequires: pugixml-devel ## AUTOBUILDREQ-END BuildRequires: libgphoto2-devel >= 1:2.5.19-1mamba BuildRequires: libcolord-devel >= 1.2.12-1mamba -BuildRequires: python-jsonschema -BuildRequires: pugixml-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -%debug_package %description Darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them. +%debug_package + %prep %setup -q #-D -T @@ -103,13 +111,12 @@ rm -f %{buildroot}%{_defaultdocdir}/darktable/{AUTHORS,LICENSE,README,TRANSLATOR %{_libdir}/darktable/plugins/lighttable/*.so %dir %{_libdir}/darktable/views %{_libdir}/darktable/views/*.so -%{_datadir}/appdata/darktable.appdata.xml +%{_datadir}/metainfo/darktable.appdata.xml %{_datadir}/applications/darktable.desktop %dir %{_datadir}/darktable %{_datadir}/darktable/* %{_datadir}/icons/hicolor/*/apps/darktable.png %{_datadir}/icons/hicolor/*/apps/darktable*.svg -#%{_datadir}/icons/hicolor/scalable/apps/darktable*.svg %dir %{_docdir}/darktable %{_docdir}/darktable/* %{_mandir}/man1/* @@ -118,6 +125,9 @@ rm -f %{buildroot}%{_defaultdocdir}/darktable/{AUTHORS,LICENSE,README,TRANSLATOR %{_mandir}/es/man1/* %changelog +* Mon Apr 18 2022 Silvan Calarco 3.8.1-1mamba +- update to 3.8.1 + * Sat Feb 06 2021 Automatic Build System 3.4.1-1mamba - automatic version update by autodist