diff --git a/darktable-1.1.1.tar.gz b/darktable-1.1.1.tar.gz new file mode 100644 index 0000000..9a9c30d --- /dev/null +++ b/darktable-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba299ba4903718f5696de7cace80c0374dec4c7a41df90a560c47a419a3d354c +size 3422916 diff --git a/darktable-1.1.tar.gz b/darktable-1.1.tar.gz deleted file mode 100644 index a0629fb..0000000 --- a/darktable-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f2401422ab3e0bb038b3fedf411aaf69994d679674757ee7886b6146b9fdd4f -size 3423644 diff --git a/darktable-usermanual-1.1.1.pdf b/darktable-usermanual-1.1.1.pdf new file mode 100644 index 0000000..88c05ce --- /dev/null +++ b/darktable-usermanual-1.1.1.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037e27a41aa4d0e2c2db3ae13bee47a2b6ec6195d953341ae637ad8495874552 +size 8399829 diff --git a/darktable-usermanual.pdf b/darktable-usermanual.pdf deleted file mode 100644 index 2f2ced8..0000000 --- a/darktable-usermanual.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:493f40f313d40eebd42457e6a9f6580bc278334421ed8c828b983930aa7a42f7 -size 7242334 diff --git a/darktable.changes b/darktable.changes index f1e7272..093945e 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Dec 9 23:38:02 UTC 2012 - toganm@opensuse.org + +- Update to release 1.1.1 + + * minor reordering of lighttable mode modules (geotagging, keywords + and recent collections) + * cleaned up the default visible plugins when first starting + darktable + * in most cases raw files will now show thumbnails in the import + dialog (thanks to Mattias Eriksson) + * a curve related crash was fixed (#9906 thanks to James C. + McPherson) + * comma seperated tags should work everywhere now (#9006 thanks to + Tobias Ellinghaus) + * Ulrich pegelow fixed a huge amount of OpenCL related issues, + particularly for AMD GPUs + * we now deal better with hybrid GPU machines (#9074 by Ulrich + Pegelow) + * a deadlock in the lens correction module was fixed (#9106 thanks to + Ulrich Pegelow) + * we don't delete module presets when cancelling the dialog anymore + (#9108 thanks to Tobias Ellinghaus) + * we now have better default memory usage settings (which are set + upon starting darktable the first time) + * initial support for SONY NEX 5R + * preliminary/experimental Canon EOS 6D and Sony RX1 support (future + changes for these camera's may (for the time being) retroactively + affect your images) + * Canon EOS 6D white balance presets (thanks to no_maam_) + * lots of updates for the usermanual (make sure you download a new + copy) + +- Subpackage the user manual +- enable darktable-viewer by adding sdl to buildrequires + ------------------------------------------------------------------- Tue Nov 27 07:56:26 UTC 2012 - toganm@opensuse.org diff --git a/darktable.spec b/darktable.spec index 50fa64f..8c40577 100644 --- a/darktable.spec +++ b/darktable.spec @@ -17,11 +17,11 @@ Name: darktable -Version: 1.1 +Version: 1.1.1 Release: 0 Url: http://darktable.sourceforge.net -Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz -Source1: http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual.pdf +Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-%{version}.tar.gz +Source1: http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual-%{version}.pdf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: dbus-1-glib-devel @@ -49,6 +49,7 @@ BuildRequires: pkgconfig(libgphoto2) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(sqlite3) +BuildRequires: pkgconfig(sdl) ExclusiveArch: %ix86 x86_64 Summary: A virtual Lighttable and Darkroom @@ -60,12 +61,22 @@ darktable is a virtual lighttable and darkroom for photographers: it manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them. +%package doc +Summary: A virtual Lighttable and Darkroom +License: GPL-3.0+ +Group: Productivity/Graphics/Viewers + +%description doc +darktable is a virtual lighttable and darkroom for photographers: it manages +your digital negatives in a database and lets you view them through a zoomable +lighttable. it also enables you to develop raw images and enhance them. + +This package provides the user manual in pdf format %prep %setup -q chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh -cp %{S:1} . -%{__rm} data/js/.DS_Store +cp %{S:1} darktable-usermanual.pdf %build [ ! -d "build" ] && mkdir build @@ -97,14 +108,19 @@ find %{buildroot}%{_libdir} -name "*.la" -delete %files -f darktable.lang %defattr(-,root,root) -%doc doc/AUTHORS doc/TODO doc/LICENSE darktable-usermanual.pdf 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 %{_bindir}/darktable %{_bindir}/darktable-cltest %{_bindir}/darktable-cli +%{_bindir}/darktable-viewer %{_libdir}/darktable %{_datadir}/applications/darktable.desktop %{_datadir}/darktable %{_datadir}/icons/hicolor/*/apps/darktable.* %{_mandir}/man1/darktable.1.* +%files doc +%defattr(-,root,root) +%doc darktable-usermanual.pdf + %changelog