Search Criteria
Package Details: shortwave 1:1.1.1-8
Git Clone URL: | https://aur.archlinux.org/shortwave.git (read-only, click to copy) |
---|---|
Package Base: | shortwave |
Description: | Find and listen to internet radio stations. |
Upstream URL: | https://gitlab.gnome.org/World/Shortwave |
Licenses: | |
Submitter: | ValHue |
Maintainer: | ValHue |
Last Packager: | ValHue |
Votes: | 31 |
Popularity: | 1.12 |
First Submitted: | 2019-03-16 10:34 |
Last Updated: | 2020-11-23 21:34 |
Dependencies (11)
- gst-plugins-bad (gst-plugins-bad-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- libhandy0
- libsoup (libsoup-gnome-git, libsoup-gnome)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gst-plugins-base-libs (gst-plugins-base-git) (make)
- libdazzle (libdazzle-git, libdazzle-unstable) (make)
- meson (meson-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
jal666 commented on 2021-01-25 14:17
Runs nicely on ARMv7, if you want to add that in.
Xyne commented on 2020-11-22 22:37
To follow up on my previous post, I tried shortwave again today and realized that it needs pulseaudio to work.
jonathon commented on 2020-10-29 17:56
Just noticed, the
arch
needs to be set correctly, for example:This package is definitely not platform-independent... !
Moilleadoir commented on 2020-10-21 10:16
Apologies, mine is a Manjaro issue (no libhandy0 yet).
Xyne commented on 2020-10-20 18:57
I'm not sure why yet, but makepkg installs libhandy instead of libhandy0 when resolving dependencies.
I also still have the same problem as before when attempting to play any radio station:
Can you please try building this in a clean chroot to determine what's missing from the package? I suspect that it relies on something already installed on your system.
ValHue commented on 2020-10-20 16:09
So it's in the extra repository ..
https://www.archlinux.org/packages/?q=libhandy0
Are you using
makepkg -s
to resolve dependencies for you?Moilleadoir commented on 2020-10-20 15:35
bengels commented on 2020-10-18 11:01
@ValHue, Thanks, now it compiles and works as it should!
ValHue commented on 2020-10-18 10:51
It must be because of my rust configuration but it compiled correctly and I disabled Jonathon's handy.patch, sorry. Now it should compile without problem.
Libhandy is not necessary to compile it, as it is downloaded from the source branch, just like many other packages. Libhandy0 was necessary for its execution and until now I had not realized it because by default it is installed by other packages that I have installed by default.
No matter how clean you want to leave a development environment, a package always slips into you ... thank you for your contributions.
jonathon commented on 2020-10-17 18:07
That's because
handy.patch
is no longer applied inprepare()
- it is still needed to fix the upstream source's now-missing branch.