summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn P. Davis <zhen@gentoo.org>2002-11-26 06:22:30 +0000
committerJohn P. Davis <zhen@gentoo.org>2002-11-26 06:22:30 +0000
commit889aa6006ebe960b80ed6e2cddcc5db620589fa5 (patch)
treea249b5eb63c6461e443d04e8e5853cec2d998aab /media-video/camsource
parentthe new digests for rc5, the updated packages. also change arts ebuild to use... (diff)
downloadgentoo-2-889aa6006ebe960b80ed6e2cddcc5db620589fa5.tar.gz
gentoo-2-889aa6006ebe960b80ed6e2cddcc5db620589fa5.tar.bz2
gentoo-2-889aa6006ebe960b80ed6e2cddcc5db620589fa5.zip
new webcam software
Diffstat (limited to 'media-video/camsource')
-rw-r--r--media-video/camsource/camsource-0.5.1.ebuild38
1 files changed, 38 insertions, 0 deletions
diff --git a/media-video/camsource/camsource-0.5.1.ebuild b/media-video/camsource/camsource-0.5.1.ebuild
new file mode 100644
index 000000000000..3a99a24e2998
--- /dev/null
+++ b/media-video/camsource/camsource-0.5.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="Camsource grabs images from a video4linux device and makes them available
+ to various plugins for processing or handling. Camsource can also be used
+ as a streaming webcam server."
+
+HOMEPAGE="http://camsource.sourceforge.net/"
+SRC_URI="ftp://ftp.sf.net/pub/sourceforge/camsource/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~sparc64 ~ppc ~alpha"
+IUSE=""
+
+DEPEND=">=dev-libs/libxml2-2.4.22
+ >=media-libs/imlib-1.9.13-r2"
+
+RDEPEND=""
+S=${WORKDIR}/${P}
+
+src_compile() {
+
+ econf || die
+ emake || die
+}
+
+src_install() {
+
+ einstall
+}
+
+pkg_postinst() {
+
+ einfo "Please edit the configuration file: "
+ einfo "/etc/camsource.conf.example"
+ einfo "to your liking."
+
+}