[Pkg-sdl-commits] r96 - unstable/sdlpango/debian/patches

Josselin Mouette joss at costa.debian.org
Thu Sep 28 21:39:28 UTC 2006


Author: joss
Date: 2006-09-28 21:39:27 +0000 (Thu, 28 Sep 2006)
New Revision: 96

Modified:
   unstable/sdlpango/debian/patches/SDL_Pango-0.1.2-API-adds.patch
Log:
Give correct paths in the patch.


Modified: unstable/sdlpango/debian/patches/SDL_Pango-0.1.2-API-adds.patch
===================================================================
--- unstable/sdlpango/debian/patches/SDL_Pango-0.1.2-API-adds.patch	2006-09-28 21:37:31 UTC (rev 95)
+++ unstable/sdlpango/debian/patches/SDL_Pango-0.1.2-API-adds.patch	2006-09-28 21:39:27 UTC (rev 96)
@@ -1,6 +1,6 @@
---- SDL_Pango.c	2004-12-10 10:06:33.000000000 +0100
-+++ /tmp/SDL_Pango.c	2006-09-24 22:46:24.000000000 +0200
-@@ -723,13 +723,8 @@
+--- src/SDL_Pango.c	2004-12-10 10:06:33.000000000 +0100
++++ src/SDL_Pango.c	2006-09-24 22:46:24.000000000 +0200
+@@ -723,13 +723,8 @@
      SDL_UnlockSurface(surface);
  }
  
@@ -15,7 +15,7 @@
  {
      SDLPango_Context *context = g_malloc(sizeof(SDLPango_Context));
      G_CONST_RETURN char *charset;
-@@ -743,8 +738,7 @@
+@@ -743,8 +738,7 @@
      pango_context_set_language (context->context, pango_language_from_string (charset));
      pango_context_set_base_dir (context->context, PANGO_DIRECTION_LTR);
  
@@ -25,7 +25,7 @@
  
      context->layout = pango_layout_new (context->context);
  
-@@ -762,6 +756,17 @@
+@@ -762,6 +756,17 @@
  }
  
  /*!
@@ -43,7 +43,7 @@
      Free a context.
  
      @param *context [i/o] Context to be free
-@@ -1053,6 +1058,20 @@
+@@ -1053,6 +1058,20 @@
      pango_layout_set_font_description (context->layout, context->font_desc);
  }
  
@@ -64,7 +64,7 @@
  /*!
      Set plain text to context.
      Text must be utf-8.
-@@ -1067,11 +1086,7 @@
+@@ -1067,11 +1086,7 @@
      const char *text,
      int length)
  {
@@ -77,9 +77,9 @@
  }
  
  /*!
---- SDL_Pango.h	2004-12-10 10:06:33.000000000 +0100
-+++ /tmp/SDL_Pango.h	2006-09-24 22:46:01.000000000 +0200
-@@ -109,12 +109,20 @@
+--- src/SDL_Pango.h	2004-12-10 10:06:33.000000000 +0100
++++ src/SDL_Pango.h	2006-09-24 22:46:01.000000000 +0200
+@@ -109,12 +109,20 @@
      SDLPANGO_DIRECTION_NEUTRAL	/*! Neutral */
  } SDLPango_Direction;
  
@@ -101,7 +101,7 @@
  extern DECLSPEC SDLPango_Context* SDLCALL SDLPango_CreateContext();
  
  extern DECLSPEC void SDLCALL SDLPango_FreeContext(
-@@ -157,6 +165,12 @@
+@@ -157,6 +165,12 @@
      const char *markup,
      int length);
  




More information about the Pkg-sdl-commits mailing list