https://github.com/oct2pus/listen
Simple Music Player; built with Gotk3.
https://github.com/oct2pus/listen
go golang gotk3 gtk gtk3 music
Last synced: 11 months ago
JSON representation
Simple Music Player; built with Gotk3.
- Host: GitHub
- URL: https://github.com/oct2pus/listen
- Owner: oct2pus
- License: gpl-3.0
- Created: 2019-03-02T22:53:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T04:12:00.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T10:41:29.558Z (over 1 year ago)
- Topics: go, golang, gotk3, gtk, gtk3, music
- Language: Go
- Size: 1.05 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Listen
Simple MP3-only Music Player; built with Gotk3.
## Building
- GTK 3.6-3.22
- GLib 2.36-2.40
- Cairo 1.10
- libasound2
- librsvg2 (*build*)
- fish (*build*)
- meson (*build*)
- fish (*build*)
- debuild (*build*)
this project uses go modules, as such it requires go 1.11 minimum.
### .Deb
run ```debuild --no-sign``` in the project root directory. the deb file will be
in the directory above the project root directory.
### Meson
run ```meson build; cd build; ninja build; sudo ninja install; cd ..;
sudo mv moe.jade.oct2pus.listen /usr/bin```
## Licence
This project is licenced under the GPL 3.0 or later except as noted,
the icon comes from [fxemoji](https://github.com/mozilla/fxemoji) and
is licenced under the MPLv2.
## Credits
- [Gotk3's](https://github.com/gotk3/gotk3) developers for their excellent (if incomplete) gtk bindings
for golang.
- [Heisantosh](https://github.com/heisantosh) for his
[useful packaging guide](https://github.com/heisantosh/howto-golang-gtk).