From ab0af6e92b6aef30c1f038ce8f0684da93d8ab54 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jul 31 2006 15:33:31 +0000 Subject: fix include paths --- diff --git a/totem.spec b/totem.spec index 962b2ff..5144235 100644 --- a/totem.spec +++ b/totem.spec @@ -13,6 +13,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch1: totem-0.99.19-feature-help-removal.patch Patch2: totem-1.5.4-dbus-disconnect.patch +Patch3: totem-1.5.4-firefox.patch Requires(post): GConf2 Requires(post): desktop-file-utils @@ -76,13 +77,20 @@ applications with Totem's plparser library. %setup -q %patch1 -p1 -b .feature-help-removal %patch2 -p1 -b .dbus-disconnect +%patch3 -p1 -b .firefox %build # try to work around a problem where gst-inspect does # not find playbin the first time around -/usr/bin/gst-inspect-0.10 --print-all +/usr/bin/gst-inspect-0.10 --print-all > /dev/null export MOZILLA_PLUGINDIR=%{_libdir}/mozilla -%configure --enable-gstreamer --disable-lirc --disable-vanity --enable-mozilla --disable-nvtv +%configure \ + --enable-gstreamer \ + --disable-lirc \ + --disable-vanity \ + --enable-mozilla \ + --enable-nautilus \ + --disable-nvtv #apparently someone forgot to autogen before disting 0.99.17 :) #perl -pi -e 's/gstvideowidget.h//g' src/Makefile