Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/ayttm/files: ayttm-0.6.3-opt-webcam.patch ayttm-0.6.3-opt-xscreensaver.patch
Date: Mon, 21 Feb 2011 16:56:42
Message-Id: 20110221165631.60A2120054@flycatcher.gentoo.org
1 signals 11/02/21 16:56:31
2
3 Added: ayttm-0.6.3-opt-webcam.patch
4 ayttm-0.6.3-opt-xscreensaver.patch
5 Log:
6 New ebuild: ayttm IM client
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch?rev=1.1&content-type=text/plain
15
16 Index: ayttm-0.6.3-opt-webcam.patch
17 ===================================================================
18 Make the building of the webcam-related plugins optional.
19
20 Patch by Kevin McCarthy <signals@g.o>
21
22 --- configure.ac
23 +++ configure.ac
24 @@ -436,6 +439,10 @@
25 AC_MSG_WARN(You need gpgme to compile the aycryption module))
26 fi
27
28 +if test "$enable_webcam" != no; then
29 + OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR image_filter"
30 +fi
31 +
32 ###########################################################################
33 # End Optional Modules
34 ###########################################################################
35 --- modules/Makefile.am
36 +++ modules/Makefile.am
37 @@ -1,7 +1,7 @@
38 DIST_SUBDIRS = aim-oscar irc jabber msn2 yahoo2 smtp importers \
39 livejournal utility aycryption smileys image_filter
40
41 -SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys image_filter
42 +SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys
43
44 # Gets rid of the datarootdir warning
45 datarootdir=@datarootdir@
46
47
48
49 1.1 net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch?rev=1.1&content-type=text/plain
53
54 Index: ayttm-0.6.3-opt-xscreensaver.patch
55 ===================================================================
56 Add --enable-xscreensaver to configure for USE flag support
57
58 Patch by Kevin McCarthy <signals@g.o>
59
60 --- configure.ac
61 +++ configure.ac
62 @@ -316,6 +316,9 @@
63 #endif
64 ])
65
66 +AC_ARG_ENABLE(xscreensaver, AC_HELP_STRING([--enable-xscreensaver],
67 + [compile with X Screensaver]), [have_xss=$enableval], [have_xss=no] )
68 +
69 if test "$have_xss" = yes; then
70 # Let's figure out what library it's in...