commit: a52d837e1b78f9221752d0370354ca9f924c86d3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 12:27:18 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 12:49:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52d837e
media-video/ffmpeg: Enable gnutls by default.
This provides less features than openssl but is binary redistributable.
These days TLS is ubiquitous, so having this useflag default enabled
should prevent users from wondering why their favorite media player
does not support https.
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-video/ffmpeg/ffmpeg-4.3.ebuild | 2 +-
media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/ffmpeg/ffmpeg-4.3.ebuild
b/media-video/ffmpeg/ffmpeg-4.3.ebuild
index 827a7fbc3bc..9c9b6d816ba 100644
--- a/media-video/ffmpeg/ffmpeg-4.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.3.ebuild
@@ -67,7 +67,7 @@ fi
# or $(use_enable foo foo) if no :bar is set.
# foo is added to IUSE.
FFMPEG_FLAG_MAP=(
- +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls
gmp
+ +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt
+gnutls gmp
+gpl hardcoded-tables +iconv libressl:libtls libxml2 lzma
+network opencl
openssl +postproc samba:libsmbclient sdl:ffplay sdl:sdl2 vaapi
vdpau vulkan
X:xlib X:libxcb X:libxcb-shm X:libxcb-xfixes +zlib
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild
b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 7bd989acf33..1492176f8a9 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -67,7 +67,7 @@ fi
# or $(use_enable foo foo) if no :bar is set.
# foo is added to IUSE.
FFMPEG_FLAG_MAP=(
- +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls
gmp
+ +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt
+gnutls gmp
+gpl hardcoded-tables +iconv libressl:libtls libxml2 lzma
+network opencl
openssl +postproc samba:libsmbclient sdl:ffplay sdl:sdl2 vaapi
vdpau vulkan
X:xlib X:libxcb X:libxcb-shm X:libxcb-xfixes +zlib