# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-cdr/xfburn/xfburn-0.4.2.ebuild,v 1.7 2009/10/24 18:36:19 ssuominen Exp $ EAPI=2 EAUTORECONF=yes inherit xfconf DESCRIPTION="GTK+ based CD and DVD burning application" HOMEPAGE="http://goodies.xfce.org/projects/applications/xfburn" SRC_URI="mirror://xfce/src/apps/${PN}/0.4/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="+dbus debug gstreamer hal thunar" RDEPEND=">=dev-libs/libburn-0.4.2 >=dev-libs/libisofs-0.6.2 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfcegui4-4.4 >=xfce-base/exo-0.3 dbus? ( dev-libs/dbus-glib ) gstreamer? ( media-libs/gstreamer >=media-libs/gst-plugins-base-0.10.20 ) hal? ( sys-apps/hal ) thunar? ( xfce-base/thunar )" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool sys-devel/gettext" pkg_setup() { XFCONF="--disable-dependency-tracking $(use_enable dbus) $(use_enable debug) $(use_enable gstreamer) $(use_enable hal) $(use_enable thunar thunar-vfs)" DOCS="AUTHORS ChangeLog NEWS README TODO" PATCHES=( "${FILESDIR}/${P}-exo.patch" ) }