pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/fuse-emulator fuse-emulator: updated to 1.5.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/042a90529dab
branches: trunk
changeset: 388692:042a90529dab
user: adam <adam%pkgsrc.org@localhost>
date: Wed Dec 12 16:45:52 2018 +0000
description:
fuse-emulator: updated to 1.5.7
1.5.7
GTK+ 3: Make the offset entry wider in memory browser
GTK+: Remove duplicated surface creation code
GTK+: Remove use of deprecated gtk_device_(un)grab functions
GTK+/Win32: Add *.bin as an allowed filetype to file selectors and amend .fmf filetype
Improve Fuse's Kempston mouse handling under GTK+ 3.x
"Save binary" command can now save 65536 bytes again (regression introduced in 1.5.6)
Various minor bugfixes
diffstat:
emulators/fuse-emulator/Makefile | 5 ++---
emulators/fuse-emulator/distinfo | 12 ++++++------
emulators/fuse-emulator/patches/patch-ui_gtk_gtkmouse.c | 16 ++++++++--------
3 files changed, 16 insertions(+), 17 deletions(-)
diffs (73 lines):
diff -r abfbfd3d3a36 -r 042a90529dab emulators/fuse-emulator/Makefile
--- a/emulators/fuse-emulator/Makefile Wed Dec 12 16:38:25 2018 +0000
+++ b/emulators/fuse-emulator/Makefile Wed Dec 12 16:45:52 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2018/11/14 22:21:25 kleink Exp $
+# $NetBSD: Makefile,v 1.24 2018/12/12 16:45:52 adam Exp $
-DISTNAME= fuse-1.5.6
+DISTNAME= fuse-1.5.7
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
-PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff -r abfbfd3d3a36 -r 042a90529dab emulators/fuse-emulator/distinfo
--- a/emulators/fuse-emulator/distinfo Wed Dec 12 16:38:25 2018 +0000
+++ b/emulators/fuse-emulator/distinfo Wed Dec 12 16:45:52 2018 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.13 2018/08/10 07:10:12 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/12/12 16:45:52 adam Exp $
-SHA1 (fuse-1.5.6.tar.gz) = 35649eef3d1b2d84b553e5b06596e830bb2b4aa2
-RMD160 (fuse-1.5.6.tar.gz) = d0658e8488a29caa0da498cdfb8b5d77894aa551
-SHA512 (fuse-1.5.6.tar.gz) = 84312e4f83883b36d06f2b96ded1bfc71675cba71a0848f4cbb5a233a1d1c06466013d2655d759397f32d6d67d6ba26b2b6a5041796cb9143cd0b354a88fd589
-Size (fuse-1.5.6.tar.gz) = 1634711 bytes
+SHA1 (fuse-1.5.7.tar.gz) = 53ffc684d4b1054a2e4ef1c36de456ab170d5030
+RMD160 (fuse-1.5.7.tar.gz) = c697afe4bf1807a79a94c6c20313c0a570f73d7e
+SHA512 (fuse-1.5.7.tar.gz) = ac11e03fc203f98433253fb72d7700cf6285ad8662147f318bb4ceda3888bc865b80d85473a3b2bda9e0971989b1579fc928f41ddabbf01d58358362066be13d
+Size (fuse-1.5.7.tar.gz) = 1634568 bytes
SHA1 (patch-configure) = 0b8b90751bd34efcee5c1bd9e4cb8687e972b127
SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d
SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933
-SHA1 (patch-ui_gtk_gtkmouse.c) = 95cd6a5515bfad7a118ddb0c3b2f36ba0b08d9ed
+SHA1 (patch-ui_gtk_gtkmouse.c) = 6178ba399a145180a0bbe34cbff762f3a3b5e605
SHA1 (patch-ui_gtk_gtkui.c) = 4789f241793ab9449d5df3b019b48607d4d24e9c
diff -r abfbfd3d3a36 -r 042a90529dab emulators/fuse-emulator/patches/patch-ui_gtk_gtkmouse.c
--- a/emulators/fuse-emulator/patches/patch-ui_gtk_gtkmouse.c Wed Dec 12 16:38:25 2018 +0000
+++ b/emulators/fuse-emulator/patches/patch-ui_gtk_gtkmouse.c Wed Dec 12 16:45:52 2018 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ui_gtk_gtkmouse.c,v 1.1 2017/05/26 19:35:48 adam Exp $
+$NetBSD: patch-ui_gtk_gtkmouse.c,v 1.2 2018/12/12 16:45:52 adam Exp $
Fix for a case when GTK has been compiled with Quartz support.
---- ui/gtk/gtkmouse.c.orig 2017-05-26 17:42:26.000000000 +0000
+--- ui/gtk/gtkmouse.c.orig 2018-12-09 12:06:11.000000000 +0000
+++ ui/gtk/gtkmouse.c
-@@ -31,8 +31,10 @@
- #include "ui/ui.h"
+@@ -35,8 +35,10 @@
+ #endif
/* For XWarpPointer *only* - see below */
+#ifndef GDK_WINDOWING_QUARTZ
@@ -15,14 +15,14 @@
static GdkCursor *nullpointer = NULL;
-@@ -48,8 +50,10 @@ gtkmouse_reset_pointer( void )
- */
- GdkWindow *window = gtk_widget_get_window( gtkui_drawing_area );
+@@ -64,8 +66,10 @@ gtkmouse_reset_pointer( void )
+ #endif /* #ifdef GDK_WINDOWING_WAYLAND */
+ window = gtk_widget_get_window( mouse_widget );
+#ifndef GDK_WINDOWING_QUARTZ
XWarpPointer( GDK_WINDOW_XDISPLAY( window ), None,
GDK_WINDOW_XID( window ), 0, 0, 0, 0, 128, 128 );
+#endif
}
- gboolean
+ static gboolean
Home |
Main Index |
Thread Index |
Old Index