Package Details: wfview-git r1249.54d6850-3

Git Clone URL: https://aur.archlinux.org/wfview-git.git (read-only, click to copy)
Package Base: wfview-git
Description: Interface for Icom transceivers
Upstream URL: https://wfview.org/
Licenses: GPL3
Conflicts: wfview
Provides: wfview
Submitter: FuzzyCheese
Maintainer: FuzzyCheese
Last Packager: FuzzyCheese
Votes: 2
Popularity: 0.001810
First Submitted: 2021-05-10 19:56 (UTC)
Last Updated: 2021-08-28 16:39 (UTC)

Latest Comments

f4iey commented on 2023-04-21 08:17 (UTC)

Add qt5-gamepad in deps:

Project ERROR: Unknown module(s) in QT: gamepad

Also, eigen is still not added and the error keeps happening.

f4iey commented on 2022-08-19 17:35 (UTC) (edited on 2022-08-19 17:35 (UTC) by f4iey)

Failure occurred in build:

../wfview/audioconverter.h:17:10: fatal error: eigen3/Eigen/Eigen: 
No such file or directory                               
17 | #include <eigen3/Eigen/Eigen>                                                                                         |          ^~~~~~~~~~~~~~~~~~~~  

It seems to build again when adding eigen package as a dependency.

FuzzyCheese commented on 2021-08-28 01:06 (UTC) (edited on 2021-08-28 15:17 (UTC) by FuzzyCheese)

Thanks mthowe. I updated the PKGBUILD to reflect upstream changes.

mthowe commented on 2021-08-27 22:08 (UTC) (edited on 2021-08-27 22:13 (UTC) by mthowe)

It seems a few files have been moved around. Fixing these 2 lines as below in package() takes care of it:

install -D "${srcdir}/wfview/resources/wfview.desktop" "$pkgdir/usr/share/applications/wfview.desktop"

install -D "${srcdir}/wfview/resources/wfview.png" "$pkgdir/usr/share/pixmaps/wfview.png"