- Update to 2.21.0

This commit is contained in:
Bastien Nocera 2007-10-21 19:35:53 +00:00
parent 29cec5f683
commit a212a18cce
3 changed files with 35 additions and 3 deletions

View File

@ -1 +1 @@
totem-2.20.1.tar.bz2
totem-2.21.0.tar.bz2

View File

@ -1 +1 @@
6627727e7abd7a7f95257be8df6359a6 totem-2.20.1.tar.bz2
aa566e8586dd0e068aadf191f9afa37c totem-2.21.0.tar.bz2

View File

@ -5,7 +5,7 @@
Summary: Movie player for GNOME 2
Name: totem
Version: 2.20.1
Version: 2.21.0
Release: 1%{?dist}
License: GPLv2 with exception
Group: Applications/Multimedia
@ -49,6 +49,7 @@ BuildRequires: hal-devel
BuildRequires: gnome-doc-utils
BuildRequires: lirc-devel
BuildRequires: libgalago-devel
BuildRequires: gmyth-devel
Obsoletes: nautilus-media
@ -93,6 +94,26 @@ playing a movie in fullscreen.
Your Instant Messenging program might require a plugin to take
advantage of this feature.
%package mythtv
Summary: MythTV plugin for Totem
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description mythtv
A plugin to allow access to recordings on a remote MythTV server.
%package youtube
Summary: YouTube plugin for Totem
Group: Applications/Multimedia
Requires: python-gdata
Requires: %{name} = %{version}-%{release}
%description youtube
A plugin to allow browsing YouTube videos, and watching them.
To play back the videos however, you will need codecs that are not
available in the Fedora repositories.
%package devel
Summary: Libraries/include files for Totem
License: LGPLv2+
@ -219,6 +240,14 @@ fi
%defattr(-, root, root)
%{_libdir}/totem/plugins/lirc
%files mythtv
%defattr(-, root, root)
%{_libdir}/totem/plugins/mythtv
%files youtube
%defattr(-, root, root)
%{_libdir}/totem/plugins/youtube
%files plparser
%defattr(-, root, root)
%{_libdir}/libtotem-plparser.so.*
@ -235,6 +264,9 @@ fi
%{_libdir}/*so
%changelog
* Sun Oct 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.0-1
- Update to 2.21.0
* Wed Oct 17 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.1-1
- Update to 2.20.1
- Require GTK+ 2.12.1