https://github.com/thankjura/beat-audio-player
https://github.com/thankjura/beat-audio-player
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thankjura/beat-audio-player
- Owner: thankjura
- License: gpl-3.0
- Created: 2020-08-06T16:46:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T21:36:30.000Z (over 2 years ago)
- Last Synced: 2024-10-16T13:41:57.964Z (8 months ago)
- Language: Python
- Size: 1.8 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
### ref https://github.com/thankjura/beat-audio-player-rs
# beat-audio-player [WIP]
Simple audioplayer for GNOME.


## Packaging status
### Fedora
Available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/beat-audio-player/):
```
sudo dnf copr enable atim/beat-audio-player -y
sudo dnf install beat-audio-player
```## Build from source
### Flatpak
```sh
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoflatpak install runtime/org.gnome.Sdk/x86_64/3.36
git clone https://github.com/thankjura/beat-audio-player.git
cd beat-audio-player
git submodule update --init --recursive
mkdir -p $HOME/Projects/flatpak/repo
flatpak-builder --repo=$HOME/Projects/flatpak/repo --force-clean --ccache build-dir ru.slie.beat.yaml
flatpak remote-add --no-gpg-verify local-repo $HOME/Projects/flatpak/repo
flatpak install ru.slie.beat
```