Package Details: shortwave 1:3.2.0-1

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: GPL3
Submitter: None
Maintainer: igor-dyatlov
Last Packager: igor-dyatlov
Votes: 58
Popularity: 0.29
First Submitted: 2019-03-16 10:34 (UTC)
Last Updated: 2023-02-08 16:20 (UTC)

Pinned Comments

<deleted-account> commented on 2019-11-13 21:25 (UTC)

Attention:

Because until now shortwave was nothing more than the moved version from github to gitlab from gradio, the numbering of its versions has been restarted. Therefore it is necessary to force the installation of this latest version or it will not be detected as an update.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »

jal666 commented on 2021-03-22 14:56 (UTC)

Not a failing of the software, does anyone know how to stream bbc radio with shortwave now? https://www.bbc.co.uk/sounds/help/questions/supported-devices/internet-radio-closure

cknoblauch commented on 2021-03-19 15:19 (UTC)

Installation is failing with this error:

Found ninja-1.10.2 at /usr/bin/ninja
ninja: Entering directory `builddir'
[0/4] Generating cargo-build with a custom command
** RUST VERSION **
rustc 1.29.1 (b801ae664 2018-09-20)
** RELEASE MODE **
error: 'short' isn't a valid value for '--message-format <FMT>'
    [possible values: human, json]


USAGE:
    cargo build --manifest-path <PATH> --message-format <FMT> --release

For more information try --help
[1/4] Generating de.haeckerfelix.Shortwave_gresource with a custom command
FAILED: src/shortwave 
/tmp/pamac-build-wat/shortwave/src/Shortwave-1.1.1/build-aux/cargo.sh /tmp/pamac-build-wat/shortwave/src/Shortwave-1.1.1/builddir /tmp/pamac-build-wat/shortwave/src/Shortwave-1.1.1 src/shortwave /usr/share/locale default
[3/4] Generating de.haeckerfelix.Shortwave.metainfo.xml_data_merge with a custom command
[4/4] Generating de.haeckerfelix.Shortwave.desktop_data_merge with a custom command
ninja: build stopped: subcommand failed.

jal666 commented on 2021-01-25 14:17 (UTC)

Runs nicely on ARMv7, if you want to add that in.

Xyne commented on 2020-11-22 22:37 (UTC)

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 (UTC)

Just noticed, the arch needs to be set correctly, for example:

diff --git a/PKGBUILD b/PKGBUILD
index 5c17aa6..bf52c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
 _pkgname="Shortwave"
 pkgname="shortwave"
 pkgver="1.1.1"
-pkgrel="7"
+pkgrel="8"
 epoch="1"
 pkgdesc="Find and listen to internet radio stations."
-arch=('any')
+arch=('x86_64' 'aarch64')
 url="https://gitlab.gnome.org/World/${_pkgname}"
 license=('GPL3')
 depends=('gst-plugins-bad' 'libhandy0' 'libsoup' 'gtk3')

This package is definitely not platform-independent... !

Moilleadoir commented on 2020-10-21 10:16 (UTC)

Apologies, mine is a Manjaro issue (no libhandy0 yet).

Xyne commented on 2020-10-20 18:57 (UTC) (edited on 2020-10-20 19:07 (UTC) by Xyne)

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:

Failed to set pipeline to playing
Failed to connect: Connection refused

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.

<deleted-account> commented on 2020-10-20 16:09 (UTC)

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 (UTC)

Resolving dependencies...
Warning: cannot resolve "libhandy0", a dependency of "shortwave"
Error: Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency 'libhandy0' required by shortwave

bengels commented on 2020-10-18 11:01 (UTC) (edited on 2020-10-18 11:02 (UTC) by bengels)

@ValHue, Thanks, now it compiles and works as it should!