- Add gstreamer-plugins-good as a builddep so that gconfaudiosink can be
found during configure
This commit is contained in:
parent
1226588f02
commit
74644bb640
@ -5,7 +5,7 @@
|
||||
Summary: Movie player for GNOME 2
|
||||
Name: totem
|
||||
Version: 2.17.92
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.gnome.org/projects/totem/
|
||||
@ -30,6 +30,7 @@ Requires: %{name}-plparser = %{version}-%{release}
|
||||
BuildRequires: gcc-c++, pkgconfig, gettext, scrollkeeper
|
||||
BuildRequires: gstreamer-devel >= %gstreamer_version
|
||||
BuildRequires: gstreamer-plugins-base-devel >= %gstreamer_plugins_base_version
|
||||
BuildRequires: gstreamer-plugins-good >= %gstreamer_plugins_good_version
|
||||
BuildRequires: gnome-desktop-devel >= 2.6.0, gnome-vfs2-devel, libglade2-devel
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: iso-codes-devel
|
||||
@ -200,6 +201,10 @@ fi
|
||||
%{_libdir}/*so
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.17.92-2
|
||||
- Add gstreamer-plugins-good as a builddep so that gconfaudiosink
|
||||
can be found during configure
|
||||
|
||||
* Wed Feb 21 2007 - Bastien Nocera <bnocera@redhat.com> - 2.17.92-1
|
||||
- Update to 2.17.92
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user