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: Fri, 31 Oct 2014 10:53:50
Message-Id: 20141031105344.5AEA2922A@oystercatcher.gentoo.org
1 aballier 14/10/31 10:53:44
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 add xcb useflag
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.174 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.174&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.174&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.173&r2=1.174
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.173
21 retrieving revision 1.174
22 diff -u -r1.173 -r1.174
23 --- ffmpeg-9999.ebuild 29 Aug 2014 19:50:07 -0000 1.173
24 +++ ffmpeg-9999.ebuild 31 Oct 2014 10:53:44 -0000 1.174
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-video/ffmpeg/ffmpeg-9999.ebuild,v 1.173 2014/08/29 19:50:07 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.174 2014/10/31 10:53:44 aballier Exp $
30
31 EAPI="5"
32
33 @@ -46,7 +46,7 @@
34 jpeg2k ladspa libass libcaca libsoxr libv4l lzma modplug mp3 +network
35 openal opengl openssl opus oss pic pulseaudio quvi rtmp samba schroedinger
36 sdl speex ssh static-libs test theora threads truetype twolame v4l vaapi
37 - vdpau vorbis vpx wavpack webp X x264 x265 xvid +zlib zvbi
38 + vdpau vorbis vpx wavpack webp X x264 x265 xcb xvid +zlib zvbi
39 "
40
41 ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp"
42 @@ -150,6 +150,7 @@
43 >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
44 >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
45 )
46 + xcb? ( x11-libs/libxcb[${MULTILIB_USEDEP}] )
47 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
48 zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] )
49 !media-video/qt-faststart
50 @@ -204,7 +205,7 @@
51 local ffuse=(
52 bzip2:bzlib cpudetection:runtime-cpudetect debug doc
53 gnutls hardcoded-tables iconv lzma network openssl samba:libsmbclient
54 - sdl:ffplay vaapi vdpau X:xlib zlib
55 + sdl:ffplay vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes zlib
56 )
57 use openssl && myconf+=( --enable-nonfree )
58 use samba && myconf+=( --enable-version3 )
59
60
61
62 1.799 media-video/ffmpeg/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.799&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.799&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.798&r2=1.799
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
71 retrieving revision 1.798
72 retrieving revision 1.799
73 diff -u -r1.798 -r1.799
74 --- ChangeLog 11 Oct 2014 13:09:41 -0000 1.798
75 +++ ChangeLog 31 Oct 2014 10:53:44 -0000 1.799
76 @@ -1,6 +1,9 @@
77 # ChangeLog for media-video/ffmpeg
78 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.798 2014/10/11 13:09:41 maekke Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.799 2014/10/31 10:53:44 aballier Exp $
81 +
82 + 31 Oct 2014; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
83 + add xcb useflag
84
85 11 Oct 2014; Markus Meier <maekke@g.o> ffmpeg-1.2.6-r1.ebuild:
86 arm stable, bug #512012