[synocli-videodriver] add cross/libproc2 based on procps-ng #6357
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates
cross/intel-gpu-tools
and affects synocli-videodriver and related packages (ffmpeg*)So far
cross/intel-gpu-tools
usedlibproc2
provided bycross/procps-ng
.The tools created by procps-ng are not used in intel-gpu-tools, only the library is required.
Additionally procps-ng v4.0.4 needs a patch to successfully build for DSM 7.2.
The recent update of procps-ng to v4.0.5 does not need this patch anymore, but is not compatible with
cross/intel-gpu-tools
.While working on other packages that use tools like pgrep, I want to update procps-ng to v4.0.5 and to include the tools too.
A dedicated
cross/libproc2
avoids breaking the buildcross/intel-gpu-tools
(and it removes the obsolete dependency ofcross/ncursesw
).While updating the synocli-videodriver package, it popped up, that the changelog must be the same for all packages of the same SPK_REV.
The current package 1.2-2 shows only "1. Intel Media Driver 2022Q4 Release" in the changelog. This is the same under https://synocommunity.com/package/synocli-videodriver and in DSM Package Center (even for DSM 7.2).
This is a limitation by the design of spkrepo.
Details
cross/libproc2
to build libproc2 of procps-ng and stay on version 4.0.4.Fixes #
Checklist
all-supported
completed successfullyType of change