diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 11:07:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 11:07:37 +0000 |
commit | 58fcb31a8499f62de62e567ff7b97bb8727c1379 (patch) | |
tree | 5e79c18f3f18a39b982b76455a9aee019c5e0b98 /media-video/came | |
parent | Version bump. (diff) | |
download | historical-58fcb31a8499f62de62e567ff7b97bb8727c1379.tar.gz historical-58fcb31a8499f62de62e567ff7b97bb8727c1379.tar.bz2 historical-58fcb31a8499f62de62e567ff7b97bb8727c1379.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/came')
-rw-r--r-- | media-video/came/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/came/Manifest | 14 | ||||
-rw-r--r-- | media-video/came/came-1.9.ebuild | 28 | ||||
-rw-r--r-- | media-video/came/files/digest-came-1.9 | 1 |
4 files changed, 48 insertions, 2 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/Manifest b/media-video/came/Manifest index fcee68d2d984..d4650a00cc0d 100644 --- a/media-video/came/Manifest +++ b/media-video/came/Manifest @@ -1,5 +1,17 @@ -MD5 70999e390ecb095550b21608da1fe5f3 ChangeLog 1103 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 cfb43c02f4ed5d9b15f60f7aff7e1ace came-1.9.ebuild 730 MD5 b1a58a9eebfee381f6414ee4125be12b came-1.7.ebuild 846 MD5 3ab58c86719dde2a493f617bed8aa556 metadata.xml 219 +MD5 ce1e7a0ed7dca08c38f9ebc892807d00 ChangeLog 1214 +MD5 c56b3f3e9001377bd3df60c9274718c1 files/digest-came-1.9 59 MD5 789d8429d5cdaa27f79660c1511ed047 files/1.7-true-false.patch 391 MD5 1fa59c4f95015feb3cb965f4c9951304 files/digest-came-1.7 59 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC2jwOgIKl8Uu19MoRAtSzAJ9+Ak/PtA+BaZjB0Jr+n8+a5QKKTwCggwbH +/S17iJDtyjKnOQdApnkn9VQ= +=5k+s +-----END PGP SIGNATURE----- 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 |