# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.13.5.ebuild,v 1.2 2006/05/06 13:03:23 allanonjl Exp $ inherit eutils gnome2 DESCRIPTION="An integrated VNC server for GNOME" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="avahi crypt gnutls jpeg zlib" RDEPEND=">=x11-libs/gtk+-2 >=gnome-base/gconf-2 >=gnome-base/libglade-2 >=gnome-base/libgnomeui-2.5.2 >=gnome-base/orbit-2 >=gnome-base/libbonobo-2 || ( x11-libs/libXtst virtual/x11 ) avahi? ( >=net-dns/avahi-0.6 ) crypt? ( >=dev-libs/libgcrypt-1.1.90 ) gnutls? ( >=net-libs/gnutls-1 ) jpeg? ( media-libs/jpeg ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.28" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" pkg_setup() { G2CONF="$(use_with jpeg) $(use_enable gnutls) $(use_enable crypt gcrypt) \ $(use_with zlib) $(use_with zlib libz) $(use_enable avahi) \ --enable-session-support" } src_unpack() { unpack "${A}" cd "${S}" # Fix compilation if --without-libz is passed epatch ${FILESDIR}/${PN}-2.11-zlib_fix.patch # Fix compilation for Gentoo/FreeBSD epatch ${FILESDIR}/${PN}-2.10.0-fbsd.patch }