diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-06-18 14:27:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-02 14:49:33 +0200 |
commit | a52d837e1b78f9221752d0370354ca9f924c86d3 (patch) | |
tree | 3a187fbaf38a42feb19813fbb340b7f971c62c2e /media-video | |
parent | media-video/rav1e: add video herd to metadata (diff) | |
download | gentoo-a52d837e1b78f9221752d0370354ca9f924c86d3.tar.gz gentoo-a52d837e1b78f9221752d0370354ca9f924c86d3.tar.bz2 gentoo-a52d837e1b78f9221752d0370354ca9f924c86d3.zip |
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@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.3.ebuild | 2 | ||||
-rw-r--r-- | 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 827a7fbc3bcf..9c9b6d816bad 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 7bd989acf33e..1492176f8a9b 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 |