You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/entangle/entangle-0.4.1.ebuild

43 lines
1.0 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.4.1.ebuild,v 1.1 2012/12/31 02:50:01 flameeyes Exp $
EAPI=4
inherit gnome2
DESCRIPTION="Tethered Camera Control & Capture"
HOMEPAGE="http://entangle-photo.org/"
SRC_URI="http://entangle-photo.org/download/sources/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-libs/glib-2.26:2
>=x11-libs/gdk-pixbuf-2.12.0:2
x11-libs/gtk+:3
>=sys-fs/udev-145[gudev]
>=dev-libs/dbus-glib-0.60
>=dev-libs/gobject-introspection-0.9.3
>=media-libs/libgphoto2-2.4.11
>=media-libs/lcms-1.18
>=dev-libs/libpeas-0.5.5[gtk]
>=media-libs/gexiv2-0.2.2
>=x11-libs/libXext-1.3.0"
RDEPEND="${DEPEND}"
DEPEND+="
virtual/pkgconfig"
G2CONF+="
--disable-maintainer-mode
--disable-dependency-tracking
--docdir=/usr/share/doc/${PF}
--htmldir=/usr/share/doc/${PF}/html
--disable-werror
--disable-static
--disable-silent-rules"
DOCS=( AUTHORS ChangeLog NEWS README )