summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-08-09 17:35:09 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-08-09 17:35:09 +0000
commit64544e1d67cb9f322d39b9f8db0bc80a4765e8bf (patch)
treebd08a4062611e4fa88db3180b1179eefe9e6fa0e /media-plugins/libdc1394/libdc1394-0.9.5.ebuild
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-64544e1d67cb9f322d39b9f8db0bc80a4765e8bf.tar.gz
gentoo-2-64544e1d67cb9f322d39b9f8db0bc80a4765e8bf.tar.bz2
gentoo-2-64544e1d67cb9f322d39b9f8db0bc80a4765e8bf.zip
Provides support for the isight webcam under linux
Diffstat (limited to 'media-plugins/libdc1394/libdc1394-0.9.5.ebuild')
-rw-r--r--media-plugins/libdc1394/libdc1394-0.9.5.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/libdc1394/libdc1394-0.9.5.ebuild b/media-plugins/libdc1394/libdc1394-0.9.5.ebuild
new file mode 100644
index 000000000000..2e76d7b00780
--- /dev/null
+++ b/media-plugins/libdc1394/libdc1394-0.9.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/libdc1394/libdc1394-0.9.5.ebuild,v 1.1 2004/08/09 17:35:09 pvdabeel Exp $
+
+DESCRIPTION="libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/)"
+HOMEPAGE="http://sourceforge.net/projects/libdc1394/"
+
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ppc"
+IUSE=""
+
+DEPEND=">=sys-libs/libraw1394-0.9.0
+ sys-devel/libtool"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc NEWS README AUTHORS
+}