Development is not dead! See actual WIP branch: https://github.com/haecker-felix/gradio/tree/wip_new_backend
A GTK3 app for finding and listening to internet radio stations.
A Flatpak repo for Gradio is available.
A PPA is available. Gradio needs Ubuntu 16.04 or higher.
A copr is available. Gradio needs Fedora 24 or higher.
Gradio is available in the official openSUSE repository.
Gradio is available in the AUR.
For unsupported distributions you can install gradio from source:
cd ~/Downloads
git clone https://github.com/haecker-felix/gradio.git
cd gradio
./autogen.sh
make
sudo make installAll Gradio releases can be found here
It is possible to add new stations here:
In a further release of gradio it will be easier to add new stations.
Maybe. Open a new Github issue and I'll look at it.
Gradio needs GTK 3.14 or higher. Ubuntu 14.04 provides GTK 3.12 which is definitely too old.
Yes! More information here: https://github.com/haecker-felix/gradio/wiki/How-to-install-Gradio-as-Flatpak
For gradio:
- glib-2.0
- gtk+-3.0 >=3.14
- gstreamer-1.0
- json-glib-1.0
- gio-2.0
- webkit2gtk-4.0
- libsoup-2.4
For compiling:
- General c/c++ libs & compiler
- git
- appstream-util / appstream-glib
