copyparty depends on vips which brings lots of dependencies #6684
Replies: 2 comments 1 reply
-
|
I'm going to be a little off-topic and talk about the situation more. While Yes, this is inspired by the ffmpeg-full discussions. Yes, I have read them all. I support the decision to reduce less used dependencies, especially runtime ones that can be installed and detected easily. Take another example, The latter ( But I'm not sure about the former ( All in all I wonder to what extent is "reducing dependencies" or "it just works" goes. |
Beta Was this translation helpful? Give feedback.
-
|
You can open a PR, here is the one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
Sorry if this should have been an issue in homebrew-core.
Until Homebrew/homebrew-core#264919, installing
copypartyvia Homebrew will also installgcc(copyparty -> vips -> fftw -> gcc). A portable file server that comes with a compiler, what a suprise!Even if
fftwno longer depends ongccnow,vipsis still a heavy dependency:vipsis but one of the optional dependencies ofcopyparty. I don't see whyffmpegis in caveats butvipsis not. Or why the lighter alternativepillowis not used (I don't think anyone using copyparty would be concerned about thumbnail generation performance).Alternatively, in light of Homebrew/homebrew-core#261303, vips can also be slimmed down.
Beta Was this translation helpful? Give feedback.
All reactions