[totem] fix the build

Matthias Clasen mclasen at fedoraproject.org
Wed Dec 21 04:13:26 UTC 2011


commit a74fe1a5f3237a8bd6f959e8a5e5eae941f9e9cd
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Dec 20 23:13:16 2011 -0500

    fix the build

 totem-zeitgeist.patch |   11 +++++++++++
 totem.spec            |    7 +++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/totem-zeitgeist.patch b/totem-zeitgeist.patch
new file mode 100644
index 0000000..d0ef9ac
--- /dev/null
+++ b/totem-zeitgeist.patch
@@ -0,0 +1,11 @@
+diff -up totem-3.3.3/configure.in.zeitgeist totem-3.3.3/configure.in
+--- totem-3.3.3/configure.in.zeitgeist	2011-12-20 23:06:04.239383960 -0500
++++ totem-3.3.3/configure.in	2011-12-20 23:06:12.107384078 -0500
+@@ -760,7 +760,6 @@ src/plugins/publish/Makefile
+ src/plugins/publish/org.gnome.totem.plugins.publish.gschema.xml.in
+ src/plugins/brasero-disc-recorder/Makefile
+ src/plugins/chapters/Makefile
+-src/plugins/zeitgeist-dp/Makefile
+ src/plugins/grilo/Makefile
+ src/backend/Makefile
+ browser-plugin/Makefile
diff --git a/totem.spec b/totem.spec
index 88b2ce9..b3359c8 100644
--- a/totem.spec
+++ b/totem.spec
@@ -7,6 +7,8 @@ License: GPLv2+ with exceptions
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/totem/
 Source0: http://download.gnome.org/sources/totem/3.3/totem-%{version}.tar.xz
+# build fix
+Patch0: totem-zeitgeist.patch
 
 Requires: gnome-icon-theme
 # For the opensubtitles plugin
@@ -134,6 +136,9 @@ audio and video files in the properties dialog.
 
 %prep
 %setup -q
+%patch0 -p1
+
+autoreconf -i -f
 
 %build
 
@@ -235,8 +240,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %files lirc
 %{_libdir}/totem/plugins/lirc
 
+%if 0
 %files youtube
 %{_libdir}/totem/plugins/youtube
+%endif
 
 %files devel
 %{_datadir}/gtk-doc/html/totem


More information about the scm-commits mailing list