xlmnxp / blue-recorder

Simple Screen Recorder written in Rust based on Green Recorder
Other
498 stars 27 forks source link

CI: Missing dependencies #68

Closed me00001 closed 1 month ago

me00001 commented 1 month ago

https://github.com/xlmnxp/blue-recorder/pull/67#issuecomment-2146908692

xlmnxp commented 1 month ago

thank you @me00001 @hamirmahal 🙏

hamirmahal commented 1 month ago

You're welcome @xlmnxp.

hamirmahal commented 1 month ago

https://github.com/hamirmahal/blue-recorder/commit/b798069dccce5f10ea85749ef17f2c9ab1abcd84 is the commit that works with just

          sudo apt-get install \
            librust-gdk-sys-dev \
            librust-gtk4-sys-dev \
            librust-gstreamer-sys-dev \
            libunwind-dev

I will probably delete that branch soon. We may want to simplify the dependencies to just these four, to speed up CI workflow times and reduce code complexity.