diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-24 06:45:13 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-24 06:45:13 +0000 |
commit | 3e10f4d20470e58a246ff69ab29e91c876fe1168 (patch) | |
tree | 4a2f900e7440b177f184186e386bcef05915fc09 | |
parent | version bump (diff) | |
download | gentoo-2-3e10f4d20470e58a246ff69ab29e91c876fe1168.tar.gz gentoo-2-3e10f4d20470e58a246ff69ab29e91c876fe1168.tar.bz2 gentoo-2-3e10f4d20470e58a246ff69ab29e91c876fe1168.zip |
version bump
-rw-r--r-- | media-video/camstream/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/camstream/Manifest | 4 | ||||
-rw-r--r-- | media-video/camstream/camstream-0.26.3.ebuild | 27 | ||||
-rw-r--r-- | media-video/camstream/files/digest-camstream-0.26.3 | 1 |
4 files changed, 36 insertions, 3 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index eb50d5bdc835..45c2adcfa66b 100644 --- a/media-video/camstream/ChangeLog +++ b/media-video/camstream/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2003/11/19 11:18:30 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.7 2003/11/24 06:45:09 phosphan Exp $ + +*camstream-0.26.3 (24 Nov 2003) + + 24 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> camstream-0.26.3.ebuild: + New bugfix release - patches not required any more. 19 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> camstream-0.26.2.ebuild, files/camstream-0.26.2-gcc33-multiline-string-fix.patch, diff --git a/media-video/camstream/Manifest b/media-video/camstream/Manifest index ba6486dff719..5b316b595437 100644 --- a/media-video/camstream/Manifest +++ b/media-video/camstream/Manifest @@ -1,6 +1,6 @@ -MD5 f68130aae686b6dd5aba46046370ae3d camstream-0.26.3.ebuild 787 +MD5 64901b014087bc86a2a8afbe017cc1eb camstream-0.26.3.ebuild 787 MD5 c4108adf67a9c64b0834e736cd50e52b camstream-0.26.2.ebuild 1092 -MD5 03fea4debeb4c2746c66178f4ced8111 ChangeLog 1424 +MD5 10b971c951996700c48a28ef6126b75b ChangeLog 1590 MD5 5ef11878179d451985ee7157a416c27e metadata.xml 222 MD5 e44f9499a8044ecb7eb25cc6aa60f587 files/uicmocpath.patch 692 MD5 fa77f9f938f5a434d5732389213b7b5a files/camstream-0.26.2-gcc33-multiline-string-fix.patch 888 diff --git a/media-video/camstream/camstream-0.26.3.ebuild b/media-video/camstream/camstream-0.26.3.ebuild new file mode 100644 index 000000000000..becab0b16b0e --- /dev/null +++ b/media-video/camstream/camstream-0.26.3.ebuild @@ -0,0 +1,27 @@ +# 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.3.ebuild,v 1.1 2003/11/24 06:45:09 phosphan Exp $ + +inherit kde-functions + +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" + +need-qt 3 + +# camstream configure script gets it wrong, sometimes + +DEPEND="virtual/x11" + +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.3 b/media-video/camstream/files/digest-camstream-0.26.3 new file mode 100644 index 000000000000..389c0f92ba58 --- /dev/null +++ b/media-video/camstream/files/digest-camstream-0.26.3 @@ -0,0 +1 @@ +MD5 1662fe8fd9af9e0065ba77254e836748 camstream-0.26.3.tar.gz 1585623 |