summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/coriander/coriander-2.0.2.ebuild')
-rw-r--r--media-video/coriander/coriander-2.0.2.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/media-video/coriander/coriander-2.0.2.ebuild b/media-video/coriander/coriander-2.0.2.ebuild
new file mode 100644
index 000000000000..e54d3d615a60
--- /dev/null
+++ b/media-video/coriander/coriander-2.0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="A Gnome2 GUI for firewire camera control and capture"
+HOMEPAGE="http://sourceforge.net/projects/coriander/"
+
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+# ffmpeg? ( media-video/ffmpeg ) left out, because ffmpeg support is in
+# development
+RDEPEND="
+ >=media-libs/libdc1394-2.0.0
+ media-libs/libsdl
+ media-libs/tiff:0
+ gnome-base/libgnomeui
+ gnome-base/libbonoboui
+ gnome-base/libgnomecanvas
+ gnome-base/libgnome
+ gnome-base/orbit
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"