Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2012-11-28 10:12:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/darktable (Old)
 and      /work/SRC/openSUSE:Factory/.darktable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "darktable", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/darktable/darktable.changes      2012-10-10 
09:21:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2012-11-28 
10:12:33.000000000 +0100
@@ -1,0 +2,62 @@
+Tue Nov 27 07:56:26 UTC 2012 - tog...@opensuse.org
+
+- Update to release 1.1
+  * general
+    + new camera support, new whitebalance presets, etc., including
+      canon eos m support and samsung nx fix
+    + similarity matching search for images that look alike.
+    + geotagging, complete with map view
+    + a lot of bugfixes (mainly thanks to ulrich for his meticulous
+      work)
+    + facebook exporter (for those who have an account there)
+  * ui
+    + reworked the much hated `more plugins' widget
+    + image grouping:
+    + command line interface!
+    + tone and base curves got a new user interface to better
+      support fine grained workflow
+    + visually low-profile controls with finetuning:
+    + color correction module got a GUI update since the blog post
+      (two circles indicating shadows and highlights instead of the
+      quad).
+    + live view for tethered shooting!
+  * darkroom
+    + extensive use of edge-aware filtering techniques to suppress
+      noise, halos and ringing all around darktable:
+    + conditional blending, and a lot of goodies around it!
+    + magenta highlights: high-contrast edges to overexposed areas
+      (should get rid of purple highlights on tiny water waves and
+      purple fringes around tree leaves for example)
+    + much improved sharpness for both export and darkroom view,
+      especially for downsampled images and if you use lens
+      corrections or rotations/perspective corrections. check the new
+      options in the preferences dialog, also one more than mentioned
+      in the blog ("demosaicing for zoomed out darkroom mode" to
+      trade performance for even more sharpness):
+  * color management
+    + improved per-screen color management (should reload the
+      screen profile automatically)
+    + more compatible embedded color profiles (should fix problems
+      on windows viewing our images, if that matters) read embedded
+      color profiles from jpg
+  * opencl
+    + most of our modules now can take advantage of your computer's
+      gpu power
+    + caching for compiled opencl kernels (even in case the driver
+      doesn't do it) for faster startup times
+  * translations
+    + two new translations (both portuguese.. ;) )
+    + well translated: cs de es fr it ja nl pl pt_BR pt_PT sv
+    + half translated: ca fi gl ro ru sq th zh_CN
+
+- Packaging related :
+  * Provide the pdf documentation
+  * Remove backported patches as they are part of the package now
+    + rsvg_cairo.patch
+    + update-curves.patch
+  * provide tool to work with database cleanup 
+    purge_non_existing_images.sh (placed in documentation
+    directory)
+  * where possible use pkgconfig variables for buildrequires
+
+-------------------------------------------------------------------
@@ -261 +322,0 @@
-

Old:
----
  darktable-1.0.5.tar.gz
  rsvg_cairo.patch
  update-curves.patch

New:
----
  darktable-1.1.tar.gz
  darktable-usermanual.pdf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.zcngsz/_old  2012-11-28 10:12:51.000000000 +0100
+++ /var/tmp/diff_new_pack.zcngsz/_new  2012-11-28 10:12:51.000000000 +0100
@@ -17,36 +17,38 @@
 
 
 Name:           darktable
-Version:        1.0.5
+Version:        1.1
 Release:        0
 Url:            http://darktable.sourceforge.net
 Source0:        
https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz
-Patch0:         update-curves.patch
-# PATCH-FIX-UPSTREAM Tobias Ellinghaus m...@houz.org -- rsvg_cairo.patch fix 
build for deprecated use of librsvg error
-Patch1:         rsvg_cairo.patch
+Source1:        
http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual.pdf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  Mesa-devel
-BuildRequires:  OpenEXR-devel
 BuildRequires:  cmake
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-keyring-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  lensfun-devel
-BuildRequires:  libcurl-devel
-BuildRequires:  libexiv2-devel
-BuildRequires:  libflickcurl-devel
-BuildRequires:  libglade2-devel
-BuildRequires:  libgphoto2-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms2-devel
-BuildRequires:  librsvg-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  libxslt
 BuildRequires:  pkg-config
-BuildRequires:  sqlite3-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(OpenEXR)
+BuildRequires:  pkgconfig(colord)
+BuildRequires:  pkgconfig(dri)
+BuildRequires:  pkgconfig(exiv2)
+BuildRequires:  pkgconfig(flickcurl)
+BuildRequires:  pkgconfig(gnome-keyring-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(lcms2)
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libglade-2.0)
+BuildRequires:  pkgconfig(libgphoto2)
+BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(sqlite3)
 ExclusiveArch:  %ix86 x86_64
 
 Summary:        A virtual Lighttable and Darkroom
@@ -61,10 +63,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%if 0%{?suse_version} > 1220
-%patch1 -p1
-%endif
+chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh
+cp %{S:1} .
+%{__rm} data/js/.DS_Store
 
 %build
 [ ! -d "build" ] && mkdir  build
@@ -77,7 +78,7 @@
         -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
         -DCMAKE_BUILD_TYPE=Release \
         -DBINARY_PACKAGE_BUILD=1  \
-        -DLENSFUN_INCLUDE_DIR=%_includedir/lensfun \
+        -DUSE_XMLLINT=OFF \
          -DINSTALL_IOP_EXPERIMENTAL=On  .. 
 %__make %{_smp_mflags} VERBOSE=1
 
@@ -96,9 +97,10 @@
 
 %files -f darktable.lang
 %defattr(-,root,root)
-%doc doc/AUTHORS doc/TODO doc/LICENSE
+%doc doc/AUTHORS doc/TODO doc/LICENSE darktable-usermanual.pdf 
tools/purge_non_existing_images.sh tools/create_control_svg.sh
 %{_bindir}/darktable
 %{_bindir}/darktable-cltest
+%{_bindir}/darktable-cli
 %{_libdir}/darktable
 %{_datadir}/applications/darktable.desktop
 %{_datadir}/darktable

++++++ darktable-1.0.5.tar.gz -> darktable-1.1.tar.gz ++++++
++++ 294675 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to