From fecc104f2a0e6157c94e1d0ff0a38602c205de6c8ff7f0c7cad1312f0e95361d Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sun, 18 Apr 2010 22:26:20 +0000 Subject: [PATCH] Accepting request 36649 from GNOME:Factory Copy from GNOME:Factory/eog-plugins based on submit request 36649 from user vuntz OBS-URL: https://build.opensuse.org/request/show/36649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eog-plugins?expand=0&rev=1 --- .gitattributes | 23 +++++++ .gitignore | 1 + eog-plugins-2.30.0.tar.bz2 | 3 + eog-plugins-recent-clutter-gtk.patch | 63 ++++++++++++++++++++ eog-plugins.changes | 5 ++ eog-plugins.spec | 89 ++++++++++++++++++++++++++++ 6 files changed, 184 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 eog-plugins-2.30.0.tar.bz2 create mode 100644 eog-plugins-recent-clutter-gtk.patch create mode 100644 eog-plugins.changes create mode 100644 eog-plugins.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/eog-plugins-2.30.0.tar.bz2 b/eog-plugins-2.30.0.tar.bz2 new file mode 100644 index 0000000..b1a9539 --- /dev/null +++ b/eog-plugins-2.30.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc6fdcefc128e6bc84b00acdf0b124cfd5b814aef62ce1320d505805743c1cb +size 337547 diff --git a/eog-plugins-recent-clutter-gtk.patch b/eog-plugins-recent-clutter-gtk.patch new file mode 100644 index 0000000..3ca99fe --- /dev/null +++ b/eog-plugins-recent-clutter-gtk.patch @@ -0,0 +1,63 @@ +Index: eog-plugins-2.30.0/configure +=================================================================== +--- eog-plugins-2.30.0.orig/configure ++++ eog-plugins-2.30.0/configure +@@ -13777,18 +13777,18 @@ if test -n "$CHAMPLAIN_CFLAGS"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 \""; } >&5 + ($PKG_CONFIG --exists --print-errors " champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 ") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_CHAMPLAIN_CFLAGS=`$PKG_CONFIG --cflags " champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 " 2>/dev/null` + else + pkg_failed=yes +@@ -13802,18 +13802,18 @@ if test -n "$CHAMPLAIN_LIBS"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 \""; } >&5 + ($PKG_CONFIG --exists --print-errors " champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 ") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_CHAMPLAIN_LIBS=`$PKG_CONFIG --libs " champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 " 2>/dev/null` + else + pkg_failed=yes +@@ -13834,12 +13834,12 @@ fi + if test $_pkg_short_errors_supported = yes; then + CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 " 2>&1` + else + CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --print-errors " champlain-0.4 >= 0.4, + champlain-gtk-0.4 >= 0.4, +- clutter-gtk-0.10 >= 0.10, ++ clutter-gtk-0.90 >= 0.10, + libexif >= 0.6.16 " 2>&1` + fi + # Put the nasty error message in config.log where it belongs diff --git a/eog-plugins.changes b/eog-plugins.changes new file mode 100644 index 0000000..584a990 --- /dev/null +++ b/eog-plugins.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Apr 1 13:37:42 CEST 2010 - vuntz@opensuse.org + +- New package. + diff --git a/eog-plugins.spec b/eog-plugins.spec new file mode 100644 index 0000000..cc12b04 --- /dev/null +++ b/eog-plugins.spec @@ -0,0 +1,89 @@ +# +# spec file for package eog-plugins (Version 2.30.0) +# +# Copyright (c) 2010 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/ +# + + + +Name: eog-plugins +Version: 2.30.0 +Release: 1 +#FIXME: add postr BuildRequires when we have a package +License: GPLv2+ +Summary: A collection of plugins for Eye of GNOME +Group: Productivity/Graphics/Viewers +Url: http://live.gnome.org/EyeOfGnome/Plugins +Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM eog-plugins-recent-clutter-gtk.patch vuntz@opensuse.org -- Will go upstream when upstream switch to recent clutter-gtk +Patch0: eog-plugins-recent-clutter-gtk.patch +BuildRequires: fdupes +BuildRequires: gconf2-devel +BuildRequires: clutter-gtk-devel +BuildRequires: eog-devel +BuildRequires: glib2-devel +BuildRequires: gtk2-devel +BuildRequires: intltool +BuildRequires: libchamplain-devel +BuildRequires: libexif-devel +BuildRequires: libgdata-devel +BuildRequires: python-gnome-devel +BuildRequires: python-gobject2-devel +BuildRequires: python-gtk-devel +Requires: %{name}-lang = %{version} +Requires: eog +Enhances: eog +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +This package contains plugins for additional features in Eye of GNOME. + +%lang_package +%prep +%setup -q +%patch0 -p1 + +%build +%configure \ + --with-plugins=all \ + --enable-python +%__make %{?jobs:-j%jobs} + +%install +%makeinstall +%find_lang %{name} +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot}/%{_libdir}/eog/plugins + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_libdir}/eog/plugins/*.py* +%{_libdir}/eog/plugins/*.so +%{_libdir}/eog/plugins/exif-display/ +%{_libdir}/eog/plugins/postasa/ +# Explicit list of plugins +%{_libdir}/eog/plugins/exif-display.eog-plugin +%{_libdir}/eog/plugins/fit-to-width.eog-plugin +%{_libdir}/eog/plugins/map.eog-plugin +%{_libdir}/eog/plugins/postasa.eog-plugin +%{_libdir}/eog/plugins/pythonconsole.eog-plugin +%{_libdir}/eog/plugins/send-by-mail.eog-plugin +%{_libdir}/eog/plugins/slideshowshuffle.eog-plugin + +%files lang -f %{name}.lang + +%changelog