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/cinelerra: cinelerra-20120707.ebuild ChangeLog
Date: Mon, 10 Feb 2014 16:56:32
Message-Id: 20140210165629.302892004C@flycatcher.gentoo.org
1 ssuominen 14/02/10 16:56:29
2
3 Modified: cinelerra-20120707.ebuild ChangeLog
4 Log:
5 Missing virtual/glu dependency for USE="opengl" wrt #500904 by Michal Feix
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.10 media-video/cinelerra/cinelerra-20120707.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild?r1=1.9&r2=1.10
15
16 Index: cinelerra-20120707.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- cinelerra-20120707.ebuild 6 Feb 2014 08:20:19 -0000 1.9
23 +++ cinelerra-20120707.ebuild 10 Feb 2014 16:56:28 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v 1.9 2014/02/06 08:20:19 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v 1.10 2014/02/10 16:56:28 ssuominen Exp $
29
30 EAPI=5
31 inherit autotools eutils multilib flag-o-matic
32 @@ -45,7 +45,10 @@
33 >=sys-libs/libraw1394-1.2.0:=
34 >=sys-libs/libavc1394-0.5.0:=
35 )
36 - opengl? ( virtual/opengl )"
37 + opengl? (
38 + virtual/glu
39 + virtual/opengl
40 + )"
41 DEPEND="${RDEPEND}
42 app-arch/xz-utils
43 virtual/pkgconfig
44
45
46
47 1.68 media-video/cinelerra/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.68&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.68&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.67&r2=1.68
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
56 retrieving revision 1.67
57 retrieving revision 1.68
58 diff -u -r1.67 -r1.68
59 --- ChangeLog 6 Feb 2014 08:20:19 -0000 1.67
60 +++ ChangeLog 10 Feb 2014 16:56:28 -0000 1.68
61 @@ -1,6 +1,9 @@
62 # ChangeLog for media-video/cinelerra
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.67 2014/02/06 08:20:19 ssuominen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.68 2014/02/10 16:56:28 ssuominen Exp $
66 +
67 + 10 Feb 2014; Samuli Suominen <ssuominen@g.o> cinelerra-20120707.ebuild:
68 + Missing virtual/glu dependency for USE="opengl" wrt #500904 by Michal Feix
69
70 06 Feb 2014; Samuli Suominen <ssuominen@g.o> cinelerra-20120707.ebuild:
71 Make sure to pull in media-video/ffmpeg from SLOT="0" instead of eg.