Xen flavors needs a gcc that can compile amd64 code (obviously) which
we don't really have in ports. Also there isn't much sense to build something
amd64 only on other arches. The inverse isn't true as bootstraping arm64 boards
from amd64 is common.
Reported by: diizzy
libpcap and libpthread are generally present and we have been using
them all along. Explicitly require them to detect any potential issues
in the future.
Approved by: maintainer (pre-approval)
- Changes since 2.10.0:
- Support testing package dependencies in Manager.test()
- Interpolate test_command
- Strengthen the installation-staging concept
- Update baseline of test affected by new package install order
- Consistently modify the environment during staging and testing
- Install/upgrade packages in reverse dependency order
- Ensure breadth-first reporting of new nodes in
Manager.validate_dependencies()
- Install executables during staging
- Accept `uninstall` as an alias for `remove`
- Incorporate sphinx-argparse upstream fix for aliased commands
PR: 259724
Reported by: mshirk@daemon-security.com
Approved by: mshirk@daemon-security.com (maintainer)
CMake Error at loader/CMakeLists.txt:311 (target_compile_definitions):
Cannot specify compile definitions for target "asm_offset" which is not
built by this project.
This reverts commit e99b707ea9.
PR: 259718
Reported by: mikael (aarch64)
Av1an is a cross-platform framework to streamline encoding, providing
an easy way to start using AV1 / HEVC / H264 / VP9 / VP8 encoding.
AOM, RAV1E, SVT-AV1, VPX, x265, x264 are supported.
## Main Features
Splitting video by scenes for parallel encoding because AV1 encoders
are currently not very good at multithreading and encoding is limited
to a very limited number of threads.
- Vapoursynth script input support.
- Speed up video encoding.
- Target Quality mode. Targeting end result reference visual quality.
VMAF used as a substructure
- Resuming encoding without loss of encoded progress.
- Simple and clean console look.
- Automatic detection of the number of workers the host can handle.
- Both video and audio transcoding.
https://github.com/master-of-zen/Av1an
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Error: Tried to set control 24 = 6
Failed to control codec: Invalid parameter
This error may be related to the wrong configuration options: try to set -DCONFIG_TUNE_VMAF=1 at the time CMake is run.
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame 1/0 0B 0 us 0.00 fpm [ETA unknown] libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.
$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future libvmaf version
libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for details
In file included from bulk.cc:35:
In file included from ./dataman.h:47:
In file included from ./mbpar.h:107:
In file included from ./../../libraries/libmbutil/parsinc.h:108:
./../../libraries/libmbutil/parser.h:275:3: error: expected identifier
FIRSTARG,
^
/usr/include/machine/frame.h:112:18: note: expanded from macro 'FIRSTARG'
^
1 error generated.