blob: b5d26cda90c330e279789494a7dd7950b5876e91 [file] [log] [blame]
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.3.4.ebuild,v 1.3 2010/01/22 19:22:13 abcd Exp $
EAPI="2"
KMNAME="kdenetwork"
inherit kde4-meta
DESCRIPTION="VNC-compatible server to share KDE desktops"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook zeroconf"
DEPEND="
>=net-libs/libvncserver-0.9
net-libs/openslp
!aqua? ( x11-libs/libXdamage )
zeroconf? (
|| (
net-dns/avahi[mdnsresponder-compat]
net-misc/mDNSResponder
)
)
"
RDEPEND="${DEPEND}"
src_configure() {
# krfb requires both slp and vnc to build
mycmakeargs=(
-DWITH_Xmms=OFF -DWITH_SLP=ON -DWITH_LibVNCServer=ON
$(cmake-utils_use_with zeroconf DNSSD)
)
kde4-meta_src_configure
}