Accepting request 135315 from GNOME:Apps

Yet an other try post review :-) (forwarded request 135085 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/135315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geeqie?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-09-23 17:33:46 +00:00 committed by Git OBS Bridge
commit 00887c1dda
4 changed files with 35 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1ad64666446c1d490437a9441267e8d7c1b9dc6ab640716b213e386d9211fdd
size 1934236

3
geeqie-1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5544e81c29917a647f19bfe800d9f0dd1cd5b890329feebd9abd80927e1afecf
size 1966211

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Sep 16 13:05:05 UTC 2012 - zaitor@opensuse.org
- Update to version 1.1:
+ Support for stereoscopic images.
+ input: side-by-side (JPS) and MPO format.
+ output: single image, anaglyph, SBS, mirror, SBS half size
(3DTV).
+ Custom tiff loader - better handling of large tiff files.
+ Rewritten file grouping.
- Add libjpeg-devel and libtiff-devel BuildReqiuires, support jpg,
and tiff loader.
- Add FIXME entry for champlain support.
- Pass enable-gps to configure, even if this is not taken into
accout at the moment, libchamplain is not an active
BuildRequires.
- Change configure switch --with-helpdir to --with-html dir,
upstream does not support --with-helpdir anymore.
-------------------------------------------------------------------
Tue Sep 27 14:31:48 UTC 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package geeqie
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -16,19 +16,23 @@
#
Name: geeqie
Version: 1.0
Release: 1
License: GPL-2.0+
Version: 1.1
Release: 0
Summary: Lightweight Gtk+ based image viewer
Url: http://geeqie.sourceforge.net/
License: GPL-2.0+
Group: Productivity/Graphics/Viewers
Source: %{name}-%{version}.tar.gz
## FIXME - Check on version update if support for the libchamplain we have in factory is finaly supported, last checked version 1.1
Url: http://geeqie.sourceforge.net/
Source: http://downloads.sourceforge.net/project/geeqie/geeqie/geeqie-1.1/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gnome-doc-utils
BuildRequires: intltool
## FIXME - disabled since the version we have in factory is not supportet by current version 1.1
# BuildRequires: libchamplain-devel
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
BuildRequires: lirc-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(exiv2) >= 0.11
@ -50,8 +54,9 @@ operating systems.
%build
%configure \
--enable-lirc \
--enable-gps \
--with-readmedir=%{_defaultdocdir}/%{name} \
--with-helpdir=%{_defaultdocdir}/%{name}/html
--with-htmldir=%{_defaultdocdir}/%{name}/html
make %{?_smp_mflags}
%install