Magellan Linux

Contents of /trunk/extras/kdenetwork4/kdenetwork4-4.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3984 - (show annotations) (download)
Sun Nov 15 19:07:57 2009 UTC (14 years, 6 months ago) by niro
File size: 3639 byte(s)
-fixed header
1 # $Id$
2
3 PNAME="kdenetwork4"
4 PVER="4.3.3"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE4 network applications."
11
12 # kget deps:
13 # torrent support needs qca & gmp
14 #
15 # kopete plugins with deps
16 # latex: latex as runtime depend
17 # statistics: sqlite-3
18 # webpresence: libxml2, libxslt
19 #
20 # kopete protocols with deps
21 # gadu: openssl, libgadu
22 # groupwise: qca-2
23 # irc: NO DEPS, probably will fail so inform user about it
24 # jabber: libidn, qca-2
25 # jingle: speex, ortp
26 # meanwhile: meanwhile
27 # msn: libmsn == this is wlm plugin, we disable msn one
28 # telepathy: net-libs/decibel
29 # webcam support: libv4l
30 #
31 # disabled kopete protocols
32 # telepathy: decibel
33 # irc: NO DEPS
34 #
35 # krdc deps
36 # krdc: jpeg, libvncserver, rdesktop
37 #
38 # krfb deps:
39 # krfb: libvncserver, openslp, libXdamage
40 #
41
42 DEPEND="== kde-base/kdebase4-${PVER}
43 == kde-base/kdelibs4-experimental-${PVER}
44 == kde-base/kdepimlibs4-${PVER}
45 >= kde-base/qimageblitz-0.0.4
46 >= app-crypt/qca-2
47 >= app-crypt/qca-ossl-2
48 >= dev-db/sqlite-3.6
49 >= dev-libs/gmp-4.3.1
50 >= dev-libs/libpcre-8.0
51 >= dev-libs/libxml2-2.7
52 >= dev-libs/libxslt-1.1.26
53 >= dev-libs/openssl-0.9.8
54 >= dev-libs/soprano-2.3.1
55 >= dev-perl/io-socket-ssl-1.31
56 >= media-libs/alsa-lib-1.0.21
57 >= media-libs/libjpeg-7
58 >= media-libs/libv4l-0.6.1
59 >= media-libs/speex-1.2_rc1
60 >= net-dialup/ppp-2.4.4
61 >= net-dns/libidn-1.15
62 >= net-dns/avahi-qt4-0.6.25
63 >= net-misc/rdesktop-1.6
64 >= net-libs/libgadu-1.8.2
65 >= net-libs/libmsn-4.0_beta8
66 >= net-libs/libotr-3.2.0
67 >= net-libs/libvncserver-0.9.7
68 >= net-libs/meanwhile-1.0.2
69 >= net-libs/openslp-1.2
70 >= net-libs/ortp-0.16.1
71 >= x11-libs/libXdamage-1
72 >= x11-libs/libXScrnSaver-1"
73
74 SDEPEND=">= x11-proto/scrnsaverproto-1
75 >= sys-apps/sed-4"
76
77 sminclude kde4
78
79 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
80
81 src_compile()
82 {
83 cd ${SRCDIR}
84
85 local configure_common
86 local configure_libs
87 local configure_features
88
89 # common opts
90 configure_common="$(cmake_build kppp) \
91 $(cmake_enable EMBEDDED_TORRENT_SUPPORT) \
92 $(cmake_with plasma) \
93 $(cmake_with Nepomuk) \
94 $(cmake_with Soprano)"
95
96 # libs progs
97 configure_libs="$(cmake_with Avahi) \
98 $(cmake_with DNSSD) \
99 $(cmake_with GMP) \
100 $(cmake_with IDN) \
101 $(cmake_with JPEG) \
102 $(cmake_with Libgadu) \
103 $(cmake_with LibMeanwhile) \
104 $(cmake_with LibOTR) \
105 $(cmake_with Libmsn) \
106 $(cmake_with LibXml2) \
107 $(cmake_with LibXslt) \
108 $(cmake_with LibV4L2) \
109 $(cmake_with LibVNCServer) \
110 $(cmake_with OpenSSL) \
111 $(cmake_with QCA2) \
112 $(cmake_with Sqlite) \
113 $(cmake_with SLP) \
114 $(cmake_without Xmms)"
115
116 # protocol and other features
117 configure_features="$(cmake_with addbookmarks) \
118 $(cmake_with alias) \
119 $(cmake_with autoreplace) \
120 $(cmake_with bonjour) \
121 $(cmake_with contactnotes) \
122 $(cmake_with gadu) \
123 $(cmake_with groupwise) \
124 $(cmake_with highlight) \
125 $(cmake_with history) \
126 $(cmake_with jabber) \
127 $(cmake_with latex) \
128 $(cmake_with meanwhile) \
129 $(cmake_with nowlistening) \
130 $(cmake_with oscar) \
131 $(cmake_with otr) \
132 $(cmake_with privacy) \
133 $(cmake_with pipes) \
134 $(cmake_with qq) \
135 $(cmake_with sms) \
136 $(cmake_with statistics) \
137 $(cmake_with testbed) \
138 $(cmake_with texteffect) \
139 $(cmake_with translator) \
140 $(cmake_with urlpicpreview) \
141 $(cmake_with webpresence) \
142 $(cmake_with winpopup) \
143 $(cmake_with wlm) \
144 $(cmake_with yahoo) \
145 $(cmake_without irc) \
146 $(cmake_without msn) \
147 $(cmake_without telepathy)"
148
149
150 kde4_configure ${configure_common} ${configure_libs} ${configure_features} || die
151 mmake || die
152 }

Properties

Name Value
svn:keywords Id