summaryrefslogtreecommitdiff
path: root/graphics/libgii/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-25 02:46:49 +0000
committerwiz <wiz@pkgsrc.org>2005-03-25 02:46:49 +0000
commit1825c7529af03e26af3af9342a5b5e8d8f9cde50 (patch)
tree237c4de9e8777d653c86605e5370e942b8afe732 /graphics/libgii/patches
parent0d0a4866420e15e683cb69c93c3f3bacc4819a40 (diff)
downloadpkgsrc-1825c7529af03e26af3af9342a5b5e8d8f9cde50.tar.gz
Update to 0.9.0:
New in 0.9.0: 2004-11-30: - Documentation updates - KII target improvements - minor fixes to button and symbol handling - handle labels correctly now - merge improvements from the FreeBSD ports tree - works on Windows using MinGW w/o requiring special Makefiles. - task scheduler as an abstraction for platform independent threads. - DirectX target improvements - Tries to use the actual keyboard layout, and only fall back to the hardcoded defines when that does not work. - Makes shift and caps lock bring you capital letters. - Dead keys support (GIIK_VOID in sym, synthetic press/release events if non-matching key is hit after the dead key). - Renamed Caps, Num and Scroll to CapsLock, NumLock etc. - Mouse wheel support. - Support for up to 8 mouse buttons (2 previously). - Support for emPtrRelative. - Preliminary support for emPtrRelative. - Fixed a bug so that a lot of surplus emPtrAbsolute events are killed. - Support for various game controllers. - The mouse and the keyboard are separated into two devices. - Emulates key repeat messages. New in 0.8.7: 2004-11-30: * hotfix: input-linux-evdev: fix compiling error where KEY_103RD is not defined (SuSE 9.1) * minor buildsystem update * use more length bounded string operations
Diffstat (limited to 'graphics/libgii/patches')
-rw-r--r--graphics/libgii/patches/patch-aa10
-rw-r--r--graphics/libgii/patches/patch-ae8
-rw-r--r--graphics/libgii/patches/patch-af6
-rw-r--r--graphics/libgii/patches/patch-ag6
4 files changed, 15 insertions, 15 deletions
diff --git a/graphics/libgii/patches/patch-aa b/graphics/libgii/patches/patch-aa
index 2955068bba5..0743aed3694 100644
--- a/graphics/libgii/patches/patch-aa
+++ b/graphics/libgii/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2004/09/20 22:37:08 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2005/03/25 02:46:49 wiz Exp $
---- Makefile.in.orig 2004-09-14 21:28:36.000000000 +0200
+--- Makefile.in.orig 2004-11-30 21:56:24.000000000 +0100
+++ Makefile.in
-@@ -209,7 +209,7 @@ target_alias = @target_alias@
+@@ -255,7 +255,7 @@ target_alias = @target_alias@
# multiple AUTOMAKE_OPTIONS lines only confuses automake 1.6
AUTOMAKE_OPTIONS = 1.4 foreign
- SUBDIRS = include gg gii input filter demos doc m4 dist
+ SUBDIRS = include gg gii input filter regress demos doc m4 dist
-giiconfdatadir = ${sysconfdir}/${ggi_subdir}
+giiconfdatadir = ${prefix}/share/examples/ggi
giiconfdata_DATA = libgii.conf
DISTCLEANFILES = libgii.conf
- EXTRA_DIST = ChangeLog.1999 ChangeLog FAQ INSTALL.autoconf autogen.sh
+ EXTRA_DIST = ChangeLog.1999 ChangeLog FAQ INSTALL.autoconf \
diff --git a/graphics/libgii/patches/patch-ae b/graphics/libgii/patches/patch-ae
index 25e8c7238e8..025259df896 100644
--- a/graphics/libgii/patches/patch-ae
+++ b/graphics/libgii/patches/patch-ae
@@ -1,9 +1,9 @@
-$NetBSD: patch-ae,v 1.4 2004/09/20 22:37:08 wiz Exp $
+$NetBSD: patch-ae,v 1.5 2005/03/25 02:46:49 wiz Exp $
---- configure.orig 2004-09-14 21:29:33.000000000 +0200
+--- configure.orig 2004-11-30 21:56:28.000000000 +0100
+++ configure
-@@ -17503,7 +17503,7 @@ cat >>confdefs.h <<_ACEOF
- _ACEOF
+@@ -20024,7 +20024,7 @@ _ACEOF
+
cat >>confdefs.h <<_ACEOF
-#define GIICONFDIR "$PATHTAG$static_sysconfdir/$ggi_subdir"
diff --git a/graphics/libgii/patches/patch-af b/graphics/libgii/patches/patch-af
index c8f84f7eb1f..459959d450b 100644
--- a/graphics/libgii/patches/patch-af
+++ b/graphics/libgii/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.2 2004/09/20 22:37:08 wiz Exp $
+$NetBSD: patch-af,v 1.3 2005/03/25 02:46:49 wiz Exp $
---- filter/mouse/Makefile.in.orig 2004-09-14 21:28:45.000000000 +0200
+--- filter/mouse/Makefile.in.orig 2004-11-30 21:56:00.000000000 +0100
+++ filter/mouse/Makefile.in
-@@ -210,7 +210,7 @@ mouse_la_SOURCES = filter.c
+@@ -256,7 +256,7 @@ mouse_la_SOURCES = filter.c
mouse_la_LDFLAGS = ${extra_libraries} -module -no-undefined -avoid-version \
-export-symbols ${srcdir}/EXPSYMS
diff --git a/graphics/libgii/patches/patch-ag b/graphics/libgii/patches/patch-ag
index b2c4ad2f41d..723894fdd0a 100644
--- a/graphics/libgii/patches/patch-ag
+++ b/graphics/libgii/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.2 2004/09/20 22:37:08 wiz Exp $
+$NetBSD: patch-ag,v 1.3 2005/03/25 02:46:49 wiz Exp $
---- filter/keytrans/Makefile.in.orig 2004-09-14 21:28:43.000000000 +0200
+--- filter/keytrans/Makefile.in.orig 2004-11-30 21:55:59.000000000 +0100
+++ filter/keytrans/Makefile.in
-@@ -210,7 +210,7 @@ keytrans_la_SOURCES = filter.c
+@@ -256,7 +256,7 @@ keytrans_la_SOURCES = filter.c
keytrans_la_LDFLAGS = ${extra_libraries} -module -no-undefined -avoid-version \
-export-symbols ${srcdir}/EXPSYMS