]> git.pld-linux.org Git - packages/darktable.git/blobdiff - darktable.spec
- updated to 1.4.2
[packages/darktable.git] / darktable.spec
index 74a5ba95ca6bb7fb9bedb7212c110145c2218eff..35b859120eaa8642fcbc11075a5982c46b49de65 100644 (file)
 #
 # Conditional build:
 %bcond_without gegl    # build without GeGL
+%bcond_without gomp    # OpenMP threading support
+%bcond_without opencl  # OpenCL support
+%bcond_with    vte     # lighttable mode shell ("file manager" April fool)
 
-Summary:       darktable is a virtual lighttable and darkroom for photographers
-Summary(pl.UTF-8):     darktable to wirtualny podświetlany stół i ciemnia dla fotografów
+Summary:       darktable - a virtual lighttable and darkroom for photographers
+Summary(pl.UTF-8):     darktable - wirtualny podświetlany stół i ciemnia dla fotografów
 Name:          darktable
-Version:       1.2
-Release:       2
+Version:       1.4.2
+Release:       1
 License:       GPL v3
 Group:         X11/Applications/Graphics
 Source0:       http://downloads.sourceforge.net/darktable/%{name}-%{version}.tar.xz
-# Source0-md5: 31bfd13d4786aac4f99d5155a811602b
+# Source0-md5: f86554329c2c809ffb009244a6f1d643
 Patch0:                cmake-glib.patch
-Patch1:                openexr2.patch
 URL:           http://darktable.sourceforge.net/
-BuildRequires: GConf2
-BuildRequires: GConf2-devel
+BuildRequires: GraphicsMagick-devel
+%{?with_opencl:BuildRequires:  OpenCL-devel}
 BuildRequires: OpenEXR-devel >= 2.0
-BuildRequires: SDL-devel
+BuildRequires: OpenGL-devel
+BuildRequires: SDL-devel >= 1.2
 BuildRequires: cairo-devel
-BuildRequires: cmake
+BuildRequires: cmake >= 2.6
+BuildRequires: colord-devel
 BuildRequires: curl-devel >= 7.18.0
 BuildRequires: dbus-glib-devel >= 0.80
 BuildRequires: desktop-file-utils
 BuildRequires: exiv2-devel
 BuildRequires: flickcurl-devel
 BuildRequires: fop
+%{?with_gomp:BuildRequires:    gcc-c++ >= 6:4.3}
+BuildRequires: gdk-pixbuf2-devel >= 2
+%{?with_gegl:BuildRequires:    gegl-devel}
 BuildRequires: gettext
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel
+BuildRequires: glib2-devel >= 1:2.30
 BuildRequires: gnome-doc-utils
-BuildRequires: gtk+2-devel
+BuildRequires: gtk+2-devel >= 2:2.24
 BuildRequires: intltool
-BuildRequires: lcms2-devel
+BuildRequires: json-glib-devel
+BuildRequires: lcms2-devel >= 2
 BuildRequires: lensfun-devel
 BuildRequires: libglade2-devel
 BuildRequires: libgnome-keyring-devel
-BuildRequires: libgomp-devel
+%{?with_gomp:BuildRequires:    libgomp-devel}
 BuildRequires: libgphoto2-devel >= 2.4.5
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: librsvg-devel >= 1:2.26
+BuildRequires: libsoup-devel >= 2
 BuildRequires: libtiff-devel
-BuildRequires: pkgconfig >= 0.22
-BuildRequires: sqlite-devel
-BuildRequires: sqlite3-devel
-%if %{with gegl}
-BuildRequires: gegl-devel
-%endif
+BuildRequires: libwebp-devel >= 0.3.0
+BuildRequires: libxml2-devel >= 1:2.6
+BuildRequires: libxml2-progs
+BuildRequires: libxslt-progs
+BuildRequires: lua52-devel >= 5.2
+BuildRequires: openjpeg-devel >= 1.5.0
+BuildRequires: perl-tools-pod
+BuildRequires: pango-devel
+BuildRequires: pkgconfig >= 1:0.22
+BuildRequires: sqlite3-devel >= 3
+BuildRequires: squish-devel
+%{?with_vte:BuildRequires:     vte-devel >= 0.26.0}
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
+Requires:      curl >= 7.18.0
+Requires:      dbus-glib >= 0.80
+Requires:      glib2 >= 1:2.30
+Requires:      gtk+2 >= 2:2.24
+Requires:      openjpeg >= 1.5.0
+%{?with_vte:Requires:  vte >= 0.26.0}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-darktable is a virtual lighttable and darkroom for photographers
+darktable is a virtual lighttable and darkroom for photographers.
 
 %description -l pl.UTF-8
-darktable to wirtualny podświetlany stół i ciemnia dla fotografów
+darktable to wirtualny podświetlany stół i ciemnia dla fotografów.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -d build
 cd build
-%cmake \
-       -DCMAKE_LIBRARY_PATH:PATH=%{_libdir} \
-       -DDONT_INSTALL_GCONF_SCHEMAS:BOOLEAN=ON \
-       -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-       -DBINARY_PACKAGE_BUILD=1 \
+%cmake .. \
+       %{?with_vte:-DAPRIL_FOOLS=ON} \
+       -DBINARY_PACKAGE_BUILD=ON \
        -DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}" \
-       ..
+       %{!?with_opencl:-DUSE_OPENCL=OFF} \
+       %{!?with_gomp:-DUSE_OPENMP=OFF}
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
-       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -94,24 +112,23 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %update_desktop_database_post
 %update_icon_cache hicolor
-%gconf_schema_install:
 
 %postun
 %update_desktop_database_postun
 %update_icon_cache hicolor
-%gconf_schema_uninstall
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc doc/README doc/AUTHORS doc/LICENSE doc/TRANSLATORS
+%doc README.md RELEASE_NOTES doc/{AUTHORS,NEWS,README,TODO,TRANSLATORS,grouping.txt}
 %attr(755,root,root) %{_bindir}/darktable
 %attr(755,root,root) %{_bindir}/darktable-cli
 %attr(755,root,root) %{_bindir}/darktable-cltest
 %attr(755,root,root) %{_bindir}/darktable-viewer
+%{_datadir}/appdata/darktable.appdata.xml
 %{_datadir}/darktable
 %{_desktopdir}/darktable.desktop
 %{_iconsdir}/hicolor/*/apps/darktable.png
-%{_iconsdir}/hicolor/scalable/apps/darktable.svg
+%{_iconsdir}/hicolor/scalable/apps/darktable*.svg
 %dir %{_libdir}/darktable
 %dir %{_libdir}/darktable/plugins
 %dir %{_libdir}/darktable/plugins/imageio
@@ -125,4 +142,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/darktable/plugins/imageio/storage/*.so
 %attr(755,root,root) %{_libdir}/darktable/plugins/lighttable/*.so
 %attr(755,root,root) %{_libdir}/darktable/views/*.so
-%{_mandir}/man1/darktable.*
+%{_mandir}/man1/darktable.1*
+%{_mandir}/man1/darktable-cli.1*
This page took 0.083044 seconds and 4 git commands to generate.