2024-01-05 21:38:30 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: darktable
|
2024-01-05 21:38:31 +01:00
|
|
|
Version: 1.6.7
|
2024-01-05 21:38:30 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 21:38:30 +01:00
|
|
|
Summary: An open source photography workflow application and RAW developer
|
|
|
|
Group: Graphical Desktop/Applications/Graphics
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
|
|
URL: http://www.darktable.org/
|
2024-01-05 21:38:30 +01:00
|
|
|
Source: https://github.com/darktable-org/darktable/releases/download/release-%{version}/darktable-%{version}.tar.xz
|
2024-01-05 21:38:30 +01:00
|
|
|
Patch0: darktable-1.0-librsvg-2.36.4.patch
|
2024-01-05 21:38:30 +01:00
|
|
|
Patch1: darktable-1.4.2-build-fixes-x86.patch
|
2024-01-05 21:38:30 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libGLU-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSDL-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libcolord-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libexiv2-devel
|
|
|
|
BuildRequires: libflickcurl-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
BuildRequires: libgomp-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libgphoto2-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libgtk2-devel
|
|
|
|
BuildRequires: libilmbase-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libjson-glib-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: liblcms2-devel
|
|
|
|
BuildRequires: liblensfun-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: liblua-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libopenexr-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libopenjpeg1-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpng-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libreadline-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: librsvg-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libsoup-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libsqlite-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libtiff-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libwebp-devel
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 21:38:30 +01:00
|
|
|
BuildRequires: libgphoto2-devel >= 1:2.5
|
2024-01-05 21:38:30 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 21:38:30 +01:00
|
|
|
%patch1 -p1
|
2024-01-05 21:38:30 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
# remove unpackaged files
|
|
|
|
rm -f %{buildroot}%{_defaultdocdir}/darktable/{AUTHORS,LICENSE,README,TRANSLATORS}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/darktable*
|
|
|
|
%dir %{_libdir}/darktable
|
|
|
|
%{_libdir}/darktable/libdarktable.so
|
|
|
|
%dir %{_libdir}/darktable/plugins
|
|
|
|
%{_libdir}/darktable/plugins/*.so
|
|
|
|
%dir %{_libdir}/darktable/plugins/imageio
|
|
|
|
%dir %{_libdir}/darktable/plugins/imageio/format
|
|
|
|
%{_libdir}/darktable/plugins/imageio/format/*.so
|
|
|
|
%dir %{_libdir}/darktable/plugins/imageio/storage
|
|
|
|
%{_libdir}/darktable/plugins/imageio/storage/*.so
|
|
|
|
%dir %{_libdir}/darktable/plugins/lighttable
|
|
|
|
%{_libdir}/darktable/plugins/lighttable/*.so
|
|
|
|
%dir %{_libdir}/darktable/views
|
|
|
|
%{_libdir}/darktable/views/*.so
|
|
|
|
%{_datadir}/appdata/darktable.appdata.xml
|
|
|
|
%{_datadir}/applications/darktable.desktop
|
|
|
|
%dir %{_datadir}/darktable
|
|
|
|
%{_datadir}/darktable/*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/darktable.png
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/darktable.svg
|
2024-01-05 21:38:30 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/darktable*.svg
|
2024-01-05 21:38:30 +01:00
|
|
|
%dir %{_docdir}/darktable
|
|
|
|
%{_docdir}/darktable/darktablerc.html
|
|
|
|
%{_mandir}/man1/darktable.1*
|
|
|
|
%{_mandir}/man1/darktable-cli.1*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:38:31 +01:00
|
|
|
* Tue Jun 09 2015 Automatic Build System <autodist@mambasoft.it> 1.6.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:38:31 +01:00
|
|
|
* Tue Apr 28 2015 Automatic Build System <autodist@mambasoft.it> 1.6.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:38:31 +01:00
|
|
|
* Sat Apr 25 2015 Automatic Build System <autodist@mambasoft.it> 1.6.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:38:30 +01:00
|
|
|
* Tue Apr 07 2015 Automatic Build System <autodist@mambasoft.it> 1.6.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:38:30 +01:00
|
|
|
* Mon Mar 02 2015 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:38:30 +01:00
|
|
|
* Mon Feb 02 2015 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:38:30 +01:00
|
|
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- update to 1.6.0
|
|
|
|
|
2024-01-05 21:38:30 +01:00
|
|
|
* Fri Dec 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-2mamba
|
|
|
|
- rebuilt with libgphoto2 2.5.5
|
|
|
|
|
2024-01-05 21:38:30 +01:00
|
|
|
* Sat May 03 2014 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 30 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 28 2013 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 11 2013 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 26 2013 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 14 2013 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
|
|
|
- update to 1.2
|
|
|
|
|
|
|
|
* Mon Feb 11 2013 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 14 2013 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 15 2012 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- update to 1.1.1
|
|
|
|
|
|
|
|
* Sun Dec 02 2012 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-2mamba
|
|
|
|
- rebuilt with libkexiv2 4.9.3
|
|
|
|
|
|
|
|
* Fri Mar 23 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0-1mamba
|
|
|
|
- update to version 1.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.9.3-1mamba
|
|
|
|
- package created by autospec
|