Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/avahi/files: avahi-0.6.22-vncviewer.patch digest-avahi-0.6.22-r1 avahi-0.6.22-gobject.patch
Date: Thu, 03 Jan 2008 17:53:22
Message-Id: E1JAUFj-0006F3-Uf@stork.gentoo.org
1 swegener 08/01/03 17:53:11
2
3 Modified: avahi-0.6.22-vncviewer.patch
4 Added: digest-avahi-0.6.22-r1 avahi-0.6.22-gobject.patch
5 Log:
6 Adjust gtk-sharp dependency, bug #203610. Add intltool dependency, bug #203369. Add automake patch submitted to upstream, bug #202968.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 net-dns/avahi/files/avahi-0.6.22-vncviewer.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/avahi-0.6.22-vncviewer.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/avahi-0.6.22-vncviewer.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/avahi-0.6.22-vncviewer.patch?r1=1.1&r2=1.2
15
16 Index: avahi-0.6.22-vncviewer.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/files/avahi-0.6.22-vncviewer.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- avahi-0.6.22-vncviewer.patch 18 Dec 2007 13:38:34 -0000 1.1
23 +++ avahi-0.6.22-vncviewer.patch 3 Jan 2008 17:53:11 -0000 1.2
24 @@ -1,6 +1,8 @@
25 -diff -Nur avahi-0.6.22.orig/avahi-ui/bssh.c avahi-0.6.22/avahi-ui/bssh.c
26 ---- avahi-0.6.22.orig/avahi-ui/bssh.c 2007-12-17 15:12:57.000000000 +0000
27 -+++ avahi-0.6.22/avahi-ui/bssh.c 2007-12-17 16:07:54.021586488 +0000
28 +xvncviewer is an alternative on debian.
29 +vncviewer is what the vnc distribution and we use.
30 +
31 +--- avahi-0.6.22/avahi-ui/bssh.c
32 ++++ avahi-0.6.22/avahi-ui/bssh.c
33 @@ -86,8 +86,8 @@
34
35 gtk_widget_destroy(d);
36
37
38
39 1.1 net-dns/avahi/files/digest-avahi-0.6.22-r1
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/digest-avahi-0.6.22-r1?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/digest-avahi-0.6.22-r1?rev=1.1&content-type=text/plain
43
44 Index: digest-avahi-0.6.22-r1
45 ===================================================================
46 MD5 c84b1a8a23126e188426728710414dc8 avahi-0.6.22.tar.gz 1199901
47 RMD160 fad35f473a9109c8648e43b0f6f547c32b18e32f avahi-0.6.22.tar.gz 1199901
48 SHA256 9dc6f870b6ce050059054a26bfc15d6e7a836fa299edd1b89c63c1089bfedd52 avahi-0.6.22.tar.gz 1199901
49
50
51
52 1.1 net-dns/avahi/files/avahi-0.6.22-gobject.patch
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/avahi-0.6.22-gobject.patch?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/avahi-0.6.22-gobject.patch?rev=1.1&content-type=text/plain
56
57 Index: avahi-0.6.22-gobject.patch
58 ===================================================================
59 build avahi-gobject only when avahi-client is also built
60
61 (modified to only patch the makefiles)
62
63 Index: trunk/avahi-gobject/Makefile.am
64 ===================================================================
65 --- trunk/avahi-gobject/Makefile.am (revision 1669)
66 +++ trunk/avahi-gobject/Makefile.am (revision 1670)
67 @@ -23,6 +23,7 @@
68 AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
69
70 if HAVE_GOBJECT
71 +if HAVE_DBUS
72
73 avahigobjectincludedir=$(includedir)/avahi-gobject
74
75 @@ -109,6 +110,7 @@
76 $< > $@
77
78 endif
79 +endif
80
81 indent:
82 indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch]
83 Index: trunk/Makefile.am
84 ===================================================================
85 --- trunk/Makefile.am (revision 1669)
86 +++ trunk/Makefile.am (revision 1670)
87 @@ -112,6 +112,7 @@
88 $(srcdir)/avahi-glib/glib-malloc.h
89
90 if HAVE_GOBJECT
91 +if HAVE_DBUS
92 DX_INPUT += \
93 $(srcdir)/avahi-gobject/ga-client.h \
94 $(srcdir)/avahi-gobject/ga-entry-group.h \
95 @@ -122,6 +123,7 @@
96 $(srcdir)/avahi-gobject/ga-service-resolver.h
97 endif
98 endif
99 +endif
100
101 if HAVE_DBUS
102 DX_INPUT += \
103
104
105
106 --
107 gentoo-commits@g.o mailing list