Hello community,

here is the log from the commit of package urbanlightscape for openSUSE:Factory 
checked in at 2013-04-26 07:46:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/urbanlightscape (Old)
 and      /work/SRC/openSUSE:Factory/.urbanlightscape.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "urbanlightscape", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.urbanlightscape.new/urbanlightscape.changes     
2013-04-26 07:46:36.000000000 +0200
@@ -0,0 +1,42 @@
+-------------------------------------------------------------------
+Sat Apr  6 22:42:24 UTC 2013 - dval...@suse.com
+
+- Appliaction heavily depends on SSE, which is Intel specific 
+  feature. Set ExclusiveArch to x86
+
+-------------------------------------------------------------------
+Thu Dec 27 10:30:11 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.2.3.
+  * Fixed compile error on Linux under wxWidgets 2.8.
+- Changes in 1.2.2.
+  * Fixed crash bug on some images.
+- Changes in 1.2.1.
+  * Adjustment at newly added control points now inferred from
+    existing points.
+
+-------------------------------------------------------------------
+Sat Aug  4 16:49:21 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.2.0.
+  * Added Tolerance slider.
+  * Fixed occasional crash bugs.
+
+-------------------------------------------------------------------
+Sat Apr  7 13:05:02 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.1.0.
+  * Performance improvements when interacting with control points.
+
+-------------------------------------------------------------------
+Sun Mar 18 11:44:44 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.0.4.
+  * Fixed zoom-fit function.
+  * Fixed GCC 4.6 compile errors.
+
+-------------------------------------------------------------------
+Tue Mar 13 19:33:09 UTC 2012 - lazy.k...@opensuse.org
+
+- Initial package created - 1.0.3.
+

New:
----
  urbanlightscape-1.2.3.tar.gz
  urbanlightscape.changes
  urbanlightscape.spec
  urbanlightscape_128.png

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

Other differences:
------------------
++++++ urbanlightscape.spec ++++++
#
# spec file for package urbanlightscape
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _use_internal_dependency_generator 0
%define __find_requires %wx_requires

Name:           urbanlightscape
Version:        1.2.3
Release:        0
License:        GPL-2.0+
Summary:        Improve Lighting, Correct Exposure, Add Synthetic Light to 
Photos
Url:            http://www.indii.org/software/urbanlightscape
Group:          Productivity/Graphics/Bitmap Editors
Source0:        
http://www.indii.org/files/%{name}/releases/%{name}-%{version}.tar.gz
Source1:        http://www.indii.org/images/%{name}_128.png
BuildRequires:  ImageMagick
BuildRequires:  boost-devel
BuildRequires:  gcc-c++
BuildRequires:  update-desktop-files
BuildRequires:  wxWidgets-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
#Appliaction heavily depends on SSE, which is Intel specific feature
ExclusiveArch:  %{ix86} x86_64

%description
Urban Lightscape is a photo filter for exposure correction,
localized brightness adjustments, dodging and burning, and the
introduction of synthetic lighting to a photo. A simple
"double-click-and-drag" paradigm is used to place control points on
a photo, and clever edge detection localises and interpolates
lightness adjustments around and between these points. Results are
rapid, with additional controls for more subtle refinements.

%prep
%setup -q

%build
%configure --disable-assert
make %{?_smp_mflags}

%install
%make_install
# Create desktop file.
cat > %{name}.desktop << EOF
[Desktop Entry]
Name=Urban Lightscape
GenericName=Correct Exposure, Lighting, Brightness
GenericName[ru]=Коррекция экспозиции, яркости, света
Type=Application
Exec=urbanlightscape %f
Icon=urbanlightscape
Categories=Graphics;Photography;
Comment=Improve lighting, Correct Exposure, Add Synthetic Light to Photos
Comment[ru]=Коррекция экспозиции, яркости, света
StartupNotify=true
Terminal=false
MimeType=image/gif;image/jpeg;image/png;image/tiff;image/x-bmp;image/x-portable-pixmap;image/x-pcx;image/x-targa;image/x-xpm;
EOF
install -Dm 0644 %{name}.desktop \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

# Install icons of various sizes.
install -Dm 0644 %{SOURCE1} \
    %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps
    convert -resize ${size} %{SOURCE1} \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
done
%suse_update_desktop_file %{name}

%post
%desktop_database_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%icon_theme_cache_postun

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*

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

Reply via email to