Summary: | multimedia/gstreamer1-plugins: does not install multimedia/gstreamer1-plugins-rust | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Graham Perrin <grahamperrin> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed Works As Intended | ||
Severity: | Affects Only Me | CC: | jbeich, multimedia, riggs |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | https://github.com/freebsd/freebsd-ports/blob/main/multimedia/gstreamer1-plugins/Makefile.common | ||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263949 https://reviews.freebsd.org/D16457 |
Description
Graham Perrin
2022-10-09 06:23:51 UTC
- gstreamer1-plugins cannot depend on individual plugins like gstreamer1-plugins-rust as it would cause recursive/cyclic dependency - gstreamer1-plugins-all can probably include gstreamer1-plugins-rust but it's a growing collection of plugins like gstreamer1-plugins-ugly - splitting gstreamer1-plugins-rust is complicated due to lack of review D16457 and build system being unlike other plugins (Meson is mostly a wrapper around Cargo) - gstreamer1-plugins-svt-{av1,hevc,vp9} are also not connected to gstreamer1-plugins-all (In reply to Jan Beich from comment #1) Thanks, and sorry, I should have remembered, from bug 263949, the existence of the -all port. Writing this, now, in a way, that might help me to remember: multimedia/gstreamer1-plugins – a collection, with numerous slave ports (and a runtime dependency on multimedia/gstreamer1) – that does not require multimedia/gstreamer1-plugins-all – a meta-port, with numerous gstreamer1 runtime dependencies, including the multimedia/gstreamer1-plugins-ugly collection but not exactly all. ---- Is it sanest to close this bug report, working as intended? |