diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-08-09 17:35:09 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-08-09 17:35:09 +0000 |
commit | 43aa1047adebba3e64fa6cddb94b947cb6ed9356 (patch) | |
tree | 2c4e33ee0bdcb9d825a96b8300056dd707415657 /media-plugins/libdc1394/libdc1394-0.9.5.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-43aa1047adebba3e64fa6cddb94b947cb6ed9356.tar.gz historical-43aa1047adebba3e64fa6cddb94b947cb6ed9356.tar.bz2 historical-43aa1047adebba3e64fa6cddb94b947cb6ed9356.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.ebuild | 25 |
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 +} |