Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.11.1.ebuild ChangeLog
Date: Tue, 03 Sep 2013 19:06:53
Message-Id: 20130903190413.0D73B2004C@flycatcher.gentoo.org
1 creffett 13/09/03 19:04:12
2
3 Modified: ChangeLog
4 Added: kopete-4.11.1.ebuild
5 Log:
6 Bump KDE to 4.1.1
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
9
10 Revision Changes Path
11 1.392 kde-base/kopete/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.392&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.392&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.391&r2=1.392
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
20 retrieving revision 1.391
21 retrieving revision 1.392
22 diff -u -r1.391 -r1.392
23 --- ChangeLog 14 Aug 2013 20:24:20 -0000 1.391
24 +++ ChangeLog 3 Sep 2013 19:04:12 -0000 1.392
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/kopete
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.391 2013/08/14 20:24:20 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.392 2013/09/03 19:04:12 creffett Exp $
30 +
31 +*kopete-4.11.1 (03 Sep 2013)
32 +
33 + 03 Sep 2013; Chris Reffett <creffett@g.o> +kopete-4.11.1.ebuild:
34 + Bump KDE to 4.1.1
35
36 *kopete-4.11.0 (14 Aug 2013)
37
38
39
40
41 1.1 kde-base/kopete/kopete-4.11.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.11.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.11.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kopete-4.11.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.11.1.ebuild,v 1.1 2013/09/03 19:04:12 creffett Exp $
51
52 EAPI=5
53
54 KDE_HANDBOOK="optional"
55 inherit kde4-base
56
57 DESCRIPTION="KDE multi-protocol IM client"
58 HOMEPAGE="http://kopete.kde.org http://www.kde.org/applications/internet/kopete"
59 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
60 IUSE="debug ssl v4l"
61
62 # tests hang, last checked for 4.2.96
63 RESTRICT=test
64
65 # Available plugins
66 #
67 # addbookmarks: NO DEPS
68 # alias: NO DEPS (disabled upstream)
69 # autoreplace: NO DEPS
70 # contactnotes: NO DEPS
71 # highlight: NO DEPS
72 # history: NO DEPS
73 # latex: virtual/latex as RDEPEND
74 # nowlistening: NO DEPS
75 # otr: libotr
76 # pipes: NO DEPS
77 # privacy: NO DEPS
78 # statistics: dev-db/sqlite:3
79 # texteffect: NO DEPS
80 # translator: NO DEPS
81 # urlpicpreview: NO DEPS
82 # webpresence: libxml2 libxslt
83 # NOTE: By default we enable all plugins that don't have any dependencies
84 PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
85 +nowlistening otr +pipes +privacy +statistics +texteffect +translator
86 +urlpicpreview webpresence"
87
88 # Available protocols
89 #
90 # gadu: net-libs/libgadu @since 4.3
91 # groupwise: app-crypt/qca:2
92 # irc: NO DEPS, probably will fail so inform user about it
93 # xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
94 # jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
95 # meanwhile: net-libs/meanwhile
96 # msn: libmsn == this is wlm plugin, we disable msn one
97 # oscar: NO DEPS
98 # telepathy: net-libs/decibel
99 # testbed: NO DEPS
100 # winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
101 # yahoo: media-libs/jasper
102 # zeroconf (bonjour): NO DEPS
103 PROTOCOLS="gadu groupwise jingle meanwhile msn oscar skype
104 sms testbed winpopup +xmpp yahoo zeroconf"
105
106 # disabled protocols
107 # telepathy: net-libs/decibel
108 # irc: NO DEPS
109 # qq: NO DEPS
110
111 IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
112
113 COMMONDEPEND="
114 dev-libs/libpcre
115 $(add_kdebase_dep kdepimlibs)
116 media-libs/qimageblitz
117 >=dev-qt/qtgui-4.4.0:4[mng]
118 !aqua? ( x11-libs/libXScrnSaver )
119 gadu? ( >=net-libs/libgadu-1.8.0[threads] )
120 groupwise? ( app-crypt/qca:2 )
121 jingle? (
122 >=media-libs/mediastreamer-2.3.0
123 media-libs/speex
124 net-libs/ortp
125 )
126 meanwhile? ( net-libs/meanwhile )
127 msn? ( >=net-libs/libmsn-4.1 )
128 otr? ( >=net-libs/libotr-3.2.0 <net-libs/libotr-4.0.0 )
129 statistics? ( dev-db/sqlite:3 )
130 v4l? ( media-libs/libv4l )
131 webpresence? (
132 dev-libs/libxml2
133 dev-libs/libxslt
134 )
135 xmpp? (
136 app-crypt/qca:2
137 net-dns/libidn
138 )
139 yahoo? ( media-libs/jasper )
140 "
141 RDEPEND="${COMMONDEPEND}
142 latex? (
143 || (
144 media-gfx/imagemagick
145 media-gfx/graphicsmagick[imagemagick]
146 )
147 virtual/latex-base
148 )
149 sms? ( app-mobilephone/smssend )
150 ssl? ( app-crypt/qca-ossl )
151 winpopup? ( net-fs/samba )
152 "
153 # telepathy? ( net-libs/decibel )"
154 DEPEND="${COMMONDEPEND}
155 !aqua? ( x11-proto/scrnsaverproto )
156 "
157
158 src_configure() {
159 local x x2
160 # Handle common stuff
161 mycmakeargs=(
162 $(cmake-utils_use_with jingle GOOGLETALK)
163 $(cmake-utils_use_with jingle LiboRTP)
164 $(cmake-utils_use_with jingle Mediastreamer)
165 $(cmake-utils_use_with jingle Speex)
166 $(cmake-utils_use_disable v4l VIDEOSUPPORT)
167 )
168 # enable protocols
169 for x in ${PROTOCOLS}; do
170 case ${x/+/} in
171 msn) x2=Libmsn ;;
172 zeroconf) x2=bonjour ;;
173 xmpp) x2=jabber ;;
174 *) x2='' ;;
175 esac
176 mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
177 done
178
179 mycmakeargs+=( -DWITH_qq=OFF )
180
181 # enable plugins
182 for x in ${PLUGINS}; do
183 mycmakeargs+=($(cmake-utils_use_with ${x/+/}))
184 done
185
186 kde4-base_src_configure
187 }
188
189 pkg_postinst() {
190 kde4-base_pkg_postinst
191
192 #if use telepathy; then
193 # elog "To use kopete telepathy plugins, you need to start gabble first:"
194 # elog "GABBLE_PERSIST=1 telepathy-gabble &"
195 # elog "export TELEPATHY_DATA_PATH='${EPREFIX}/usr/share/telepathy/managers/'"
196 #fi
197
198 if ! use ssl; then
199 if use xmpp || use msn; then # || use irc; then
200 if ! has_version app-crypt/qca-ossl ; then
201 elog "In order to use ssl in xmpp and msn you'll need to"
202 elog "install app-crypt/qca-ossl package."
203 fi
204 fi
205 fi
206 }