Update to 3.1.0
This commit is contained in:
parent
2e2d60b098
commit
fcc0c98178
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ totem-2.90.5.tar.bz2
|
||||
/totem-2.91.93.tar.bz2
|
||||
/totem-3.0.0.tar.bz2
|
||||
/totem-3.0.1.tar.bz2
|
||||
/totem-3.1.0.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
4de1965243cc3d5324dfdb011cbb9e38 totem-3.0.1.tar.bz2
|
||||
688f110708cc908194f9b25bd9fb5c52 totem-3.1.0.tar.bz2
|
||||
|
||||
25
totem.spec
25
totem.spec
@ -1,18 +1,18 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 3.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
Source0: http://download.gnome.org/sources/totem/2.91/totem-%{version}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/totem/3.1.0/totem-%{version}.tar.bz2
|
||||
|
||||
Requires: gnome-icon-theme
|
||||
# For the opensubtitles plugin
|
||||
Requires: pyxdg
|
||||
# For all the Python plugins
|
||||
Requires: pygtk2
|
||||
Requires: pygobject2
|
||||
# For the iplayer plugin
|
||||
Requires: python-httplib2
|
||||
Requires: python-BeautifulSoup
|
||||
@ -29,7 +29,6 @@ Requires: gnome-dvb-daemon
|
||||
BuildRequires: gstreamer-devel
|
||||
BuildRequires: gstreamer-plugins-base-devel
|
||||
BuildRequires: gstreamer-plugins-good
|
||||
BuildRequires: liboil
|
||||
BuildRequires: libpeas-devel
|
||||
|
||||
BuildRequires: gcc-c++, pkgconfig, gettext
|
||||
@ -37,19 +36,17 @@ BuildRequires: perl(XML::Parser) intltool
|
||||
BuildRequires: gnome-icon-theme
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXxf86vm-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: python-devel pygtk2-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: totem-pl-parser-devel
|
||||
BuildRequires: unique-devel
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: clutter-gst-devel clutter-gtk-devel
|
||||
|
||||
# For the nautilus extension
|
||||
BuildRequires: nautilus-devel
|
||||
|
||||
# Screensaver, mozilla and mmkeys plugin
|
||||
BuildRequires: dbus-devel
|
||||
# mozilla plugin
|
||||
BuildRequires: dbus-glib-devel
|
||||
|
||||
# Work-around for fontconfig bug https://bugzilla.redhat.com/show_bug.cgi?id=480928
|
||||
BuildRequires: liberation-sans-fonts
|
||||
@ -161,11 +158,9 @@ audio and video files in the properties dialog.
|
||||
|
||||
export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
|
||||
%configure \
|
||||
--enable-gstreamer \
|
||||
--enable-mozilla \
|
||||
--enable-nautilus \
|
||||
--disable-scrollkeeper \
|
||||
--disable-nvtv \
|
||||
--disable-vala \
|
||||
--disable-static
|
||||
|
||||
@ -231,7 +226,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-video-thumbnailer
|
||||
%{_bindir}/%{name}-video-indexer
|
||||
%{_bindir}/%{name}-audio-preview
|
||||
%{_libdir}/libtotem.so.*
|
||||
%{_libdir}/girepository-1.0/Totem-1.0.typelib
|
||||
@ -310,6 +304,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_libdir}/totem/plugins/publish
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-1
|
||||
- Update to 3.1.0
|
||||
|
||||
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.1-2
|
||||
- Update gsettings schema scriptlet
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user