- Require gstreamer-plugins-flumpegdemux as used by the DVB and DVD
playback bits
This commit is contained in:
parent
af030e265f
commit
4a844c36ea
@ -3,6 +3,7 @@
|
||||
%define gstreamer_version 0.10.1
|
||||
%define gstreamer_plugins_base_version 0.10.17.2-4
|
||||
%define gstreamer_plugins_good_version 0.10.0
|
||||
%define gstreamer_plugins_flumpegdemux_version 0.10.15
|
||||
%define gtk2_version 2.12.1
|
||||
%define gecko_version 1.9
|
||||
%define xine_version 1.1.7
|
||||
@ -10,7 +11,7 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.23.2
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2 with exception
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.gnome.org/projects/totem/
|
||||
@ -78,6 +79,7 @@ Requires: %{name} = %{version}
|
||||
Requires: gstreamer >= %gstreamer_version
|
||||
Requires: gstreamer-plugins-base >= %gstreamer_plugins_base_version
|
||||
Requires: gstreamer-plugins-good >= %gstreamer_plugins_good_version
|
||||
Requires: gstreamer-plugins-flumpegdemux >= %gstreamer_plugins_flumpegdemux_version
|
||||
BuildRequires: gstreamer-devel >= %gstreamer_version
|
||||
BuildRequires: gstreamer-plugins-base-devel >= %gstreamer_plugins_base_version
|
||||
BuildRequires: gstreamer-plugins-good >= %gstreamer_plugins_good_version
|
||||
@ -431,6 +433,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.2-3
|
||||
- Require gstreamer-plugins-flumpegdemux as used by the DVB and DVD
|
||||
playback bits
|
||||
|
||||
* Mon Apr 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.2-1
|
||||
- Update to 2.23.2
|
||||
- Fix scriptlets removing the alternatives on upgrade (#442895)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user