The bundled ThirdParty/fmt would pick up the inline implementation
from the different version of the devel/fmt headers, if installed,
eventually breaking the build of multimedia/mediainfo.
reported by tb@
The Fraunhofer Versatile Video Encoder (VVenC) is a fast and efficient
H.266/VVC encoder implementation with the following main features:
- Easy to use encoder implementation with five predefined
quality/speed presets;
- Perceptual optimization to improve subjective video quality, based
on the XPSNR visual model;
- Extensive frame-level and task-based parallelization with very good
scaling;
- Frame-level single-pass and two-pass rate control supporting
variable bit-rate (VBR) encoding;
ok fcambus@ sthen@
set PKGNAME not DISTNAME to make patches work and flip configure
to autoreconf as required.
The previous commit made it just fetch an additional tarball, but
build like before, which is why automake seemed unneeded and none
of my changes made it too packages.
Take maintainer while at it.
Looks like Kid3 depends on Qt6Multimedia (QMediaDevices present in Qt6 not in
Qt5), but is fine if we pass Qt5/Kf5 env vars. Solid software with the problem
that we definitely need Qt6Multimedia at build time. I don't want to mix
Qt6Multimedia and Qt5Multimedia. So let's go completely to Qt6!
Found by tb@ in a bulk build where Qt6Multimedia was junked.
These bindings are providing a safe API that can be used to interface with
GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For now, only the gstgtk4 binding is built.
Other plugins can / will be enabled when needed, in which case we will probably
have to subpackage this port.
This port is a good reference for things that mix cargo, meson and crates not
hosted on crates-io.
ok robert@