From e9f7b50d52d478ad05eaafdcdf5ef787901e770620f1926e5e83e65d2e523bb6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 21 Sep 2012 20:43:11 +0000 Subject: [PATCH] Accepting request 135085 from home:Zaitor:branches:GNOME:Apps Yet an other try post review :-) OBS-URL: https://build.opensuse.org/request/show/135085 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geeqie?expand=0&rev=3 --- geeqie-1.0.tar.gz | 3 --- geeqie-1.1.tar.gz | 3 +++ geeqie.changes | 19 +++++++++++++++++++ geeqie.spec | 21 +++++++++++++-------- 4 files changed, 35 insertions(+), 11 deletions(-) delete mode 100644 geeqie-1.0.tar.gz create mode 100644 geeqie-1.1.tar.gz diff --git a/geeqie-1.0.tar.gz b/geeqie-1.0.tar.gz deleted file mode 100644 index 18334c5..0000000 --- a/geeqie-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1ad64666446c1d490437a9441267e8d7c1b9dc6ab640716b213e386d9211fdd -size 1934236 diff --git a/geeqie-1.1.tar.gz b/geeqie-1.1.tar.gz new file mode 100644 index 0000000..c944b9d --- /dev/null +++ b/geeqie-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5544e81c29917a647f19bfe800d9f0dd1cd5b890329feebd9abd80927e1afecf +size 1966211 diff --git a/geeqie.changes b/geeqie.changes index 253ceb9..fab3414 100644 --- a/geeqie.changes +++ b/geeqie.changes @@ -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 diff --git a/geeqie.spec b/geeqie.spec index 88f0e70..576d2f0 100644 --- a/geeqie.spec +++ b/geeqie.spec @@ -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