fix the build
This commit is contained in:
parent
62dc65592a
commit
a74fe1a5f3
11
totem-zeitgeist.patch
Normal file
11
totem-zeitgeist.patch
Normal file
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user