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

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

FabioLolix commented on 2024-04-07 18:12 (UTC)

Also, why there's pkgver section if this is not a -git package?

@begin-theadventu because it download a git commit so the version is effective, it is common in Arch packages too

begin-theadventu commented on 2023-11-15 01:15 (UTC) (edited on 2023-11-15 01:16 (UTC) by begin-theadventu)

prepare+isolate cargo from home

prepare() {
  cd $pkgname
  export CARGO_HOME="$srcdir/CARGO_HOME"
  export RUSTUP_TOOLCHAIN=stable
  cargo fetch --target "$CARCH-unknown-linux-gnu"
}

build() {
  export CARGO_HOME="$srcdir/CARGO_HOME"

Also, why there's pkgver section if this is not a -git package?

FabioLolix commented on 2023-02-08 20:45 (UTC)

btw I forgot to comment before but my previous build issues was due to the lto option which is enabled by default in devtools and I had enabled it too for makepkg, this has been solved for all with the last pkgbuild update

igor-dyatlov commented on 2022-12-07 20:54 (UTC)

@FabioLolix: done

DrMartinus commented on 2022-12-07 06:10 (UTC)

I'm positively surprised: for me it worked. I used the ~/.cache/yay/shortwave/ folder (I use yay as package installer), and the makepkg -sfi went through smoothly. Now shortwave works again. Thanks @FabioLolix.

FabioLolix commented on 2022-12-05 23:02 (UTC)

@DrMartinus for rebuild go where the there is the pkgbuild and run makepkg -sfi, but for me didn't build today

@igor-dyatlov git is needed as makedepends to build in chroot

Shortwave-3.1.0/meson.build:34:0: ERROR: Program or command 'git' not found or not executable

and for me fails to build both in chroot and with makepkg, same error

   Compiling shortwave v0.0.0 (/home/fabio/Dev/pkg_make/TOBUILD/shortwave/src/Shortwave-3.1.0)
error: linking with `cc` failed: exit status: 1

DrMartinus commented on 2022-12-05 05:56 (UTC)

@FabioLolix and how do I do that? I reinstalled it, which didn't change anything. Shortwave worked well until the last system upgrade.

FabioLolix commented on 2022-11-16 06:59 (UTC)

@DrMartinus you need to rebuild the package which has been likely build against openssl 1.1

DrMartinus commented on 2022-11-16 06:06 (UTC)

After the last update yesterday I get this error message:

shortwave: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

openssl 3.0.7-2 as well as lib32-openssl 3.0.7-1 is installed on my machine. Both offer libssl.so

peippo commented on 2022-10-18 09:36 (UTC)

Could you add git to the make dependencies? Thanks!