]> git.pld-linux.org Git - packages/darktable.git/blobdiff - darktable.spec
- release 7 (by relup.sh)
[packages/darktable.git] / darktable.spec
index 710d72fe005b4ca2c0393fc0cf7202dc142451ac..345b6847a1e313df2f47c23bd7b3c31923c66ed8 100644 (file)
@@ -5,21 +5,20 @@
 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
 Name:          darktable
-Version:       1.0.5
-Release:       2
+Version:       1.4
+Release:       7
 License:       GPL v3
 Group:         X11/Applications/Graphics
-Source0:       http://downloads.sourceforge.net/darktable/%{name}-%{version}.tar.gz
-# Source0-md5: 9ad88a1a6b9761fce28c8073d8f47941
+Source0:       http://downloads.sourceforge.net/darktable/%{name}-%{version}.tar.xz
+# Source0-md5: 896416931ded4579f528cd11edad470c
 Patch0:                cmake-glib.patch
-Patch1:                librsvg-headers.patch
 URL:           http://darktable.sourceforge.net/
-BuildRequires: GConf2
-BuildRequires: GConf2-devel
-BuildRequires: OpenEXR-devel >= 1.6
+BuildRequires: GraphicsMagick-devel
+BuildRequires: OpenEXR-devel >= 2.0
 BuildRequires: SDL-devel
 BuildRequires: cairo-devel
 BuildRequires: cmake
+BuildRequires: colord-devel
 BuildRequires: curl-devel >= 7.18.0
 BuildRequires: dbus-glib-devel >= 0.80
 BuildRequires: desktop-file-utils
@@ -42,6 +41,7 @@ BuildRequires:        libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: librsvg-devel >= 1:2.26
 BuildRequires: libtiff-devel
+BuildRequires: lua52-devel
 BuildRequires: pkgconfig >= 0.22
 BuildRequires: sqlite-devel
 BuildRequires: sqlite3-devel
@@ -61,14 +61,12 @@ 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 \
        -DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}" \
@@ -79,11 +77,12 @@ cd build
 %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}
 
+%{__mv} $RPM_BUILD_ROOT%{_localedir}/pt{_PT,}
+
 %find_lang %{name} --with-gnome --with-omf
 
 %clean
@@ -92,23 +91,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
 %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
@@ -122,4 +121,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.102342 seconds and 4 git commands to generate.