Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3938 by niro, Sat Nov 14 10:26:15 2009 UTC revision 3939 by niro, Sat Nov 14 11:01:28 2009 UTC
# Line 7  PBUILD="r1" Line 7  PBUILD="r1"
7  PCATEGORIE="kde-base"  PCATEGORIE="kde-base"
8  STATE="unstable"  STATE="unstable"
9    
10  DESCRIPTION="KDE network applications."  DESCRIPTION="KDE4 network applications."
11    
12  # kget deps:  # kget deps:
13  # torrent support needs qca & gmp  # torrent support needs qca & gmp
# Line 18  DESCRIPTION="KDE network applications." Line 18  DESCRIPTION="KDE network applications."
18  # webpresence: libxml2, libxslt  # webpresence: libxml2, libxslt
19  #  #
20  # kopete protocols with deps  # kopete protocols with deps
21  # gadu: openssl  # gadu: openssl, libgadu
22  # groupwise: qca-2  # groupwise: qca-2
23  # irc: NO DEPS, probably will fail so inform user about it  # irc: NO DEPS, probably will fail so inform user about it
24  # jabber: libidn, qca-2  # jabber: libidn, qca-2
# Line 26  DESCRIPTION="KDE network applications." Line 26  DESCRIPTION="KDE network applications."
26  # meanwhile: meanwhile  # meanwhile: meanwhile
27  # msn: libmsn == this is wlm plugin, we disable msn one  # msn: libmsn == this is wlm plugin, we disable msn one
28  # telepathy: net-libs/decibel  # telepathy: net-libs/decibel
29    # webcam support: libv4l
30  #  #
31  # disabled kopete protocols  # disabled kopete protocols
32  #   telepathy: decibel  #   telepathy: decibel
# Line 37  DESCRIPTION="KDE network applications." Line 38  DESCRIPTION="KDE network applications."
38  # krfb deps:  # krfb deps:
39  # krfb: libvncserver, openslp, libXdamage  # krfb: libvncserver, openslp, libXdamage
40  #  #
41    
42  DEPEND="== kde-base/kdebase4-${PVER}  DEPEND="== kde-base/kdebase4-${PVER}
43     == kde-base/kdelibs4-experimental-${PVER}
44   >= kde-base/qimageblitz-0.0.4   >= kde-base/qimageblitz-0.0.4
45   >= app-crypt/qca-2   >= app-crypt/qca-2
46   >= app-crypt/qca-ossl-2   >= app-crypt/qca-ossl-2
# Line 49  DEPEND="== kde-base/kdebase4-${PVER} Line 52  DEPEND="== kde-base/kdebase4-${PVER}
52   >= dev-libs/openssl-0.9.8   >= dev-libs/openssl-0.9.8
53   >= dev-libs/soprano-2.3.1   >= dev-libs/soprano-2.3.1
54   >= dev-perl/io-socket-ssl-1.31   >= dev-perl/io-socket-ssl-1.31
55     >= media-libs/alsa-lib-1.0.21
56   >= media-libs/libjpeg-7   >= media-libs/libjpeg-7
57     >= media-libs/libv4l-0.6.1
58   >= media-libs/speex-1.2_rc1   >= media-libs/speex-1.2_rc1
59   >= net-dialup/ppp-2.4.4   >= net-dialup/ppp-2.4.4
60   >= net-dns/libidn-1.15   >= net-dns/libidn-1.15
61   >= net-dns/avahi-qt4-0.6.25   >= net-dns/avahi-qt4-0.6.25
62   >= net-misc/rdesktop-1.6   >= net-misc/rdesktop-1.6
63     >= net-libs/libgadu-1.8.2
64   >= net-libs/libmsn-4.0   >= net-libs/libmsn-4.0
65   >= net-libs/libotr-3.2.0   >= net-libs/libotr-3.2.0
66   >= net-libs/libvncserver-0.9.7   >= net-libs/libvncserver-0.9.7
# Line 92  src_compile() Line 98  src_compile()
98   $(cmake_with GMP) \   $(cmake_with GMP) \
99   $(cmake_with IDN) \   $(cmake_with IDN) \
100   $(cmake_with JPEG) \   $(cmake_with JPEG) \
101     $(cmake_with Libgadu) \
102   $(cmake_with LibMeanwhile) \   $(cmake_with LibMeanwhile) \
103   $(cmake_with LibOTR) \   $(cmake_with LibOTR) \
104   $(cmake_with Libmsn) \   $(cmake_with Libmsn) \
105   $(cmake_with LibXml2) \   $(cmake_with LibXml2) \
106   $(cmake_with LibXslt) \   $(cmake_with LibXslt) \
107     $(cmake_with LibV4L2) \
108   $(cmake_with LibVNCServer) \   $(cmake_with LibVNCServer) \
109   $(cmake_with OpenSSL) \   $(cmake_with OpenSSL) \
110   $(cmake_with QCA2) \   $(cmake_with QCA2) \

Legend:
Removed from v.3938  
changed lines
  Added in v.3939