diff options
author | John P. Davis <zhen@gentoo.org> | 2003-05-05 15:48:39 +0000 |
---|---|---|
committer | John P. Davis <zhen@gentoo.org> | 2003-05-05 15:48:39 +0000 |
commit | be3fb4597188fd333bde86d8c310d7a04783924e (patch) | |
tree | 89c89bc283192c088dcdd39abab545e5249e36fc /media-video | |
parent | Version bumped. Closes #20307. (diff) | |
download | gentoo-2-be3fb4597188fd333bde86d8c310d7a04783924e.tar.gz gentoo-2-be3fb4597188fd333bde86d8c310d7a04783924e.tar.bz2 gentoo-2-be3fb4597188fd333bde86d8c310d7a04783924e.zip |
updated ebuild for camsource
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/camsource/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/camsource/camsource-0.7.0.ebuild | 39 | ||||
-rw-r--r-- | media-video/camsource/files/digest-camsource-0.7.0 | 1 |
3 files changed, 47 insertions, 1 deletions
diff --git a/media-video/camsource/ChangeLog b/media-video/camsource/ChangeLog index e4bac97abc7c..5c0d4615bfec 100644 --- a/media-video/camsource/ChangeLog +++ b/media-video/camsource/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/camsource # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/ChangeLog,v 1.3 2003/02/12 07:37:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/ChangeLog,v 1.4 2003/05/05 15:48:16 zhen Exp $ + +*camsource-0.7.0 (05 May 2003) + + 05 May 2003; <zhen@gentoo.org> camsource-0.7.0.ebuild: + just the updated ebuild, nothing too crazy. I changed the description so it + wasn't so fugly. *camsource-0.5.1 (26 Nov 2002) diff --git a/media-video/camsource/camsource-0.7.0.ebuild b/media-video/camsource/camsource-0.7.0.ebuild new file mode 100644 index 000000000000..356b44053f16 --- /dev/null +++ b/media-video/camsource/camsource-0.7.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camsource/camsource-0.7.0.ebuild,v 1.1 2003/05/05 15:48:16 zhen Exp $ + +DESCRIPTION="Camsource grabs images from a video4linux webcam device." + +HOMEPAGE="http://camsource.sourceforge.net/" +SRC_URI="http://umn.dl.sourceforge.net/sourceforge/camsource/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-libs/libxml2-2.4.22 + >=media-libs/jpeg-6b" + +RDEPEND="" +S=${WORKDIR}/${P} + +src_compile() { + + econf || die + emake || die +} + +src_install() { + + einstall +} + +pkg_postinst() { + + einfo "" + einfo "Please edit the configuration file: " + einfo "/etc/camsource.conf.example" + einfo "to your liking." + einfo "" + +} diff --git a/media-video/camsource/files/digest-camsource-0.7.0 b/media-video/camsource/files/digest-camsource-0.7.0 new file mode 100644 index 000000000000..1d52460f0fda --- /dev/null +++ b/media-video/camsource/files/digest-camsource-0.7.0 @@ -0,0 +1 @@ +MD5 3a5e0693df5a3f6c4f7959e3341b8032 camsource-0.7.0.tar.gz 241045 |