Magellan Linux

Contents of /branches/R11-stable/extras/kopete/kopete-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24561 - (show annotations) (download)
Fri Feb 20 11:49:11 2015 UTC (9 years, 2 months ago) by niro
File size: 2766 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="kopete"
4 PVER="4.14.3"
5 PBUILD="r1"
6
7 DESCRIPTION="Instant Messaging client for KDE4."
8
9 # todo: mediastreamer (wlm/googletalk), jsoncpp (googletalk)
10 #
11 # kopete plugins with deps
12 # latex: latex as runtime depend
13 # statistics: sqlite-3
14 # webpresence: libxml2, libxslt
15 #
16 # kopete protocols with deps
17 # gadu: openssl, libgadu
18 # groupwise: qca-2
19 # irc: NO DEPS, probably will fail so inform user about it
20 # jabber: libidn, qca-2
21 # jingle: speex, ortp
22 # meanwhile: meanwhile
23 # msn: libmsn == this is wlm plugin, we disable msn one
24 # telepathy: net-libs/decibel
25 # webcam support: libv4l
26 #
27 # disabled kopete protocols
28 # irc: NO DEPS
29 #
30
31 DEPEND="== kde-base/kdelibs-${PVER}
32 == kde-base/kdebase-runtime-${PVER}
33 == kde-base/kdepimlibs-${PVER}
34 >= virtual/phonon
35 >= kde-base/qimageblitz-0.0.6
36 >= app-crypt/qca-2
37 >= app-crypt/qca-ossl-2
38 >= dev-libs/glib2-2.42
39 >= dev-libs/libxml2-2.7
40 >= dev-libs/libxslt-1.1.26
41 >= media-libs/giflib-5
42 >= media-libs/libjasper-1.900
43 >= media-libs/libjpeg-8
44 >= media-libs/libv4l-1
45 >= media-libs/speex-1.1
46 >= net-dns/libidn-1.28
47 >= net-libs/libgadu-1.11
48 >= net-libs/libmsn-4.2
49 >= net-libs/libotr-4
50 >= net-libs/meanwhile-1
51 >= net-libs/ortp-0.22
52 >= sys-libs/zlib-1.2
53 >= x11-libs/libXft-2.3
54 >= x11-libs/libXpm-3.5
55 >= x11-libs/libXScrnSaver-1
56 >= dev-db/sqlite-3.8"
57
58 SDEPEND=">= dev-libs/boost-1.55"
59
60 sminclude kde4
61
62 kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
63
64 src_compile()
65 {
66 cd ${SRCDIR}
67
68 kde4_configure \
69 $(cmake_with Expat) \
70 $(cmake_with IDN) \
71 $(cmake_with GIF) \
72 $(cmake_with Libgadu) \
73 $(cmake_with LibMeanwhile) \
74 $(cmake_with LibOTR) \
75 $(cmake_with Libmsn) \
76 $(cmake_with LibXml2) \
77 $(cmake_with LibXslt) \
78 $(cmake_with LiboRTP) \
79 $(cmake_with SRTP) \
80 $(cmake_with QCA2) \
81 $(cmake_with SSL) \
82 $(cmake_with Sqlite) \
83 $(cmake_without Xmms) \
84 $(cmake_without GOOGLETALK) \
85 $(cmake_without JsonCpp) \
86 $(cmake_without Mediastreamer) \
87 \
88 $(cmake_with addbookmarks) \
89 $(cmake_with autoreplace) \
90 $(cmake_with bonjour) \
91 $(cmake_with contactnotes) \
92 $(cmake_with gadu) \
93 $(cmake_with groupwise) \
94 $(cmake_with highlight) \
95 $(cmake_with history) \
96 $(cmake_with history2) \
97 $(cmake_with jabber) \
98 $(cmake_with latex) \
99 $(cmake_with meanwhile) \
100 $(cmake_with nowlistening) \
101 $(cmake_with oscar) \
102 $(cmake_with otr) \
103 $(cmake_with privacy) \
104 $(cmake_with pipes) \
105 $(cmake_with qq) \
106 $(cmake_with skype) \
107 $(cmake_with sms) \
108 $(cmake_with statistics) \
109 $(cmake_with testbed) \
110 $(cmake_with texteffect) \
111 $(cmake_with translator) \
112 $(cmake_with urlpicpreview) \
113 $(cmake_with webpresence) \
114 $(cmake_with winpopup) \
115 $(cmake_with wlm) \
116 $(cmake_with yahoo) \
117 $(cmake_without irc) \
118 || die
119
120 mmake || die
121 }