Author: goetz
Date: Wed Feb  7 20:02:21 2007
New Revision: 117293

Added:
   packages/cooker/totem/current/SOURCES/totem-2.17.90-xine-thumbnailer.patch
Modified:
   packages/cooker/totem/current/SPECS/totem.spec

Log:
fix wrong colours in the video thumbnailer with the xine backend


Added: 
packages/cooker/totem/current/SOURCES/totem-2.17.90-xine-thumbnailer.patch
==============================================================================
--- (empty file)
+++ packages/cooker/totem/current/SOURCES/totem-2.17.90-xine-thumbnailer.patch  
Wed Feb  7 20:02:21 2007
@@ -0,0 +1,13 @@
+--- totem-2.17.90/src/backend/bacon-video-widget-xine.c~       2007-01-24 
15:17:14.000000000 +0100
++++ totem-2.17.90/src/backend/bacon-video-widget-xine.c        2007-02-07 
17:28:22.000000000 +0100
+@@ -3997,8 +3997,8 @@
+               break;
+       case XINE_IMGFMT_YV12:
+               y = yuv;
+-              u = yuv + width * height;
+-              v = yuv + width * height * 5 / 4;
++              v = yuv + width * height;
++              u = yuv + width * height * 5 / 4;
+               break;
+       default:
+               g_warning ("Format '%.4s' unsupported", (char *) &format);

Modified: packages/cooker/totem/current/SPECS/totem.spec
==============================================================================
--- packages/cooker/totem/current/SPECS/totem.spec      (original)
+++ packages/cooker/totem/current/SPECS/totem.spec      Wed Feb  7 20:02:21 2007
@@ -12,13 +12,14 @@
 Summary: Movie player for GNOME 2
 Name: totem
 Version: 2.17.90
-Release: %mkrel 2
+Release: %mkrel 3
 Source0: 
http://ftp.gnome.org/pub/GNOME/sources/totem/%{name}-%{version}.tar.bz2
 Source1: %name-16.png
 Source2: %name-32.png
 # gw fix exports of the plparser lib (upstream bug 404304)
 # http://bugzilla.gnome.org/attachment.cgi?id=81885&action=view
 Patch: totem-2.17.90-plparser-exports.patch
+Patch1: totem-2.17.90-xine-thumbnailer.patch
 License: GPL
 Group: Video
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@@ -135,6 +136,7 @@
 %prep
 %setup -q
 %patch
+%patch1 -p1
 ./autogen.sh
 make distclean
 

Reply via email to