diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-03-19 14:28:16 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-03-19 14:28:16 +0000 |
commit | 6b4e0d73b715b06ac718e1109c6a270f9fd0621f (patch) | |
tree | 2545560f1d6c30d8b8790a9d0f9218809902290e /media-video | |
parent | updated SRC_URI to use gnome.org (diff) | |
download | gentoo-2-6b4e0d73b715b06ac718e1109c6a270f9fd0621f.tar.gz gentoo-2-6b4e0d73b715b06ac718e1109c6a270f9fd0621f.tar.bz2 gentoo-2-6b4e0d73b715b06ac718e1109c6a270f9fd0621f.zip |
new package, closes bug #13059
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/camstream/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/camstream/camstream-0.26.2.ebuild | 23 | ||||
-rw-r--r-- | media-video/camstream/files/digest-camstream-0.26.2 | 1 |
3 files changed, 34 insertions, 0 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog new file mode 100644 index 000000000000..1b60bcc299b3 --- /dev/null +++ b/media-video/camstream/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-video/camstream +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.1 2003/03/19 14:28:16 phosphan Exp $ + +*camstream-0.26.2 (19 Mar 2003) + + 19 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> ChangeLog, + camstream-0.26.2.ebuild, files/digest-camstream-0.26.2 : + Initial import. This closes bug #13059 - let's see if it has + to be reopened if someone else has Burton's problems. diff --git a/media-video/camstream/camstream-0.26.2.ebuild b/media-video/camstream/camstream-0.26.2.ebuild new file mode 100644 index 000000000000..12518a5f3dab --- /dev/null +++ b/media-video/camstream/camstream-0.26.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.2.ebuild,v 1.1 2003/03/19 14:28:16 phosphan Exp $ + +DESCRIPTION="Collection of tools for webcams and other video devices" +HOMEPAGE="http://www.smcc.demon.nl/camstream/" +SRC_URI="http://www.smcc.demon.nl/camstream/download/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" +IUSE="doc" + +DEPEND="virtual/x11 + virtual/glibc + >=x11-libs/qt-2.2.2* + " +src_install () { + dobin camstream/camstream camstream/caminfo camstream/ftpput + dodir /usr/share/${PN}/icons + insinto /usr/share/${PN}/icons + doins camstream/icons/*.png + use doc && dohtml -r docs/* +} diff --git a/media-video/camstream/files/digest-camstream-0.26.2 b/media-video/camstream/files/digest-camstream-0.26.2 new file mode 100644 index 000000000000..b91ee31b1e49 --- /dev/null +++ b/media-video/camstream/files/digest-camstream-0.26.2 @@ -0,0 +1 @@ +MD5 5f2f245f6c7c1255ee60a007527e2fd2 camstream-0.26.2.tar.gz 1582487 |