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-video/cinelerra: cinelerra-20101104.ebuild ChangeLog
Date: Wed, 27 Apr 2011 18:08:12
Message-Id: 20110427180801.D522720054@flycatcher.gentoo.org
1 aballier 11/04/27 18:08:01
2
3 Modified: cinelerra-20101104.ebuild ChangeLog
4 Log:
5 fix build with latest linux headers (ie: drop v4l1 support), bug #361709; fix build with ffmpeg/libav trunk, convert to virtual/ffmpeg
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-video/cinelerra/cinelerra-20101104.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?r1=1.3&r2=1.4
15
16 Index: cinelerra-20101104.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- cinelerra-20101104.ebuild 4 Nov 2010 11:56:44 -0000 1.3
23 +++ cinelerra-20101104.ebuild 27 Apr 2011 18:08:01 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.3 2010/11/04 11:56:44 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.4 2011/04/27 18:08:01 aballier Exp $
30
31 EAPI=3
32 inherit autotools eutils multilib flag-o-matic
33 @@ -21,7 +21,7 @@
34 media-libs/a52dec
35 media-libs/libsndfile
36 media-libs/tiff
37 - media-video/ffmpeg
38 + virtual/ffmpeg
39 media-sound/lame
40 >=sci-libs/fftw-3.0.1
41 media-libs/x264
42 @@ -49,6 +49,8 @@
43 mmx? ( dev-lang/nasm )"
44
45 src_prepare() {
46 + epatch "${FILESDIR}/${PN}-v4l1_removal.patch" \
47 + "${FILESDIR}/${PN}-ffmpeg.patch"
48 AT_M4DIR="m4" eautoreconf
49 }
50
51
52
53
54 1.47 media-video/cinelerra/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.47&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.47&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.46&r2=1.47
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
63 retrieving revision 1.46
64 retrieving revision 1.47
65 diff -u -r1.46 -r1.47
66 --- ChangeLog 4 Nov 2010 00:24:46 -0000 1.46
67 +++ ChangeLog 27 Apr 2011 18:08:01 -0000 1.47
68 @@ -1,6 +1,11 @@
69 # ChangeLog for media-video/cinelerra
70 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.46 2010/11/04 00:24:46 ssuominen Exp $
72 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.47 2011/04/27 18:08:01 aballier Exp $
74 +
75 + 27 Apr 2011; Alexis Ballier <aballier@g.o> cinelerra-20101104.ebuild,
76 + +files/cinelerra-ffmpeg.patch, +files/cinelerra-v4l1_removal.patch:
77 + fix build with latest linux headers (ie: drop v4l1 support), bug #361709; fix
78 + build with ffmpeg/libav trunk, convert to virtual/ffmpeg
79
80 *cinelerra-20101104 (04 Nov 2010)