- nymphrpc didn't build for me in poudriere, needs a poke
to ensure that the directory for storing the object files
is created first (this is erratically a problem with -j)
- nymphcast can USE=sdl, suggestion from makc@
libavcodec/libdav1d.c:135:7: error: no member named 'n_tile_threads' in 'struct Dav1dSettings'
s.n_tile_threads = dav1d->tile_threads
~ ^
libavcodec/libdav1d.c:138:7: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
s.n_frame_threads = dav1d->frame_threads
~ ^
codec/dav1d.c:286:14: error: no member named 'n_tile_threads' in 'struct Dav1dSettings'
p_sys->s.n_tile_threads = var_InheritInteger(p_this, "dav1d-thread-tiles");
~~~~~~~~ ^
codec/dav1d.c:292:14: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
p_sys->s.n_frame_threads = var_InheritInteger(p_this, "dav1d-thread-frames");
~~~~~~~~ ^
libavcodec/libdav1d.c:137:7: error: no member named 'n_tile_threads' in 'struct Dav1dSettings'
s.n_tile_threads = dav1d->tile_threads
~ ^
libavcodec/libdav1d.c:144:14: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
s.n_frame_threads, s.n_tile_threads);
~ ^
Mplayer engine indeed require openjpeg >= 2.1.0.
Depend on openjpeg15 is irrelevant, player even connot link with it.
MFH: 2022Q1
Approved by: portmgr (fix build blanket)
Sponsored by: Netzkommune GmbH
In my Rust-based ports patches are usually split "by topic" (large
changes) or "by crate" (many small changes). The important details
are "whether/when it landed upstream?" and "what error is being fixed?"
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@)
av1/encoder/tune_butteraugli.c:298:48: error: too few arguments to function call, expected 6, have 5
q_cfg->enable_chroma_deltaq);
^
av1/encoder/av1_quantize.h:108:6: note: 'av1_set_quantizer' declared here
void av1_set_quantizer(struct AV1Common *const cm, int min_qmlevel,
^
ld: error: undefined symbol: av1_scale_if_required
>>> referenced by tune_butteraugli.c
>>> CMakeFiles/aom_av1_encoder.dir/av1/encoder/tune_butteraugli.c.o:(av1_setup_butteraugli_rdmult)
>>> referenced by tune_butteraugli.c
>>> CMakeFiles/aom_av1_encoder.dir/av1/encoder/tune_butteraugli.c.o:(av1_setup_butteraugli_rdmult)
A library for ARIB STD-B24, decoding JIS 8 bit characters
and parsing MPEG-TS stream.
Reviewed by: 0mp, diizzy
Differential Revision: https://reviews.freebsd.org/D33618
This is three ports:
- nymphrpc (RPC library)
- nymphcastlib (supporting library for the server and clients)
- nymphcast (the server)
There is no client for FreeBSD (yet). Use the client on Android,
Windows, or Linux.
[1.0.14] 2022-02-10
- include the PMT and teletext PIDs next to the video PID in the Mplayer
output (Robert Bartel <r.bartel@gmx.net>)
- is_nearly_same_frequency() fix
Reported by: portscout
Running `/usr/ports/multimedia/helvum/work/target/release/build/libspa-sys-c217eca9770760b4/build-script-build`
[...]
[libspa-sys 0.4.1] thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang.so.*'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"', /usr/ports/multimedia/helvum/work/helvum-094681637ec8f9f2acdb993230e10da88aa3fedb/cargo-crates/bindgen-0.59.2/src/lib.rs:2144:31
Reported by: DPorts
$ pkg install python311
$ make -V PYTHON_DEFAULT
3.8
$ make clean all
[...]
-- Found Python3: /usr/local/bin/python3.11 (found version "3.11.0") found components: Interpreter Development Development.Module Development.Embed
[...]
CMake Warning:
Manually-specified variables were not used by the project:
[...]
Python_ADDITIONAL_VERSIONS
[...]
$ make check-plist
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PYTHON_LIBDIR%%/pyvpl.cpython-311.so
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%PYTHON_LIBDIR%%/pyvpl%%PYTHON_EXT_SUFFIX%%.so
===> Error: Plist issues found.
*** Error code 1
PR: 261415