From 09cf0e7d4d045bfc27577ce3685c3b31af1caf86 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 6 May 2012 10:50:38 +0200 Subject: [PATCH] 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 --- totem.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/totem.spec b/totem.spec index 5af5176..128eedd 100644 --- a/totem.spec +++ b/totem.spec @@ -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 3.4.1-3 +- Split off vegas plugin (RH #804435) + * Wed Apr 25 2012 Bastien Nocera 3.4.1-2 - Remove dependencies for removed plugin (#816245)