Split off the vegas plugin

This plugin is not ready to replace flash yet so split it of
instead of tacking over flash playback.

https://bugzilla.redhat.com/show_bug.cgi?id=804435
This commit is contained in:
Adel Gadllah 2012-05-06 10:50:38 +02:00
parent 914bb39ea9
commit 09cf0e7d4d

View File

@ -1,7 +1,7 @@
Summary: Movie player for GNOME
Name: totem
Version: 3.4.1
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 1
License: GPLv2+ with exceptions
Group: Applications/Multimedia
@ -93,6 +93,16 @@ Group: Applications/Internet
Totem is simple movie player for the GNOME desktop.
The mozilla plugin for Totem allows it to be embedded into a web browser.
%package mozplugin-vegas
Summary: Mozilla flash plugin for Totem
Group: Applications/Internet
Requires: %{name}-mozplugin = %{epoch}:%{version}-%{release}
%description mozplugin-vegas
Totem is simple movie player for the GNOME desktop.
The mozilla vegas plugin for Totem allows it playback flash videos
on some popular video websites.
%package lirc
Summary: LIRC (Infrared remote) plugin for Totem
Group: Applications/Multimedia
@ -251,8 +261,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_libexecdir}/totem-plugin-viewer
%{_datadir}/totem/mozilla-viewer.ui
%{_datadir}/totem/mozilla-viewer.css
%exclude %{_libdir}/mozilla/plugins/libtotem-vegas-plugin.so
%files mozplugin-vegas
%{_libdir}/mozilla/plugins/libtotem-vegas-plugin.so
%changelog
* Sun May 06 2012 Adel Gadllah <adel.gadllah@gmail.com> 3.4.1-3
- Split off vegas plugin (RH #804435)
* Wed Apr 25 2012 Bastien Nocera <bnocera@redhat.com> 3.4.1-2
- Remove dependencies for removed plugin (#816245)