# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" KMNAME=kdenetwork inherit kde4svn-meta DESCRIPTION="KDE remote desktop connection (RDP and VNC) client" KEYWORDS="" IUSE="debug htmlhandbook jpeg vnc zeroconf" #nx? ( >=net-misc/nxcl-0.9-r1 ) doesnt work atm #sed -e '72,74d' -i ${WORKDIR}/krdc_build/krdc/cmake_install.cmake || die "sed failed" #nomachine default key isnt there, doesnt matter DEPEND=" jpeg? ( media-libs/jpeg ) vnc? ( >=net-libs/libvncserver-0.9 ) zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) )" RDEPEND="${DEPEND}" src_compile() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with jpeg JPEG) $(cmake-utils_use_with vnc LibVNCServer) $(cmake-utils_use_with zeroconf DNSSD)" kde4overlay-meta_src_compile }