Portage is a package management system used by Gentoo Linux
# ChangeLog for media-video/came
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/came/ChangeLog,v 1.11 2007/04/17 12:43:43 dragonheart Exp $
*came-1.9-r1 (17 Apr 2007)
17 Apr 2007; Daniel Black
+files/came-1.9-curl-friendly.patch, -came-1.7.ebuild, came-1.9.ebuild,
+came-1.9-r1.ebuild:
old version wipe. added curl-7.16 compitable version and limited the
previous version. bug #157711
03 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
16 Sep 2005; Ciaran McCreesh
Converted to UTF-8, fixed encoding screwups
*came-1.9 (17 Jul 2005)
17 Jul 2005; Mike Frysinger
Version bump.
10 May 2005; David Holm
Added to ~ppc.
*came-1.7 (29 Dec 2003)
11 Apr 2004; Mike Frysinger
Add patch to define TRUE/FALSE if they're not already defined.
#47424 by Claes Nästén.
29 Dec 2003; Martin Holzer
Version bumped. Closes 34158
*came-1.3 (09 Feb 2003)
09 Feb 2003; Jared H. Hudson
*came-1.2 (1 Feb 2002)
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX 1.7-true-false.patch 391 RMD160 803a8c7800d215d80c1c04500f83f299c6352773 SHA1 efa9e71d9da50bcd927e76495e5bd652ffcd054b SHA256 93e53111c967a94844dd6df653bdddcbc915cbdffd9bf1476b3f3c2434e5ef49
AUX came-1.9-curl-friendly.patch 373 RMD160 7a2349cf832a9544a88d63470e7aa175a6be93ab SHA1 9b9615d07081331ba51ca8d460b82fa6f6e3a3e3 SHA256 0ddedb2cc6c1828813c7a3e4df050f24e1ad0d82b4e17f63e73131e17ace40e4
DIST camE-1.9.tar.gz 39315 RMD160 75b7f0b6b63f7deb273d47c8226896264e6f323b SHA1 1718ff0662a3183fd8386711bb4b9195abbd170f SHA256 636b5d573ff9bb05be5a631ecf107152949b55eca3942f4a584a8b0325258db5
EBUILD came-1.9-r1.ebuild 816 RMD160 1110b1581aac2f5950feb47e66ca3ca158f897e7 SHA1 0a9f3d22a1d8dd4bf2af966971f84bbbe0ccb0d7 SHA256 5b1e7e288bc94f3216d026f094c9570294766790e180f0efb9eed81d59cb5665
EBUILD came-1.9.ebuild 735 RMD160 4e5b4bae953e0f38b0abba7db0000baa23233f38 SHA1 aabec765f708f14ef433d20e9b119fae933dc919 SHA256 be1bfbb17c5ba17a555c552132063f15a8d4e5202cc46126b9de72127805443c
MISC ChangeLog 1720 RMD160 e3553e6a4cc61e835c456af18eebd7568ddc841b SHA1 1c9cc2bb8dfba348ff9de24aa338eda9b01153eb SHA256 8d9df35add8058bc00de4ae8f1061a1a894172c4117ea3185ff98a628e286131
MISC metadata.xml 158 RMD160 d91ff64b3e5f86657b8b6ba02c41a26247a2fac7 SHA1 9ac37da489ebe6e58e32fe8e037b1ef2d99c6638 SHA256 f9dd4fb4a7f368e776ea0d7d394dad8f3a674e67f6103d6fb58a8a98971eeee4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFIQNmsj9hvisErhMIRAsyBAJ9iY9jNo65xOLZrHQrtjSw8Ojp0EQCfcAfH
9diR8tk4iKhrkb0TmDPs3gM=
=4jjc
-----END PGP SIGNATURE-----
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.9-r1.ebuild,v 1.1 2007/04/17 12:43:43 dragonheart 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_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${P}-curl-friendly.patch
}
src_compile() {
emake || die
}
src_install() {
dobin camE || die
dodoc AUTHORS camE_text.style camE_title.style example.camErc example.camErc.ssh
}
# Copyright 1999-2007 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.2 2007/04/17 12:43:43 dragonheart 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="
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
}