Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#60667 - [mpv] consider compiling with vapoursynth
Attached to Project:
Community Packages
Opened by hexchain (hexchain) - Thursday, 01 November 2018, 11:11 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:07 GMT
Opened by hexchain (hexchain) - Thursday, 01 November 2018, 11:11 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:07 GMT
|
DetailsDescription:
MPV supports vapoursynth but is not compiled with it, so the current MPV build does not actually work with it even if it's installed. Please consider adding vapoursynth as a dependency, as it is needed for --vf=vapoursynth and other things like SVP. Additional info: * package version(s) mpv 1:0.29.1-2 |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:07 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/mpv/issues/1
Saturday, 25 November 2023, 20:07 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/mpv/issues/1
Still unsure about this one.
How about a split package for "mpv-vapoursynth"? That's what is done for different versions of opencv, e.g:
https://archlinux.org/packages/extra/x86_64/opencv/
https://archlinux.org/packages/extra/x86_64/opencv-cuda/
comparing the file lists of those two packages
- opencv: 794 files and 99 directories.
- opencv-cuda: 922 files and 114 directories. 793 files are the same path. The extra files are specific to the cuda support
FS#78100for vapoursynth to remove most of its dependencies (libass, ffmpeg, imagemagick, tesseract), because upstream vapoursynth removed the features requiring them (in 2021).If that change is made, vapoursynth could be added to mpv without pulling in any other dependencies. zimg won't be additional, because mpv already requires ffmpeg which requires zimg. python won't be additional, because mpv already requires libplacebo which requires glslang which requires python.
FS#78100is now closedNow with Vapoursynth not requiring extra dependencies, would you consider adding it?