[packages/SDL_Pango] Rel 8

arekm arekm at pld-linux.org
Fri May 8 12:26:06 CEST 2026


commit 69b2ab01e1808f0d6bd74f826d5e641ca4a6f230
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri May 8 12:25:56 2026 +0200

    Rel 8

 SDL_Pango-implicit-decl.patch | 10 ++++++++++
 SDL_Pango.spec                |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/SDL_Pango.spec b/SDL_Pango.spec
index a1761a6..2955db3 100644
--- a/SDL_Pango.spec
+++ b/SDL_Pango.spec
@@ -2,13 +2,14 @@ Summary:	Pango engine to SDL
 Summary(pl.UTF-8):	Silnik Pango dla SDL
 Name:		SDL_Pango
 Version:	0.1.2
-Release:	7
+Release:	8
 License:	LGPL
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/sdlpango/%{name}-%{version}.tar.gz
 # Source0-md5:	85bbf9bb7b1cee0538154dadd045418c
 Patch0:		%{name}-am.patch
 Patch1:		%{name}-0.1.2-API-adds.patch
+Patch2:		%{name}-implicit-decl.patch
 URL:		http://sdlpango.sourceforge.net/
 BuildRequires:	SDL-devel >= 1.2.0
 BuildRequires:	autoconf >= 2.59-9
@@ -53,6 +54,7 @@ Statyczne biblioteki SDL_Pango.
 %setup -q
 %patch -P0 -p1
 %patch -P1 -p0
+%patch -P2 -p0
 
 %build
 rm -f acinclude.m4
diff --git a/SDL_Pango-implicit-decl.patch b/SDL_Pango-implicit-decl.patch
new file mode 100644
index 0000000..6bae304
--- /dev/null
+++ b/SDL_Pango-implicit-decl.patch
@@ -0,0 +1,10 @@
+--- src/SDL_Pango.c	2026-05-08 12:19:18.933283163 +0200
++++ src/SDL_Pango.c	2026-05-08 12:20:03.709089727 +0200
+@@ -318,6 +318,7 @@
+ {
+     return IS_INITIALIZED;
+ }
++void SDLPango_CopyFTBitmapToSurface(const FT_Bitmap *bitmap, SDL_Surface *surface, const SDLPango_Matrix *matrix, SDL_Rect *rect);
+ 
+ /*!
+     Draw glyphs on rect.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SDL_Pango.git/commitdiff/69b2ab01e1808f0d6bd74f826d5e641ca4a6f230



More information about the pld-cvs-commit mailing list