- Update to 2.19.6

- Fix location of the browser plugins
This commit is contained in:
Bastien Nocera 2007-07-30 13:10:44 +00:00
parent db8cf93767
commit f6aa22c94c
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
totem-2.19.4.tar.bz2
totem-2.19.6.tar.bz2

View File

@ -1 +1 @@
bef1c377ade145e55690b1c6505730af totem-2.19.4.tar.bz2
2365195d92a20c2ecde6d499ebecf047 totem-2.19.6.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Movie player for GNOME 2
Name: totem
Version: 2.19.4
Release: 2.1%{?dist}
Version: 2.19.6
Release: 1%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.gnome.org/projects/totem/
@ -113,7 +113,7 @@ applications with Totem's plparser library.
# 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 > /dev/null
export MOZILLA_PLUGINDIR=%{_libdir}/mozilla
export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
%configure \
--enable-gstreamer \
--disable-lirc \
@ -200,6 +200,7 @@ fi
%{_libdir}/totem/plugins/skipto
%{_libdir}/totem/plugins/properties
%{_libdir}/totem/plugins/media-player-keys
%{_libdir}/totem/plugins/bemused
%{_bindir}/%{name}-video-thumbnailer
%{_bindir}/%{name}-video-indexer
%{_datadir}/icons/hicolor/*/apps/totem.png
@ -231,6 +232,10 @@ fi
%{_libdir}/*so
%changelog
* Mon Jul 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.6-1
- Update to 2.19.6
- Fix location of the browser plugins
* Mon Jun 04 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.4-2.1
- Another rebuild with the liboil fixes