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 metadata.xml ChangeLog
Date: Fri, 26 Jun 2015 14:42:38
Message-Id: 20150626144225.33329A49@oystercatcher.gentoo.org
1 aballier 15/06/26 14:42:25
2
3 Modified: ffmpeg-9999.ebuild metadata.xml ChangeLog
4 Log:
5 add snappy useflag
6
7 Signed-off-by: Alexis Ballier <aballier@g.o>
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.191 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.191&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.191&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.190&r2=1.191
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.190
21 retrieving revision 1.191
22 diff -u -r1.190 -r1.191
23 --- ffmpeg-9999.ebuild 29 May 2015 09:45:15 -0000 1.190
24 +++ ffmpeg-9999.ebuild 26 Jun 2015 14:42:25 -0000 1.191
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.190 2015/05/29 09:45:15 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.191 2015/06/26 14:42:25 aballier Exp $
30
31 EAPI="5"
32
33 @@ -90,8 +90,9 @@
34 # Same as above but for encoders, i.e. they do something only with USE=encode.
35 FFMPEG_ENCODER_FLAG_MAP=(
36 aac:libvo-aacenc amrenc:libvo-amrwbenc mp3:libmp3lame
37 - aacplus:libaacplus faac:libfaac theora:libtheora twolame:libtwolame
38 - wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265 xvid:libxvid
39 + aacplus:libaacplus faac:libfaac snappy:libsnappy theora:libtheora
40 + twolame:libtwolame wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265
41 + xvid:libxvid
42 )
43
44 IUSE="
45 @@ -164,6 +165,7 @@
46 amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] )
47 faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] )
48 mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] )
49 + snappy? ( >=app-arch/snappy-1.1.2-r1[${MULTILIB_USEDEP}] )
50 theora? (
51 >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]
52 >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
53
54
55
56 1.73 media-video/ffmpeg/metadata.xml
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.73&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.73&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?r1=1.72&r2=1.73
61
62 Index: metadata.xml
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v
65 retrieving revision 1.72
66 retrieving revision 1.73
67 diff -u -r1.72 -r1.73
68 --- metadata.xml 5 Mar 2015 13:57:08 -0000 1.72
69 +++ metadata.xml 26 Jun 2015 14:42:25 -0000 1.73
70 @@ -42,6 +42,7 @@
71 <flag name="quvi">Adds support for playing media from Internet services using the quvi project.</flag>
72 <flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag>
73 <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
74 + <flag name="snappy">Enable <pkg>app-arch/snappy</pkg> support. Required for e.g. Vidvox Hap encoder.</flag>
75 <flag name="ssh">Enable SSH/sftp support via <pkg>net-libs/libssh</pkg>.</flag>
76 <flag name="twolame">Enables MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder.</flag>
77 <flag name="vis"> Adds support for SIMD optimizations for UltraSPARC processors.</flag>
78
79
80
81 1.869 media-video/ffmpeg/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.869&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.869&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.868&r2=1.869
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
90 retrieving revision 1.868
91 retrieving revision 1.869
92 diff -u -r1.868 -r1.869
93 --- ChangeLog 22 Jun 2015 08:15:39 -0000 1.868
94 +++ ChangeLog 26 Jun 2015 14:42:25 -0000 1.869
95 @@ -1,6 +1,10 @@
96 # ChangeLog for media-video/ffmpeg
97 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.868 2015/06/22 08:15:39 aballier Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.869 2015/06/26 14:42:25 aballier Exp $
100 +
101 + 26 Jun 2015; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
102 + metadata.xml:
103 + add snappy useflag
104
105 *ffmpeg-2.2.16 (22 Jun 2015)