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, 02 Jul 2020 12:50:36
Message-Id: 1593694173.a52d837e1b78f9221752d0370354ca9f924c86d3.aballier@gentoo
1 commit: a52d837e1b78f9221752d0370354ca9f924c86d3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 18 12:27:18 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 12:49:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52d837e
7
8 media-video/ffmpeg: Enable gnutls by default.
9
10 This provides less features than openssl but is binary redistributable.
11 These days TLS is ubiquitous, so having this useflag default enabled
12 should prevent users from wondering why their favorite media player
13 does not support https.
14
15 Package-Manager: Portage-2.3.101, Repoman-2.3.22
16 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
17
18 media-video/ffmpeg/ffmpeg-4.3.ebuild | 2 +-
19 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/media-video/ffmpeg/ffmpeg-4.3.ebuild b/media-video/ffmpeg/ffmpeg-4.3.ebuild
23 index 827a7fbc3bc..9c9b6d816ba 100644
24 --- a/media-video/ffmpeg/ffmpeg-4.3.ebuild
25 +++ b/media-video/ffmpeg/ffmpeg-4.3.ebuild
26 @@ -67,7 +67,7 @@ fi
27 # or $(use_enable foo foo) if no :bar is set.
28 # foo is added to IUSE.
29 FFMPEG_FLAG_MAP=(
30 - +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls gmp
31 + +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt +gnutls gmp
32 +gpl hardcoded-tables +iconv libressl:libtls libxml2 lzma +network opencl
33 openssl +postproc samba:libsmbclient sdl:ffplay sdl:sdl2 vaapi vdpau vulkan
34 X:xlib X:libxcb X:libxcb-shm X:libxcb-xfixes +zlib
35
36 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
37 index 7bd989acf33..1492176f8a9 100644
38 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
39 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
40 @@ -67,7 +67,7 @@ fi
41 # or $(use_enable foo foo) if no :bar is set.
42 # foo is added to IUSE.
43 FFMPEG_FLAG_MAP=(
44 - +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls gmp
45 + +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt +gnutls gmp
46 +gpl hardcoded-tables +iconv libressl:libtls libxml2 lzma +network opencl
47 openssl +postproc samba:libsmbclient sdl:ffplay sdl:sdl2 vaapi vdpau vulkan
48 X:xlib X:libxcb X:libxcb-shm X:libxcb-xfixes +zlib