fix include paths

This commit is contained in:
Matthias Clasen 2006-07-31 15:33:31 +00:00
parent 05e22e3de8
commit ab0af6e92b

View File

@ -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