[gthumb/f18] Fix building with gstreamer support.

Christian Krause chkr at fedoraproject.org
Mon Apr 1 22:22:42 UTC 2013


commit 02b34b2c3c84e51df22a306476cac02695d76af7
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Tue Apr 2 00:22:24 2013 +0200

    Fix building with gstreamer support.
    
    - Enable web services, webp, and libsecret support.

 gthumb.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/gthumb.spec b/gthumb.spec
index ed6792c..015babd 100644
--- a/gthumb.spec
+++ b/gthumb.spec
@@ -1,7 +1,7 @@
 Summary: Image viewer, editor, organizer
 Name: gthumb
 Version: 3.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://live.gnome.org/gthumb
 Source0: http://download.gnome.org/sources/gthumb/3.2/%{name}-%{version}.tar.xz
 License: GPLv2+
@@ -12,8 +12,8 @@ BuildRequires: glib2-devel
 BuildRequires: exiv2-devel 
 Buildrequires: libopenraw-gnome-devel
 BuildRequires: clutter-gtk-devel
-BuildRequires: gstreamer-devel 
-BuildRequires: gstreamer-plugins-base-devel
+BuildRequires: gstreamer1-devel
+BuildRequires: gstreamer1-plugins-base-devel
 BuildRequires: intltool
 BuildRequires: gnome-doc-utils 
 BuildRequires: libSM-devel
@@ -27,6 +27,9 @@ BuildRequires: rarian-compat
 BuildRequires: librsvg2-devel
 BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: itstool
+BuildRequires: libwebp-devel
+BuildRequires: libsecret-devel
+BuildRequires: webkitgtk3-devel
 # For Web albums extension
 BuildRequires: bison flex
 
@@ -114,6 +117,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/aclocal/*
 
 %changelog
+* Fri Mar 29 2013 Ville Skyttä <ville.skytta at iki.fi> - 3.2.0-2
+- Fix building with gstreamer support.
+- Enable web services, webp, and libsecret support.
+
 * Thu Mar 28 2013 Christian Krause <chkr at fedoraproject.org> - 3.2.0-1
 - New upstream release 3.2.0 (rhbz#860359)
 - Remove unused patches


More information about the scm-commits mailing list