Yoda local fork of System76 cosmic-player
Find a file
2024-10-05 10:05:18 -06:00
debian fix(debian): add libxkbcommon-dev 2024-05-18 02:00:18 +02:00
i18n i18n(ru): Minor Russian translation updates 2024-07-02 12:43:03 -06:00
res Convert to libcosmic and parse audio 2024-01-24 14:31:39 -07:00
src Split into ffmpeg and gstreamer implementations 2024-10-05 10:05:18 -06:00
.gitignore init 2024-01-23 21:55:34 -07:00
Cargo.lock Split into ffmpeg and gstreamer implementations 2024-10-05 10:05:18 -06:00
Cargo.toml Split into ffmpeg and gstreamer implementations 2024-10-05 10:05:18 -06:00
i18n.toml Convert to libcosmic and parse audio 2024-01-24 14:31:39 -07:00
justfile Hacky hardware decoding 2024-01-25 15:08:59 -07:00
LICENSE init 2024-01-23 21:55:34 -07:00
README.md Add just for parity with debian dependencies. 2024-03-04 19:02:58 -07:00

cosmic-player

WIP COSMIC media player

Dependencies

For debian-based systems:

sudo apt-get install clang just libasound2-dev libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev pkg-config

For Fedora-based rpm systems:

sudo dnf install rust cargo alsa-lib-devel clang-devel just libavdevice-free-devel libavfilter-free-devel libavformat-free-devel libavutil-free-devel