Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/spcaview: spcaview-20071224.ebuild ChangeLog
Date: Tue, 29 Sep 2009 11:14:25
Message-Id: E1Msaf0-0003w1-Tc@stork.gentoo.org
1 ssuominen 09/09/29 11:14:22
2
3 Modified: ChangeLog
4 Added: spcaview-20071224.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 media-video/spcaview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spcaview/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spcaview/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spcaview/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/spcaview/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 13 Jul 2007 22:04:15 -0000 1.10
23 +++ ChangeLog 29 Sep 2009 11:14:22 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/spcaview
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/spcaview/ChangeLog,v 1.10 2007/07/13 22:04:15 vapier Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/spcaview/ChangeLog,v 1.11 2009/09/29 11:14:22 ssuominen Exp $
30 +
31 +*spcaview-20071224 (29 Sep 2009)
32 +
33 + 29 Sep 2009; Samuli Suominen <ssuominen@g.o>
34 + +spcaview-20071224.ebuild, +files/spcaview-20071224-Makefile.patch:
35 + Version bump.
36
37 13 Jul 2007; Mike Frysinger <vapier@g.o>
38 +files/spcaview-20061208-build.patch, spcaview-20061208.ebuild:
39
40
41
42 1.1 media-video/spcaview/spcaview-20071224.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spcaview/spcaview-20071224.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spcaview/spcaview-20071224.ebuild?rev=1.1&content-type=text/plain
46
47 Index: spcaview-20071224.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/spcaview/spcaview-20071224.ebuild,v 1.1 2009/09/29 11:14:22 ssuominen Exp $
52
53 EAPI=2
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="A webcam viewer for the spca5xx driver"
57 HOMEPAGE="http://mxhaard.free.fr/sview.html"
58 SRC_URI="http://mxhaard.free.fr/spca50x/Download/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
63 IUSE=""
64
65 RDEPEND="media-libs/libsdl"
66 DEPEND="${RDEPEND}"
67
68 src_prepare() {
69 epatch "${FILESDIR}"/${P}-Makefile.patch
70 }
71
72 src_compile() {
73 tc-export CC
74 emake || die
75 }
76
77 src_install() {
78 dobin spca{view,serv,cat} || die
79 dodoc Changelog README
80 }