Yoda local fork of System76 cosmic-player
Find a file
2024-10-07 13:48:53 -06:00
debian Fix debian packaging 2024-10-06 18:36:31 -06:00
i18n i18n: add Kannada translation 2024-10-06 17:09:26 -06:00
res Convert to libcosmic and parse audio 2024-01-24 14:31:39 -07:00
src Disable subtitles for now, as they can cause video stream hangs. Add bindings for fullscreen 2024-10-07 13:14:30 -06:00
.gitignore Fix debian packaging 2024-10-06 18:36:31 -06:00
Cargo.lock Update iced_video_player 2024-10-07 13:48:53 -06:00
Cargo.toml Update iced_video_player 2024-10-07 13:48:53 -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