summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-11 13:17:49 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-11 13:17:49 +0000
commit36e6ccd0f1fc6f68d3f7fb163e139e0613301364 (patch)
treeb9630a34957692ac64391d79ece431d0bd75d8cf /media-video/came
parentclean up a lot of mistakes (diff)
downloadhistorical-36e6ccd0f1fc6f68d3f7fb163e139e0613301364.tar.gz
historical-36e6ccd0f1fc6f68d3f7fb163e139e0613301364.tar.bz2
historical-36e6ccd0f1fc6f68d3f7fb163e139e0613301364.zip
blah
Diffstat (limited to 'media-video/came')
-rw-r--r--media-video/came/Manifest16
-rw-r--r--media-video/came/came-1.7.ebuild15
2 files changed, 25 insertions, 6 deletions
diff --git a/media-video/came/Manifest b/media-video/came/Manifest
index 787e2c0871d9..542d9818f058 100644
--- a/media-video/came/Manifest
+++ b/media-video/came/Manifest
@@ -1,5 +1,15 @@
-MD5 789d8429d5cdaa27f79660c1511ed047 files/1.7-true-false.patch 391
-MD5 1fa59c4f95015feb3cb965f4c9951304 files/digest-came-1.7 59
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 9edfe2969f5182cb61e4c88b62bd2490 ChangeLog 1033
-MD5 3a657c55fe8d5f9da62c8a18fdc617af came-1.7.ebuild 754
+MD5 d984d4b771b80670b4c4d5edf7b65174 came-1.7.ebuild 850
MD5 3ab58c86719dde2a493f617bed8aa556 metadata.xml 219
+MD5 789d8429d5cdaa27f79660c1511ed047 files/1.7-true-false.patch 391
+MD5 1fa59c4f95015feb3cb965f4c9951304 files/digest-came-1.7 59
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFAybEHHTu7gpaalycRArEXAJ4haf1TsWvuRe0zjneIho2UmmtOIQCfRFBP
+ZI/xA7cs1JSxlsEP2nb/Exc=
+=DQSA
+-----END PGP SIGNATURE-----
diff --git a/media-video/came/came-1.7.ebuild b/media-video/came/came-1.7.ebuild
index 9743dac947bb..91521d6f491f 100644
--- a/media-video/came/came-1.7.ebuild
+++ b/media-video/came/came-1.7.ebuild
@@ -1,22 +1,31 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.7.ebuild,v 1.2 2004/03/29 01:04:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.7.ebuild,v 1.3 2004/06/11 13:17:49 vapier Exp $
-DESCRIPTION="camE is a rewrite of the xawtv webcam app, which adds imlib2 support and a lot of new features"
+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="~x86"
+IUSE=""
DEPEND=">=net-misc/curl-7.9.1
>=media-libs/giblib-1.2.3"
S=${WORKDIR}/camE-${PV}
-src_compile() {
+src_unpack() {
+ unpack ${A}
+ cd ${S}
sed -i -e "s:/usr/local:/usr:" Makefile
+ epatch ${FILESDIR}/${PV}-true-false.patch
+}
+
+src_compile() {
emake || die
}