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, 29 Aug 2014 19:01:03
Message-Id: 20140829190058.EBA314301@oystercatcher.gentoo.org
1 aballier 14/08/29 19:00:58
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 add lzma useflag
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.171 media-video/ffmpeg/ffmpeg-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.171&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.171&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.170&r2=1.171
15
16 Index: ffmpeg-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
19 retrieving revision 1.170
20 retrieving revision 1.171
21 diff -u -r1.170 -r1.171
22 --- ffmpeg-9999.ebuild 29 Aug 2014 18:14:06 -0000 1.170
23 +++ ffmpeg-9999.ebuild 29 Aug 2014 19:00:58 -0000 1.171
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/ffmpeg/ffmpeg-9999.ebuild,v 1.170 2014/08/29 18:14:06 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.171 2014/08/29 19:00:58 aballier Exp $
29
30 EAPI="5"
31
32 @@ -43,10 +43,10 @@
33 aac aacplus alsa amr amrenc bindist bluray bs2b +bzip2 cdio celt
34 cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
35 fribidi gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack
36 - jpeg2k ladspa libass libcaca libsoxr libv4l modplug mp3 +network openal
37 - opengl openssl opus oss pic pulseaudio quvi rtmp samba schroedinger sdl
38 - speex ssh static-libs test theora threads truetype twolame v4l vaapi vdpau
39 - vorbis vpx wavpack webp X x264 x265 xvid +zlib zvbi
40 + jpeg2k ladspa libass libcaca libsoxr libv4l lzma modplug mp3 +network
41 + openal opengl openssl opus oss pic pulseaudio quvi rtmp samba schroedinger
42 + sdl speex ssh static-libs test theora threads truetype twolame v4l vaapi
43 + vdpau vorbis vpx wavpack webp X x264 x265 xvid +zlib zvbi
44 "
45
46 ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp"
47 @@ -122,6 +122,7 @@
48 libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] )
49 libsoxr? ( >=media-libs/soxr-0.1.0[${MULTILIB_USEDEP}] )
50 libv4l? ( >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}] )
51 + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
52 modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] )
53 openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
54 opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
55 @@ -201,7 +202,7 @@
56 # or $(use_enable foo foo) if no :bar is set.
57 local ffuse=(
58 bzip2:bzlib cpudetection:runtime-cpudetect debug doc
59 - gnutls hardcoded-tables iconv network openssl samba:libsmbclient
60 + gnutls hardcoded-tables iconv lzma network openssl samba:libsmbclient
61 sdl:ffplay vaapi vdpau X:xlib zlib
62 )
63 use openssl && myconf+=( --enable-nonfree )
64
65
66
67 1.787 media-video/ffmpeg/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.787&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.787&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.786&r2=1.787
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
76 retrieving revision 1.786
77 retrieving revision 1.787
78 diff -u -r1.786 -r1.787
79 --- ChangeLog 29 Aug 2014 18:32:16 -0000 1.786
80 +++ ChangeLog 29 Aug 2014 19:00:58 -0000 1.787
81 @@ -1,6 +1,9 @@
82 # ChangeLog for media-video/ffmpeg
83 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.786 2014/08/29 18:32:16 aballier Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.787 2014/08/29 19:00:58 aballier Exp $
86 +
87 + 29 Aug 2014; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
88 + add lzma useflag
89
90 *ffmpeg-2.3.3 (29 Aug 2014)