Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/kadu: metadata.xml kadu-0.11.0.ebuild ChangeLog
Date: Mon, 06 Feb 2012 20:12:03
Message-Id: 20120206201151.3586B2004B@flycatcher.gentoo.org
1 reavertm 12/02/06 20:11:51
2
3 Modified: metadata.xml ChangeLog
4 Added: kadu-0.11.0.ebuild
5 Log:
6 Version bump, bug 402319.
7
8 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 net-im/kadu/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/metadata.xml?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/metadata.xml?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/metadata.xml?r1=1.24&r2=1.25
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/kadu/metadata.xml,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- metadata.xml 16 Dec 2011 16:45:13 -0000 1.24
24 +++ metadata.xml 6 Feb 2012 20:11:50 -0000 1.25
25 @@ -12,6 +12,7 @@
26 <description>Please CC on bugs</description>
27 </maintainer>
28 <use>
29 + <flag name="ayatana">Enables support for Ayatana notifications using <pkg>libindicate-qt</pkg></flag>
30 <flag name="gadu">Enables Gadu communication protocol</flag>
31 <flag name="mpd">Enables Music Player Daemon support</flag>
32 <flag name="phonon">Enables phonon audio plugin</flag>
33
34
35
36 1.120 net-im/kadu/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/ChangeLog?rev=1.120&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/ChangeLog?rev=1.120&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/ChangeLog?r1=1.119&r2=1.120
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v
45 retrieving revision 1.119
46 retrieving revision 1.120
47 diff -u -r1.119 -r1.120
48 --- ChangeLog 28 Jan 2012 02:56:07 -0000 1.119
49 +++ ChangeLog 6 Feb 2012 20:11:51 -0000 1.120
50 @@ -1,6 +1,12 @@
51 # ChangeLog for net-im/kadu
52 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.119 2012/01/28 02:56:07 reavertm Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.120 2012/02/06 20:11:51 reavertm Exp $
55 +
56 +*kadu-0.11.0 (06 Feb 2012)
57 +
58 + 06 Feb 2012; Maciej Mrozowski <reavertm@g.o> +kadu-0.11.0.ebuild,
59 + metadata.xml:
60 + Version bump, bug 402319.
61
62 28 Jan 2012; Maciej Mrozowski <reavertm@g.o>
63 -files/kadu-0.10.0-cmake.patch, -files/kadu-0.10.0-sdk-cmake.patch,
64
65
66
67 1.1 net-im/kadu/kadu-0.11.0.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/kadu-0.11.0.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/kadu-0.11.0.ebuild?rev=1.1&content-type=text/plain
71
72 Index: kadu-0.11.0.ebuild
73 ===================================================================
74 # Copyright 1999-2012 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.11.0.ebuild,v 1.1 2012/02/06 20:11:50 reavertm Exp $
77
78 EAPI="4"
79
80 inherit base cmake-utils flag-o-matic
81
82 MY_P="${P/_/-}"
83
84 DESCRIPTION="An open source Gadu-Gadu and Jabber/XMPP protocol Instant Messenger client."
85 HOMEPAGE="http://www.kadu.net"
86 SRC_URI="http://download.kadu.im/stable/${MY_P}.tar.bz2"
87
88 LICENSE="GPL-2"
89 KEYWORDS="~amd64 ~ppc ~x86"
90 SLOT="0"
91 IUSE="ayatana +gadu mpd phonon sdk speech spell xmpp"
92 REQUIRED_USE="
93 || (
94 gadu
95 xmpp
96 )
97 "
98 COMMON_DEPEND="
99 >=app-crypt/qca-2.0.0-r2
100 >=net-libs/libgadu-1.11.1[threads]
101 x11-libs/libXfixes
102 x11-libs/libXScrnSaver
103 >=x11-libs/qt-dbus-4.7.0:4
104 >=x11-libs/qt-gui-4.7.0:4
105 >=x11-libs/qt-script-4.7.0:4
106 >=x11-libs/qt-sql-4.7.0:4[sqlite]
107 >=x11-libs/qt-webkit-4.7.0:4
108 ayatana? ( dev-libs/libindicate-qt )
109 gadu? ( >=x11-libs/qt-xmlpatterns-4.7.0:4 )
110 mpd? ( media-libs/libmpdclient )
111 phonon? (
112 || (
113 media-libs/phonon
114 >=x11-libs/qt-phonon-4.7.0:4
115 )
116 )
117 spell? ( app-text/enchant )
118 xmpp? (
119 net-dns/libidn
120 sys-libs/zlib
121 )
122 "
123 DEPEND="${COMMON_DEPEND}
124 x11-proto/fixesproto
125 x11-proto/scrnsaverproto
126 "
127 RDEPEND="${COMMON_DEPEND}
128 app-crypt/qca-ossl:2
129 speech? ( app-accessibility/powiedz )
130 "
131
132 PLUGINS='amarok1_mediaplayer antistring auto_hide autoaway autoresponder autostatus cenzor chat_notify config_wizard desktop_docking docking encryption_ng encryption_ng_simlite exec_notify ext_sound falf_mediaplayer filedesc firewall freedesktop_notify hints history idle imagelink last_seen mediaplayer mprisplayer_mediaplayer pcspeaker qt4_docking qt4_docking_notify screenshot simpleview single_window sms sound sql_history tabs word_fix'
133
134 src_configure() {
135 # Filter out dangerous flags
136 filter-flags -fno-rtti
137 strip-unsupported-flags
138
139 # Ensure -DQT_NO_DEBUG is added
140 append-cppflags -DQT_NO_DEBUG
141
142 # Plugin selection
143 if use gadu; then
144 PLUGINS+=' gadu_protocol history_migration profiles_import'
145 fi
146
147 use mpd && PLUGINS+=' mpd_mediaplayer'
148 use xmpp && PLUGINS+=' jabber_protocol'
149 use phonon && PLUGINS+=' phonon_sound'
150 use speech && PLUGINS+=' speech'
151 use spell && PLUGINS+=' spellchecker'
152
153 # Configure package
154 local mycmakeargs=(
155 -DBUILD_DESCRIPTION='Gentoo Linux'
156 -DCOMPILE_PLUGINS="${PLUGINS}"
157 -DNETWORK_IMPLEMENTATION="Qt"
158 -DSIG_HANDLING_ENABLED=TRUE
159 $(cmake-utils_use sdk INSTALL_SDK)
160 $(cmake-utils_use_with ayatana INDICATE_QT)
161 $(cmake-utils_use_with spell ENCHANT)
162 )
163 unset PLUGINS
164
165 cmake-utils_src_configure
166 }