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: Mon, 04 Mar 2013 11:59:06
Message-Id: 20130304115902.67ABA2171C@flycatcher.gentoo.org
1 aballier 13/03/04 11:59:02
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 add iconv useflag
6
7 (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.119 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.119&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.119&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.118&r2=1.119
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.118
20 retrieving revision 1.119
21 diff -u -r1.118 -r1.119
22 --- ffmpeg-9999.ebuild 4 Mar 2013 11:48:00 -0000 1.118
23 +++ ffmpeg-9999.ebuild 4 Mar 2013 11:59:02 -0000 1.119
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.118 2013/03/04 11:48:00 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.119 2013/03/04 11:59:02 aballier Exp $
29
30 EAPI="4"
31
32 @@ -31,10 +31,10 @@
33 IUSE="
34 aac aacplus alsa amr avresample bindist bluray +bzip2 cdio celt
35 cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
36 - gnutls gsm +hardcoded-tables iec61883 ieee1394 jack jpeg2k libass libcaca
37 - libsoxr libv4l modplug mp3 network openal openssl opus oss pic pulseaudio
38 - rtmp schroedinger sdl speex static-libs test theora threads truetype twolame
39 - v4l vaapi vdpau vorbis vpx X x264 xvid +zlib
40 + gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k libass
41 + libcaca libsoxr libv4l modplug mp3 network openal openssl opus oss pic
42 + pulseaudio rtmp schroedinger sdl speex static-libs test theora threads
43 + truetype twolame v4l vaapi vdpau vorbis vpx X x264 xvid +zlib
44 "
45
46 # String for CPU features in the useflag[:configure_option] form
47 @@ -75,6 +75,7 @@
48 frei0r? ( media-plugins/frei0r-plugins )
49 gnutls? ( >=net-libs/gnutls-2.12.16 )
50 gsm? ( >=media-sound/gsm-1.0.12-r1 )
51 + iconv? ( virtual/libiconv )
52 iec61883? ( media-libs/libiec61883 sys-libs/libraw1394 sys-libs/libavc1394 )
53 ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 )
54 jack? ( media-sound/jack-audio-connection-kit )
55 @@ -149,7 +150,8 @@
56
57 use cpudetection || myconf="${myconf} --disable-runtime-cpudetect"
58 use openssl && myconf="${myconf} --enable-openssl --enable-nonfree"
59 - for i in gnutls ; do
60 + # disabled by default
61 + for i in gnutls iconv ; do
62 use $i && myconf="${myconf} --enable-$i"
63 done
64
65
66
67
68 1.612 media-video/ffmpeg/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.612&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.612&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.611&r2=1.612
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
77 retrieving revision 1.611
78 retrieving revision 1.612
79 diff -u -r1.611 -r1.612
80 --- ChangeLog 4 Mar 2013 11:48:00 -0000 1.611
81 +++ ChangeLog 4 Mar 2013 11:59:02 -0000 1.612
82 @@ -1,6 +1,9 @@
83 # ChangeLog for media-video/ffmpeg
84 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.611 2013/03/04 11:48:00 aballier Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.612 2013/03/04 11:59:02 aballier Exp $
87 +
88 + 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
89 + add iconv useflag
90
91 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
92 do not compress examples, they are mainly useless compressed