pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators Fix build with gtk2>=2.20.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50204f54729c
branches:  trunk
changeset: 576278:50204f54729c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 05 12:20:07 2010 +0000

description:
Fix build with gtk2>=2.20.

diffstat:

 emulators/sdlmame/distinfo         |   3 ++-
 emulators/sdlmame/patches/patch-af |  13 +++++++++++++
 emulators/sdlmess/distinfo         |   3 ++-
 emulators/sdlmess/patches/patch-af |  13 +++++++++++++
 4 files changed, 30 insertions(+), 2 deletions(-)

diffs (64 lines):

diff -r 84abf839872e -r 50204f54729c emulators/sdlmame/distinfo
--- a/emulators/sdlmame/distinfo        Sat Jun 05 12:08:56 2010 +0000
+++ b/emulators/sdlmame/distinfo        Sat Jun 05 12:20:07 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2010/01/16 21:25:19 wiz Exp $
+$NetBSD: distinfo,v 1.11 2010/06/05 12:20:07 wiz Exp $
 
 SHA1 (sdlmame0136.zip) = 19c11abc3b3ab2633df62f3867921b3541bb582e
 RMD160 (sdlmame0136.zip) = 1cb9b24ae6f97c0f223f13ed97a074de14e2892e
@@ -8,4 +8,5 @@
 SHA1 (patch-ac) = e97e7b730305aa2d10363cfd65f8e2b30f2fc292
 SHA1 (patch-ad) = 8d6312b593343eb2e5b29f177376c8fa243d8293
 SHA1 (patch-ae) = d110f0338d224823d959c8a2b57026321a3f0a38
+SHA1 (patch-af) = 4e7b4eab76e43feec91e91238d855c70ac43e15b
 SHA1 (patch-ah) = f2dbfc44e30857fd9b52ed5d107b5190d5e5f6da
diff -r 84abf839872e -r 50204f54729c emulators/sdlmame/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sdlmame/patches/patch-af        Sat Jun 05 12:20:07 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2010/06/05 12:20:07 wiz Exp $
+
+--- src/osd/sdl/dview.c.orig   2009-12-19 16:18:15.000000000 +0000
++++ src/osd/sdl/dview.c
+@@ -213,7 +213,7 @@ static void dview_size_allocate(GtkWidge
+       debug_view_set_visible_position(dv->dw, pos); 
+       debug_view_set_visible_size(dv->dw, vsize);
+ 
+-      if(GTK_WIDGET_REALIZED(wdv))
++      if(gtk_widget_get_realized(wdv))
+               gdk_window_move_resize(wdv->window,
+                                                          allocation->x, allocation->y,
+                                                          allocation->width, allocation->height);
diff -r 84abf839872e -r 50204f54729c emulators/sdlmess/distinfo
--- a/emulators/sdlmess/distinfo        Sat Jun 05 12:08:56 2010 +0000
+++ b/emulators/sdlmess/distinfo        Sat Jun 05 12:20:07 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2010/02/03 16:18:28 wiz Exp $
+$NetBSD: distinfo,v 1.10 2010/06/05 12:20:07 wiz Exp $
 
 SHA1 (sdlmess0136.zip) = 54ec2faf96564a86dbe38c4e0666f977d85c4e22
 RMD160 (sdlmess0136.zip) = 9463ad4dd5ed7a898af331709c8aa4d78915d43e
@@ -8,4 +8,5 @@
 SHA1 (patch-ac) = 32503c6dcdeb9a0d082375a11f0e23bac53410db
 SHA1 (patch-ad) = 8d6312b593343eb2e5b29f177376c8fa243d8293
 SHA1 (patch-ae) = d110f0338d224823d959c8a2b57026321a3f0a38
+SHA1 (patch-af) = 4e7b4eab76e43feec91e91238d855c70ac43e15b
 SHA1 (patch-ah) = f2dbfc44e30857fd9b52ed5d107b5190d5e5f6da
diff -r 84abf839872e -r 50204f54729c emulators/sdlmess/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sdlmess/patches/patch-af        Sat Jun 05 12:20:07 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2010/06/05 12:20:07 wiz Exp $
+
+--- src/osd/sdl/dview.c.orig   2009-12-19 16:18:15.000000000 +0000
++++ src/osd/sdl/dview.c
+@@ -213,7 +213,7 @@ static void dview_size_allocate(GtkWidge
+       debug_view_set_visible_position(dv->dw, pos); 
+       debug_view_set_visible_size(dv->dw, vsize);
+ 
+-      if(GTK_WIDGET_REALIZED(wdv))
++      if(gtk_widget_get_realized(wdv))
+               gdk_window_move_resize(wdv->window,
+                                                          allocation->x, allocation->y,
+                                                          allocation->width, allocation->height);



Home | Main Index | Thread Index | Old Index