Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Thu, 29 Sep 2016 15:15:08
Message-Id: 1475162098.d84f073bcd3e2ad62606b4f9f1cb115a394352f2.aballier@gentoo
1 commit: d84f073bcd3e2ad62606b4f9f1cb115a394352f2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 15:14:51 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 15:14:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84f073b
7
8 media-video/ffmpeg: switch live ebuild to sdl2
9
10 Package-Manager: portage-2.3.1
11
12 media-video/ffmpeg/ffmpeg-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
16 index 19db1ed..603f9b8 100644
17 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
18 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
19 @@ -65,7 +65,7 @@ fi
20 FFMPEG_FLAG_MAP=(
21 +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls gmp
22 +gpl +hardcoded-tables +iconv lzma +network openssl +postproc
23 - samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb
24 + samba:libsmbclient sdl:ffplay sdl:sdl2 vaapi vdpau X:xlib xcb:libxcb
25 xcb:libxcb-shm xcb:libxcb-xfixes +zlib
26 # libavdevice options
27 cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal
28 @@ -221,7 +221,7 @@ RDEPEND="
29 rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] )
30 samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] )
31 schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] )
32 - sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] )
33 + sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
34 speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
35 ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
36 truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )