[151496] trunk/dports/devel/libsdl_pango
larryv at macports.org
larryv at macports.org
Tue Aug 16 22:22:32 PDT 2016
Revision: 151496
https://trac.macports.org/changeset/151496
Author: larryv at macports.org
Date: 2016-08-16 22:22:32 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
libsdl_pango: Give patch a patchy extension
Modified Paths:
--------------
trunk/dports/devel/libsdl_pango/Portfile
Added Paths:
-----------
trunk/dports/devel/libsdl_pango/files/declare-CopyFTBitmapToSurface.patch
Removed Paths:
-------------
trunk/dports/devel/libsdl_pango/files/patch-src_SDL_Pango.c
Modified: trunk/dports/devel/libsdl_pango/Portfile
===================================================================
--- trunk/dports/devel/libsdl_pango/Portfile 2016-08-17 05:22:21 UTC (rev 151495)
+++ trunk/dports/devel/libsdl_pango/Portfile 2016-08-17 05:22:32 UTC (rev 151496)
@@ -30,7 +30,7 @@
reinplace "s/\r//" ${worksrcpath}/src/SDL_Pango.c ${worksrcpath}/src/SDL_Pango.h
}
patchfiles patch-SDL_Pango-0.1.2-API-adds.diff \
- patch-src_SDL_Pango.c
+ declare-CopyFTBitmapToSurface.patch
use_autoreconf yes
autoreconf.args -fvi
Copied: trunk/dports/devel/libsdl_pango/files/declare-CopyFTBitmapToSurface.patch (from rev 151495, trunk/dports/devel/libsdl_pango/files/patch-src_SDL_Pango.c)
===================================================================
--- trunk/dports/devel/libsdl_pango/files/declare-CopyFTBitmapToSurface.patch (rev 0)
+++ trunk/dports/devel/libsdl_pango/files/declare-CopyFTBitmapToSurface.patch 2016-08-17 05:22:32 UTC (rev 151496)
@@ -0,0 +1,14 @@
+--- src/SDL_Pango.c.orig 2014-07-27 23:46:29.000000000 +1000
++++ src/SDL_Pango.c 2014-07-27 23:47:57.000000000 +1000
+@@ -330,6 +330,11 @@ SDLPango_WasInit()
+ @param *rect [in] Draw on this area
+ @param baseline [in] Horizontal location of glyphs
+ */
++void SDLPango_CopyFTBitmapToSurface(
++ const FT_Bitmap *bitmap,
++ SDL_Surface *surface,
++ const SDLPango_Matrix *matrix,
++ SDL_Rect *rect);
+ static void
+ drawGlyphString(
+ SDLPango_Context *context,
Deleted: trunk/dports/devel/libsdl_pango/files/patch-src_SDL_Pango.c
===================================================================
--- trunk/dports/devel/libsdl_pango/files/patch-src_SDL_Pango.c 2016-08-17 05:22:21 UTC (rev 151495)
+++ trunk/dports/devel/libsdl_pango/files/patch-src_SDL_Pango.c 2016-08-17 05:22:32 UTC (rev 151496)
@@ -1,14 +0,0 @@
---- src/SDL_Pango.c.orig 2014-07-27 23:46:29.000000000 +1000
-+++ src/SDL_Pango.c 2014-07-27 23:47:57.000000000 +1000
-@@ -330,6 +330,11 @@ SDLPango_WasInit()
- @param *rect [in] Draw on this area
- @param baseline [in] Horizontal location of glyphs
- */
-+void SDLPango_CopyFTBitmapToSurface(
-+ const FT_Bitmap *bitmap,
-+ SDL_Surface *surface,
-+ const SDLPango_Matrix *matrix,
-+ SDL_Rect *rect);
- static void
- drawGlyphString(
- SDLPango_Context *context,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/a61ef3e2/attachment.html>
More information about the macports-changes
mailing list