From 9cd22384cb14ea52ccad84d8126651e8bced3c12 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 18 Jun 2022 13:33:42 -0400 Subject: media-video/ffmpeg: sync ::gentoo --- media-video/ffmpeg/ffmpeg-9999.ebuild | 11 ++++++++++- media-video/ffmpeg/metadata.xml | 4 +++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'media-video') diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index f942072..daed6ca 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -288,6 +288,7 @@ RDEPEND="${RDEPEND} " DEPEND="${RDEPEND} + amf? ( media-libs/amf-headers ) ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] ) v4l? ( sys-kernel/linux-headers ) " @@ -296,7 +297,6 @@ DEPEND="${RDEPEND} BDEPEND+=" >=sys-devel/make-3.81 virtual/pkgconfig - amf? ( media-libs/amf-headers ) cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) @@ -360,6 +360,15 @@ src_prepare() { multilib_src_configure() { local myconf=( ) + # bug 842201 + use ia64 && tc-is-gcc && append-flags \ + -fno-tree-ccp \ + -fno-tree-dominator-opts \ + -fno-tree-fre \ + -fno-code-hoisting \ + -fno-tree-pre \ + -fno-tree-vrp + local ffuse=( "${FFMPEG_FLAG_MAP[@]}" ) use openssl && myconf+=( --enable-nonfree ) use samba && myconf+=( --enable-version3 ) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 6239f9d..e6d40f8 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -2,6 +2,7 @@ + Enables support for AMD's Advanced Media Framework (AMF) Enables Adaptive Multi-Rate Audio support Enables Adaptive Multi-Rate Audio encoding support with media-libs/vo-amrwbenc. Enables Apple AppKit framework @@ -51,9 +52,10 @@ Enable support for the media-sound/sndio backend Enable support for Secure Reliable Transport (SRT) via net-libs/srt Enable SSH/sftp support via net-libs/libssh. - Enable support for the SVT-AV1 encoder + Enables AV1 encoding support via media-libs/svt-av1. Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. Enables video stabilization filter using vid.stab library (media-libs/vidstab). + Enables Netflix's perceptual video quality assessment filter using the library (media-libs/libvmaf). Enables VP8 and VP9 codec support using libvpx: Decoding does not require this to be enabled but libvpx can also be used for decoding; encoding requires this useflag to be enabled though. Enables support for the vulkan API for GPU offload. Enables HEVC encoding with media-libs/x265. -- cgit v1.2.3-54-g00ecf