Search Criteria
Package Details: radion 1.2.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/radion.git (read-only, click to copy) |
|---|---|
| Package Base: | radion |
| Description: | CLI internet radio client in Bash with optional yad desktop notifications. |
| Upstream URL: | https://gitlab.com/christosangel/radion |
| Licenses: | GPL-2.0-or-later |
| Submitter: | 0fflineuser |
| Maintainer: | 0fflineuser |
| Last Packager: | 0fflineuser |
| Votes: | 1 |
| Popularity: | 0.000233 |
| First Submitted: | 2024-11-19 13:27 (UTC) |
| Last Updated: | 2025-02-18 19:40 (UTC) |
Dependencies (7)
- bash (bash-devel-gitAUR, bash-gitAUR)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-amd-full-gitAUR, mpv-full-build-gitAUR)
- sox (sox-dsd-gitAUR)
- dmenu (widgie-menu-compatAUR, dmenu-gitAUR, dmenu-budAUR, sxmo-dmenuAUR, dmenu-rsAUR, dmenu-rs-gitAUR, nordmenuAUR, dmenu-fuzzymatchAUR) (optional)
- fzf (fzf-gitAUR) (optional)
- rofi (rofi-gitAUR) (optional)
- yad (yad-gtk2AUR, yad-gitAUR, yad-lightAUR) (optional)
Latest Comments
0fflineuser commented on 2025-02-18 19:46 (UTC)
@m040601 Hi, sorry for the late reply. I made yad optional and updated the description. Have a good week.
m040601 commented on 2025-01-22 18:39 (UTC) (edited on 2025-01-22 18:47 (UTC) by m040601)
Interesting tool. Thanks for the PKGBUILD. I am testing it and comparing it to other cli/tui radio players.
That "CLI" in the description is very misleading. I assumed this was a pure terminal command line tool. But I ended up with lots of desktop/GUI dependencies.
As of now, this "radion" PKGBUILD pulls "yad" , which by itself pulls hundreds of megabytes of, gtk3, webkit2gtk-4.1, gtksourceview3, gspell.
Those are desktop/gui things. Not CLI/TUI.
The developer is also not very clear.
The README says
And then,
Hhhmm... Again, very contradictory. If he calls it a TUI thing, then it should not force you desktop things.
I personally dont want a bash tool mandatoryly forcing me to install desktop things. So I am assuming one could make the PKGBUILD without "yad" as a mandatory dependency. Just as a optional dependency.
Also, you should edit the "Description". Add something there. Like for example "with optional yad desktop notifications"
Thanks in advance.