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/ffmpeg: ffmpeg-9999.ebuild ChangeLog
Date: Thu, 05 Mar 2015 13:50:50
Message-Id: 20150305135046.2341513189@oystercatcher.gentoo.org
1 aballier 15/03/05 13:50:46
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 convert to RESTRICT=bindist, bug #541588
6
7 Signed-off-by: aballier@g.o
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.186 media-video/ffmpeg/ffmpeg-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.186&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.186&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.185&r2=1.186
16
17 Index: ffmpeg-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
20 retrieving revision 1.185
21 retrieving revision 1.186
22 diff -u -r1.185 -r1.186
23 --- ffmpeg-9999.ebuild 18 Feb 2015 14:36:26 -0000 1.185
24 +++ ffmpeg-9999.ebuild 5 Mar 2015 13:50:46 -0000 1.186
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.185 2015/02/18 14:36:26 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.186 2015/03/05 13:50:46 aballier Exp $
30
31 EAPI="5"
32
33 @@ -95,7 +95,7 @@
34 )
35
36 IUSE="
37 - alsa bindist +encode examples jack oss pic static-libs test v4l
38 + alsa +encode examples jack oss pic static-libs test v4l
39 ${FFMPEG_FLAG_MAP[@]%:*}
40 ${FFMPEG_ENCODER_FLAG_MAP[@]%:*}
41 "
42 @@ -269,15 +269,15 @@
43 )
44 "
45 REQUIRED_USE="
46 - bindist? (
47 - encode? ( !faac !aacplus )
48 - gpl? ( !openssl !fdk )
49 - )
50 libv4l? ( v4l )
51 fftools_cws2fws? ( zlib )
52 test? ( encode )
53 ${GPL_REQUIRED_USE}
54 ${CPU_REQUIRED_USE}"
55 +RESTRICT="
56 + encode? ( faac? ( bindist ) aacplus? ( bindist ) )
57 + gpl? ( openssl? ( bindist ) fdk? ( bindist ) )
58 +"
59
60 S=${WORKDIR}/${P/_/-}
61
62
63
64
65 1.838 media-video/ffmpeg/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.838&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.838&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.837&r2=1.838
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
74 retrieving revision 1.837
75 retrieving revision 1.838
76 diff -u -r1.837 -r1.838
77 --- ChangeLog 20 Feb 2015 11:17:36 -0000 1.837
78 +++ ChangeLog 5 Mar 2015 13:50:46 -0000 1.838
79 @@ -1,6 +1,9 @@
80 # ChangeLog for media-video/ffmpeg
81 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.837 2015/02/20 11:17:36 aballier Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.838 2015/03/05 13:50:46 aballier Exp $
84 +
85 + 05 Mar 2015; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
86 + convert to RESTRICT=bindist, bug #541588
87
88 *ffmpeg-2.2.13 (20 Feb 2015)