Magellan Linux

Contents of /trunk/extras/kdelibs4/kdelibs4-4.2.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1894 - (show annotations) (download)
Mon Jun 8 18:57:19 2009 UTC (14 years, 11 months ago) by niro
File size: 2135 byte(s)
-rebuild with libjasper and openexr support && sorted configure opts and cleanup
1 # $Id$
2
3 PNAME="kdelibs4"
4 PVER="4.2.4"
5 PBUILD="r2"
6
7 STATE="unstable"
8
9 DESCRIPTION="KDE4 core libraries."
10
11 DEPEND=">= x11-libs/libICE-1
12 >= x11-libs/libSM-1
13 >= x11-libs/libX11-1
14 >= x11-libs/libXau-1
15 >= x11-libs/libXcursor-1
16 >= x11-libs/libXdmcp-1
17 >= x11-libs/libXext-1
18 >= x11-libs/libXfixes-4
19 >= x11-libs/libXft-2
20 >= x11-libs/libXpm-3
21 >= x11-libs/libXrender-0.9
22 >= x11-libs/libXtst-1
23 >= virtual/opengl
24 >= x11-apps/rgb-1
25 >= x11-apps/iceauth-1
26 >= app-arch/bzip2-1.0.2
27 >= dev-libs/libxslt-1.1.24
28 >= dev-libs/libxml2-2.7
29 >= dev-libs/libpcre-7.9
30 >= dev-libs/openssl-0.9.8
31 >= media-libs/fontconfig-2
32 >= media-libs/freetype-2
33 >= media-libs/alsa-lib-1.0.19
34 >= media-libs/libtiff-3.8
35 >= app-admin/fam-2.7.0
36 >= app-text/ghostscript-esp-8.15
37 >= media-libs/giflib-4
38 >= media-libs/libjpeg-6b
39 >= media-libs/libpng-1.2.36
40 >= media-libs/libart_lgpl-2.3.20
41 >= media-libs/libjasper-1.900
42 >= media-libs/openexr-1.6
43 >= net-dns/libidn-1.14
44 >= app-text/aspell-0.60
45 >= net-dns/avahi-qt4-0.6.25
46 >= sys-apps/dbus-1.2
47 >= x11-misc/shared-mime-info-0.60
48 >= app-misc/strigi-0.6.5
49 >= dev-libs/soprano-2.2.3
50 >= kde-base/phonon-4.3.1
51 >= kde-base/kde4-env-${PVER}"
52
53 SDEPEND=">= sys-dev/gettext-0.17"
54
55 sminclude kde4
56
57 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
58
59 src_compile()
60 {
61 cd ${SRCDIR}
62
63 kde4_configure \
64 -DKDE_DISTRIBUTION_TEXT=Magellan \
65 $(cmake_with BZip2) \
66 $(cmake_with FAM) \
67 $(cmake_with OpenGL) \
68 $(cmake_with ASPELL) \
69 $(cmake_with OpenSSL) \
70 $(cmake_with Avahi) \
71 $(cmake_with Soprano) \
72 $(cmake_with Jasper) \
73 $(cmake_with OpenEXR) \
74 $(cmake_without DNSSD) \
75 $(cmake_without HSPELL) \
76 $(cmake_without GSSAPI) \
77 $(cmake_without HSPELL) \
78 $(cmake_without ENCHANT) \
79 || die
80
81 mmake || die
82 }
83
84 postinstall()
85 {
86 kde4_postinstall
87
88 echo
89 echo "To have full zeroconf support with kde,"
90 echo "make sure the avahi daemons are running."
91 echo "Also multicast dns host lookups should be"
92 echo "enabled in '/etc/nsswitch.conf'."
93 echo "e.g: ipv6 'hosts: files mdns dns'"
94 echo "or for ipv4 'hosts: files mdns4 dns'"
95 echo
96 }

Properties

Name Value
svn:keywords Id