Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/v4l-utils: v4l-utils-1.6.2.ebuild ChangeLog
Date: Wed, 03 Dec 2014 08:45:51
Message-Id: 20141203084547.4296CB6DD@oystercatcher.gentoo.org
1 aballier 14/12/03 08:45:47
2
3 Modified: v4l-utils-1.6.2.ebuild ChangeLog
4 Log:
5 pass --without-jpeg as this only applies to the lib, bug #531458
6
7 Signed-off-by: aballier@g.o
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.3 media-tv/v4l-utils/v4l-utils-1.6.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild?r1=1.2&r2=1.3
16
17 Index: v4l-utils-1.6.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- v4l-utils-1.6.2.ebuild 26 Nov 2014 11:45:30 -0000 1.2
24 +++ v4l-utils-1.6.2.ebuild 3 Dec 2014 08:45:47 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 1.2 2014/11/26 11:45:30 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 1.3 2014/12/03 08:45:47 aballier Exp $
30
31 EAPI=5
32 inherit eutils udev
33 @@ -35,7 +35,7 @@
34 $(use_enable qt4 qv4l2) \
35 $(use_with udev libudev) \
36 --with-udevdir="$(get_udevdir)" \
37 - --with-jpeg
38 + --without-jpeg
39 }
40
41 src_install() {
42
43
44
45 1.44 media-tv/v4l-utils/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.44&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.44&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?r1=1.43&r2=1.44
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v
54 retrieving revision 1.43
55 retrieving revision 1.44
56 diff -u -r1.43 -r1.44
57 --- ChangeLog 26 Nov 2014 11:45:30 -0000 1.43
58 +++ ChangeLog 3 Dec 2014 08:45:47 -0000 1.44
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-tv/v4l-utils
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.43 2014/11/26 11:45:30 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.44 2014/12/03 08:45:47 aballier Exp $
64 +
65 + 03 Dec 2014; Alexis Ballier <aballier@g.o> v4l-utils-1.6.2.ebuild:
66 + pass --without-jpeg as this only applies to the lib, bug #531458
67
68 26 Nov 2014; Alexis Ballier <aballier@g.o> v4l-utils-1.6.2.ebuild:
69 keyword ~arm