don't call gst-inspect
This commit is contained in:
parent
87846dd0f5
commit
c59c35838c
25
totem.spec
25
totem.spec
@ -66,7 +66,7 @@ BuildRequires: liberation-sans-fonts
|
||||
# For plugins
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: gmyth-devel
|
||||
BuildRequires: tracker-devel
|
||||
#BuildRequires: tracker-devel
|
||||
BuildRequires: libepc-devel
|
||||
BuildRequires: libgdata-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -141,14 +141,14 @@ Requires: %{name} = %{version}-%{release}
|
||||
This package provides a plugin to allow browsing UPNP/DLNA shares,
|
||||
and watching videos from those.
|
||||
|
||||
%package tracker
|
||||
Summary: Tracker-based video search plugin for Totem
|
||||
Group: Applications/Multimedia
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
#%package tracker
|
||||
#Summary: Tracker-based video search plugin for Totem
|
||||
#Group: Applications/Multimedia
|
||||
#Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description tracker
|
||||
This package provides a Totem plugin to allow searching local videos, based
|
||||
on their tags, metadata, or filenames, as indexing by the Tracker indexer.
|
||||
#%description tracker
|
||||
#This package provides a Totem plugin to allow searching local videos, based
|
||||
#on their tags, metadata, or filenames, as indexing by the Tracker indexer.
|
||||
|
||||
%package publish
|
||||
Summary: Share your playlist with other Totems on the local network
|
||||
@ -189,9 +189,6 @@ autoreconf -i -f
|
||||
|
||||
%build
|
||||
|
||||
# try to work around a problem where gst-inspect does
|
||||
# not find playbin the first time around
|
||||
DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
|
||||
export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
|
||||
%configure \
|
||||
--enable-gstreamer \
|
||||
@ -368,9 +365,9 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%{_datadir}/gtk-doc/html/totem
|
||||
|
||||
%files tracker
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/tracker
|
||||
#%files tracker
|
||||
#%defattr(-, root, root)
|
||||
#%{_libdir}/totem/plugins/tracker
|
||||
|
||||
%files mozplugin
|
||||
%defattr(-, root, root)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user