[packages/libggi] Rel 10
arekm
arekm at pld-linux.org
Sun Mar 15 01:55:06 CET 2026
commit 545923bf83a0edcb51cccef1b75be68c631118d8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 01:55:00 2026 +0100
Rel 10
libggi-dga-intptr.patch | 11 +++++++++++
libggi.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/libggi.spec b/libggi.spec
index a4e2112..6e51837 100644
--- a/libggi.spec
+++ b/libggi.spec
@@ -11,7 +11,7 @@ Summary: GGI - Generic Graphics Interface
Summary(pl.UTF-8): GGI - Generic Graphics Interface
Name: libggi
Version: 2.2.2
-Release: 9
+Release: 10
Epoch: 1
License: BSD-like
Group: Libraries
@@ -23,6 +23,7 @@ Patch2: link.patch
Patch3: %{name}-directfb.patch
Patch4: %{name}-glide.patch
Patch5: %{name}-security.patch
+Patch6: %{name}-dga-intptr.patch
URL: http://www.ggi-project.org/
%{?with_directfb:BuildRequires: DirectFB-devel >= 1.4.15}
%{?with_glide:BuildRequires: Glide2x-devel}
@@ -181,6 +182,7 @@ Statyczna biblioteka libggi.
%patch -P3 -p1
%patch -P4 -p1
%patch -P5 -p1
+%patch -P6 -p1
%{__rm} acinclude.m4 m4/{libtool,lt*}.m4
diff --git a/libggi-dga-intptr.patch b/libggi-dga-intptr.patch
new file mode 100644
index 0000000..942b3cb
--- /dev/null
+++ b/libggi-dga-intptr.patch
@@ -0,0 +1,11 @@
+--- libggi-2.2.2/display/X/helper/dga/dga.c.orig 2007-01-15 00:00:00.000000000 +0100
++++ libggi-2.2.2/display/X/helper/dga/dga.c 2026-03-15 00:00:00.000000000 +0100
+@@ -261,7 +261,7 @@
+
+ /* This function performs the CheckMode operation and returns
+ * the number of the best mode. */
+-static int ggi_xdga_validate_mode(ggi_visual * vis, int num,
++static int ggi_xdga_validate_mode(ggi_visual * vis, intptr_t num,
+ ggi_mode * mode)
+ {
+ ggi_x_priv *priv;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libggi.git/commitdiff/545923bf83a0edcb51cccef1b75be68c631118d8
More information about the pld-cvs-commit
mailing list