-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg 4.2.3 + dependencies update #3965
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some minor request improvements.
service_postupgrade () | ||
{ | ||
# setuid for proper vaapi access | ||
chmod u+s /var/packages/ffmpeg/target/bin/ffmpeg | ||
chmod u+s /var/packages/ffmpeg/target/bin/vainfo | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to https://help.synology.com/developer-guide/synology_package/scripts.html service_postupgrade
may be discarded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But for now it still stands, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is harmless but also useless as postinst is called by postupgrade during upgrade sequence.
@th0ma7 Thanks. Merged. You can go on with CMake support! |
Thnx, next on my todo list! |
Just upgraded to DSM 7.0 so checking for ffmpeg compatibility. I had dl’d the build from the community site but this doesn’t work on DSM 7.0. |
you might find the error cause in the file but as you can see in #4524 ffmpeg is not yet published for DSM7 |
Thanks, I did check the /var/log/messages file. There’s a few errors that videostation erroring out trying generate what looks like thumbnails at first glance. Then, when I do the ffmpeg repair that generates the above error I get this. Not sure it’s related but doing a tail -f on the messages file watching as I try to ‘repair’ the ffmpeg gens the below log messages. 2021-06-14T04:09:07-05:00 DiskStation sscamerad[5957]: SYSTEM: Last message 'ssdebuglog.cpp:226:S' repeated 10043 times, suppressed by syslog-ng on DiskStation |
Please do not comment on old+merged PR... just create a new issue with reference to PR ! |
Motivation: Preparation work for next version of ffmpeg.
Linked issues: None currently.
Checklist
all-supported
completed successfullyChanges
x265
to version 3.3x264
to latest stable snapshotlibva
andlibva-utils
to version 2.7.1gmmlib
to 20Q1 version 20.1.1libogg
to version 1.3.4fribidi
to version 1.0.9libbluray
to version 1.2.0libaom
to tag v2.0.0-rc1freetype
to version 2.10.2utils-linux
to version 2.35svt-av1
support version 0.8.3 (64-bit arches only)svt-hevc
support version 1.4.3 (x86_64 Intel arches only)+setuid
tovainfo
binary for ease of useIssues fixed upstream:
Locally patched issues: