- Update to 2.91.5
This commit is contained in:
parent
eaa45d1e83
commit
738f6f0ef3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
totem-2.90.5.tar.bz2
|
||||
/totem-2.91.0.tar.bz2
|
||||
/totem-2.91.4.tar.bz2
|
||||
/totem-2.91.5.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
5e571103882b0c7aad2878f39057a418 totem-2.91.4.tar.bz2
|
||||
09b684331d0dde9361c51574ceba15b6 totem-2.91.5.tar.bz2
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
diff -up totem-2.91.4/configure.in.libs totem-2.91.4/configure.in
|
||||
--- totem-2.91.4/configure.in.libs 2011-01-10 13:52:47.077902003 -0500
|
||||
+++ totem-2.91.4/configure.in 2011-01-10 13:53:38.242901982 -0500
|
||||
@@ -215,7 +215,7 @@ dnl *************************
|
||||
dnl X11 related functionality
|
||||
dnl *************************
|
||||
have_x11=no
|
||||
-if test x$(pkg-config --variable=target gtk+-3.0) = xx11; then
|
||||
+if test x$(pkg-config --variable=targets gtk+-3.0) = xx11; then
|
||||
AC_PATH_X
|
||||
|
||||
have_x11=yes
|
||||
14
totem.spec
14
totem.spec
@ -1,6 +1,6 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.91.4
|
||||
Version: 2.91.5
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+ with exceptions
|
||||
@ -8,9 +8,6 @@ Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
Source0: http://download.gnome.org/sources/totem/2.91/totem-%{version}.tar.bz2
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=639168
|
||||
Patch0: totem-libs.patch
|
||||
|
||||
Requires: iso-codes
|
||||
Requires: gnome-icon-theme
|
||||
# For the opensubtitles plugin
|
||||
@ -64,9 +61,6 @@ BuildRequires: lirc-devel
|
||||
BuildRequires: libepc-devel
|
||||
BuildRequires: libgdata-devel
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gnome-common
|
||||
|
||||
%description
|
||||
Totem is simple movie player for the GNOME desktop. It features a
|
||||
simple playlist, a full-screen mode, seek and volume controls, as well as
|
||||
@ -163,9 +157,6 @@ audio and video files in the properties dialog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .libs
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
%build
|
||||
|
||||
@ -318,6 +309,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_libdir}/totem/plugins/publish
|
||||
|
||||
%changelog
|
||||
* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-1
|
||||
- Update to 2.91.5
|
||||
|
||||
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
|
||||
- Update to 2.91.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user