Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/nspluginwrapper/files: nspluginwrapper-0.9.91.5-g_thread_init.patch digest-nspluginwrapper-0.9.91.5-r1
Date: Thu, 10 Jan 2008 15:06:47
Message-Id: E1JCyzU-0001u0-42@stork.gentoo.org
1 chutzpah 08/01/10 15:06:44
2
3 Added: nspluginwrapper-0.9.91.5-g_thread_init.patch
4 digest-nspluginwrapper-0.9.91.5-r1
5 Log:
6 Revision bump, add patch to add support for gthread, thanks to Alex Rostovtsev for pulling the patch from Fedora's RPM. (bug #203820)
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.1 net-www/nspluginwrapper/files/nspluginwrapper-0.9.91.5-g_thread_init.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/nspluginwrapper/files/nspluginwrapper-0.9.91.5-g_thread_init.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/nspluginwrapper/files/nspluginwrapper-0.9.91.5-g_thread_init.patch?rev=1.1&content-type=text/plain
14
15 Index: nspluginwrapper-0.9.91.5-g_thread_init.patch
16 ===================================================================
17 diff -ru nspluginwrapper-0.9.91.5.orig/Makefile nspluginwrapper-0.9.91.5/Makefile
18 --- nspluginwrapper-0.9.91.5.orig/Makefile 2007-12-30 14:32:16.110109991 -0500
19 +++ nspluginwrapper-0.9.91.5/Makefile 2007-12-30 14:36:03.471424598 -0500
20 @@ -96,7 +96,7 @@
21 npviewer_CFLAGS += -I$(LSB_INC_DIR)/glib-2.0
22 npviewer_CFLAGS += -I$(LSB_INC_DIR)/gtk-2.0
23 npviewer_LDFLAGS = $(LDFLAGS_32) -L$(LSB_OBJ_DIR)
24 -npviewer_LDFLAGS += -lgtk-x11-2.0 -lgdk-x11-2.0 -lgobject-2.0 -ldl -lglib-2.0 -lX11 -lXt
25 +npviewer_LDFLAGS += -lgtk-x11-2.0 -lgdk-x11-2.0 -lgobject-2.0 -lgthread-2.0 -ldl -lglib-2.0 -lX11 -lXt
26 else
27 npviewer_CFLAGS += $(GTK_CFLAGS)
28 npviewer_LDFLAGS = $(GTK_LDFLAGS) $(X_LDFLAGS)
29 diff -ru nspluginwrapper-0.9.91.5.orig/src/npw-viewer.c nspluginwrapper-0.9.91.5/src/npw-viewer.c
30 --- nspluginwrapper-0.9.91.5.orig/src/npw-viewer.c 2007-12-30 14:32:16.138105720 -0500
31 +++ nspluginwrapper-0.9.91.5/src/npw-viewer.c 2007-12-30 14:32:29.974994816 -0500
32 @@ -3001,6 +3001,7 @@
33 XtToolkitInitialize();
34 x_app_context = XtCreateApplicationContext();
35 x_display = XtOpenDisplay(x_app_context, NULL, "npw-viewer", "npw-viewer", NULL, 0, &argc, argv);
36 + g_thread_init(NULL);
37 gtk_init(&argc, &argv);
38
39 // Initialize RPC communication channel
40 Only in nspluginwrapper-0.9.91.5/src: npw-viewer.c.orig
41
42
43
44 1.1 net-www/nspluginwrapper/files/digest-nspluginwrapper-0.9.91.5-r1
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/nspluginwrapper/files/digest-nspluginwrapper-0.9.91.5-r1?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/nspluginwrapper/files/digest-nspluginwrapper-0.9.91.5-r1?rev=1.1&content-type=text/plain
48
49 Index: digest-nspluginwrapper-0.9.91.5-r1
50 ===================================================================
51 MD5 052e5fecc36a087d1f7200bd1e44f2f0 nspluginwrapper-0.9.91.5.tar.bz2 273331
52 RMD160 8f88f3f3e5703f02130c1c3bb3627e07eb7eb7ca nspluginwrapper-0.9.91.5.tar.bz2 273331
53 SHA256 c1262aff6b223e3d92d422cb814106a07eafbad3f5df645c27af7988e93e6b60 nspluginwrapper-0.9.91.5.tar.bz2 273331
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list