diff options
author | 2005-07-17 11:07:37 +0000 | |
---|---|---|
committer | 2005-07-17 11:07:37 +0000 | |
commit | 6c7a811c8f179c04f692d3bdf747489afb4c3503 (patch) | |
tree | 2cf198688594fe92620c1b8b0a6486289b62c3f0 /media-video | |
parent | ppc stable (diff) | |
download | gentoo-2-6c7a811c8f179c04f692d3bdf747489afb4c3503.tar.gz gentoo-2-6c7a811c8f179c04f692d3bdf747489afb4c3503.tar.bz2 gentoo-2-6c7a811c8f179c04f692d3bdf747489afb4c3503.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/came/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/came/came-1.9.ebuild | 28 | ||||
-rw-r--r-- | media-video/came/files/digest-came-1.9 | 1 |
3 files changed, 35 insertions, 1 deletions
diff --git a/media-video/came/ChangeLog b/media-video/came/ChangeLog index a0a0f9528b66..cc84349c9a53 100644 --- a/media-video/came/ChangeLog +++ b/media-video/came/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/came # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/came/ChangeLog,v 1.7 2005/05/10 13:06:10 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/came/ChangeLog,v 1.8 2005/07/17 11:07:37 vapier Exp $ + +*came-1.9 (17 Jul 2005) + + 17 Jul 2005; Mike Frysinger <vapier@gentoo.org> +came-1.9.ebuild: + Version bump. 10 May 2005; David Holm <dholm@gentoo.org> came-1.7.ebuild: Added to ~ppc. diff --git a/media-video/came/came-1.9.ebuild b/media-video/came/came-1.9.ebuild new file mode 100644 index 000000000000..476b6f8cff6b --- /dev/null +++ b/media-video/came/came-1.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.9.ebuild,v 1.1 2005/07/17 11:07:37 vapier Exp $ + +inherit eutils + +DESCRIPTION="rewrite of the xawtv webcam app, which adds imlib2 support and a lot of new features" +HOMEPAGE="http://linuxbrit.co.uk/camE/" +SRC_URI="http://linuxbrit.co.uk/downloads/camE-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=net-misc/curl-7.9.1 + >=media-libs/giblib-1.2.3" + +S=${WORKDIR}/camE-${PV} + +src_compile() { + emake || die +} + +src_install() { + dobin camE || die + dodoc AUTHORS camE_text.style camE_title.style example.camErc example.camErc.ssh +} diff --git a/media-video/came/files/digest-came-1.9 b/media-video/came/files/digest-came-1.9 new file mode 100644 index 000000000000..43a664e2853a --- /dev/null +++ b/media-video/came/files/digest-came-1.9 @@ -0,0 +1 @@ +MD5 8bdc049b01cd32088eef8cccf3c096ab camE-1.9.tar.gz 39315 |