El Tue, 13 Feb 2024 11:21:24 -0000 beecdadd...@danwin1210.de escribió: > there is Rust code on it's github, does it have Rust as a dependency? > if it has Rust as dependency or cargo or whatever, I am deleting mpv > and never using it again > > can I block some dependencies or langs from building/installing? I > want that if it doesn't exist, it wouldn't be hard to write a bit of > code to search trough the list of dependencies and check with name, > maybe if it doesn't exist the blacklist could be in > /usr/ports/Makefile or something? I would like to know > thanks and sorry if there is answer on internet, I tried looking many > times for compiling ports and flags > > On Mon, February 12, 2024 5:42 pm, Jose Maldonado wrote: > > > > > Hello everyone! Another new port here! > > > > > > In this case I bring graphics/glad [1] a Multi-Language > > Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator that is part of the new > > dependencies to build libplacebo (>=v6.338.0) and therefore > > necessary to build mpv (v0.37.0) > > > > Built and tested, take a look and feedback is welcome. > > > > > > [1] https://github.com/Dav1dde/glad > > > > > > -- > > ********************************************************* > > Dios en su cielo, todo bien en la Tierra > > > > > >
Yes, graphics/glad has Rust code, but we don't need it to build it, nor to build the new libplacebo or mpv. Rust code is only necessary in the context of a project that uses Rust, and mpv/libplacebo is outside of that. So for now, we can rest assured that you don't need Rust to use this, in fact, I don't even have Rust installed on my OS (and I hope I don't need it). -- ********************************************************* Dios en su cielo, todo bien en la Tierra