From 0a9d2133e94f4fdb9c4f06967749405bd0cca403 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 3 Mar 2009 12:15:05 +0000 Subject: [PATCH] - Update to 2.25.92 --- .cvsignore | 2 +- sources | 2 +- totem-set-pulse-role.patch | 12 ------------ totem.spec | 9 +++++---- 4 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 totem-set-pulse-role.patch diff --git a/.cvsignore b/.cvsignore index b2da6c5..e5cc22d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -totem-2.25.91.tar.bz2 +totem-2.25.92.tar.bz2 diff --git a/sources b/sources index e91086b..9f028f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33e1ccbaf8bfdd9b4ac70bc45680516c totem-2.25.91.tar.bz2 +aaa0cb23c0a4e7bdbc6840f6e94aca96 totem-2.25.92.tar.bz2 diff --git a/totem-set-pulse-role.patch b/totem-set-pulse-role.patch deleted file mode 100644 index 8b4e0a3..0000000 --- a/totem-set-pulse-role.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/totem.c -=================================================================== ---- src/totem.c (revision 5992) -+++ src/totem.c (working copy) -@@ -160,6 +160,7 @@ - - g_set_application_name (_("Totem Movie Player")); - gtk_window_set_default_icon_name ("totem"); -+ g_setenv("PULSE_PROP_media.role", "video", TRUE); - gtk_about_dialog_set_url_hook (about_url_hook, NULL, NULL); - gtk_about_dialog_set_email_hook (about_email_hook, NULL, NULL); - diff --git a/totem.spec b/totem.spec index c64b77a..781bed9 100644 --- a/totem.spec +++ b/totem.spec @@ -8,8 +8,8 @@ Summary: Movie player for GNOME Name: totem -Version: 2.25.91 -Release: 4%{?dist} +Version: 2.25.92 +Release: 1%{?dist} License: GPLv2+ with exceptions Group: Applications/Multimedia URL: http://projects.gnome.org/totem/ @@ -17,7 +17,6 @@ Source0: http://download.gnome.org/sources/totem/2.25/totem-%{version}.tar.bz2 Source1: totem-bin-backend-ondemand.sh # Will be removed when we switch to playbin2 Patch0: totem-use-pulsesink-volume.patch -Patch1: totem-set-pulse-role.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): GConf2 >= 2.14 @@ -206,7 +205,6 @@ audio and video files in the properties dialog. %setup -q -c pushd totem-%{version}/ %patch0 -p0 -b .pulsesink-vol -%patch1 -p0 popd # Whatever needs to be changed in both copies do here ## remember to update me when changing %doc @@ -480,6 +478,9 @@ fi %endif %changelog +* Tue Mar 03 2009 - Bastien Nocera -2.25.92-1 +- Update to 2.25.92 + * Thu Feb 26 2009 - Bastien Nocera - 2.25.91-4 - Kill galago plugin