Magellan Linux

Annotation of /trunk/todo/kopete/kopete-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27844 - (hide annotations) (download)
Wed Apr 6 10:51:35 2016 UTC (8 years, 1 month ago) by niro
File size: 2768 byte(s)
-moved to 'todo'
1 niro 26659 # $Id$
2    
3     PNAME="kopete"
4     PVER="4.14.3"
5     PBUILD="r2"
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.44
39     >= dev-libs/libxml2-2.9
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.30
47     >= net-libs/libgadu-1.12
48     >= net-libs/libmsn-4.2
49     >= net-libs/libotr-4.1
50     >= net-libs/meanwhile-1
51     >= net-libs/ortp-0.24
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.57"
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     }