[Pkg-gtkpod-devel] r316 - in libgpod/trunk/debian: . patches

djpig at alioth.debian.org djpig at alioth.debian.org
Wed Apr 30 22:38:17 UTC 2008


Author: djpig
Date: 2008-04-30 22:38:16 +0000 (Wed, 30 Apr 2008)
New Revision: 316

Added:
   libgpod/trunk/debian/patches/30_fix_photo_for_classic_and_nano_video.dpatch
Modified:
   libgpod/trunk/debian/changelog
   libgpod/trunk/debian/patches/00list
Log:
30_fix_photo_for_classic_and_nano_video: Backported fix from upstream.
By Patrick Ammann.


Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog	2008-04-30 12:18:07 UTC (rev 315)
+++ libgpod/trunk/debian/changelog	2008-04-30 22:38:16 UTC (rev 316)
@@ -1,11 +1,13 @@
-libgpod (0.6.0-5) UNRELEASED; urgency=low
+libgpod (0.6.0-5) unstable; urgency=low
 
   * Add symbols files for dpkg-gensymbols
   * When running dh_shlibdeps, use libgpod3-nogtk instead of libgpod3;
     this makes libgpod3-nogtk and libgpod-common co-installable. Patch by
     Steve Langasek via Ubuntu.
+  * 30_fix_photo_for_classic_and_nano_video: Backported fix from upstream.
+    By Patrick Ammann.
 
- -- Frank Lichtenheld <djpig at debian.org>  Wed, 30 Apr 2008 13:45:16 +0200
+ -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 May 2008 00:36:23 +0200
 
 libgpod (0.6.0-4) unstable; urgency=low
 

Modified: libgpod/trunk/debian/patches/00list
===================================================================
--- libgpod/trunk/debian/patches/00list	2008-04-30 12:18:07 UTC (rev 315)
+++ libgpod/trunk/debian/patches/00list	2008-04-30 22:38:16 UTC (rev 316)
@@ -1,2 +1,3 @@
 10_allow-autoreconf
 20_no-superfluous-ffi-dep
+30_fix_photo_for_classic_and_nano_video.dpatch

Added: libgpod/trunk/debian/patches/30_fix_photo_for_classic_and_nano_video.dpatch
===================================================================
--- libgpod/trunk/debian/patches/30_fix_photo_for_classic_and_nano_video.dpatch	                        (rev 0)
+++ libgpod/trunk/debian/patches/30_fix_photo_for_classic_and_nano_video.dpatch	2008-04-30 22:38:16 UTC (rev 316)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30_fix_photo_for_classic_and_nano_video.dpatch by Patrick Ammann
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Upstream r1898: fix ITDB_THUMB_PHOTO_FULL_SCREEN format on ipod classic and nano video
+
+ at DPATCH@
+diff -urNad trunk~/src/itdb_device.c trunk/src/itdb_device.c
+--- trunk~/src/itdb_device.c	2007/11/16 18:06:32	1793
++++ trunk/src/itdb_device.c	2008/01/02 13:32:15	1899
+@@ -317,7 +317,7 @@
+     {ITDB_THUMB_COVER_MEDIUM,     128, 128, 1055, THUMB_FORMAT_RGB565_LE},
+     {ITDB_THUMB_COVER_XLARGE,     320, 320, 1060, THUMB_FORMAT_RGB565_LE},
+     {ITDB_THUMB_PHOTO_TV_SCREEN,  720, 480, 1067, THUMB_FORMAT_I420_LE},
+-    {ITDB_THUMB_PHOTO_FULL_SCREEN,320, 240, 1064, THUMB_FORMAT_RGB888_LE},
++    {ITDB_THUMB_PHOTO_FULL_SCREEN,320, 240, 1024, THUMB_FORMAT_RGB565_LE},
+     {ITDB_THUMB_PHOTO_SMALL,       64,  64, 1066, THUMB_FORMAT_RGB565_LE},
+ /*  These are the same as for the iPod video... -- labeled by the iPod as
+     "chapter images" */


Property changes on: libgpod/trunk/debian/patches/30_fix_photo_for_classic_and_nano_video.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-gtkpod-devel mailing list