From 0161c8970b23933d41ac19bb75d6284cc2f70738 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Dec 17 2008 14:09:16 +0000 Subject: - Add totem-tv icons, and jamendo plugin --- diff --git a/totem.spec b/totem.spec index 2391fee..535ce86 100644 --- a/totem.spec +++ b/totem.spec @@ -10,7 +10,7 @@ Summary: Movie player for GNOME Name: totem Version: 2.25.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ with exceptions Group: Applications/Multimedia URL: http://projects.gnome.org/totem/ @@ -153,6 +153,16 @@ and watching them. To play back the videos however, you will need codecs that are not available in the Fedora repositories. +%package jamendo +Summary: Jamendo plugin for Totem +Group: Applications/Multimedia +Requires: python-gdata +Requires: %{name} = %{version}-%{release} + +%description jamendo +This package provides a plugin to allow browsing the Jamendo music store +in Totem, and listening to them. + #%package tracker #Summary: Tracker-based video search plugin for Totem #Group: Applications/Multimedia @@ -395,7 +405,9 @@ fi %{_libdir}/totem/plugins/pythonconsole #%{_libdir}/totem/plugins/bemused %{_datadir}/icons/hicolor/*/apps/totem.png -%{_datadir}/icons/hicolor/scalable/apps/totem.svg +%{_datadir}/icons/hicolor/*/apps/totem-tv.png +%{_datadir}/icons/hicolor/scalable/devices/totem.svg +%{_datadir}/icons/hicolor/scalable/devices/totem-tv.svg %{_mandir}/man1/%{name}.1* %{_mandir}/man1/totem-video-thumbnailer.1.gz @@ -419,6 +431,10 @@ fi %defattr(-, root, root) %{_libdir}/totem/plugins/youtube +%files jamendo +%defattr(-, root, root) +%{_libdir}/totem/plugins/jamendo + #%files tracker #%defattr(-, root, root) #%{_libdir}/totem/plugins/tracker @@ -441,6 +457,9 @@ fi %endif %changelog +* Wed Dec 17 2008 - Bastien Nocera - 2.25.3-4 +- Add totem-tv icons, and jamendo plugin + * Wed Dec 17 2008 - Bastien Nocera - 2.25.3-3 - Add missing, but temporary, startup-notification BR