Search Criteria
Package Details: freedv-gui 2.3.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/freedv-gui.git (read-only, click to copy) |
|---|---|
| Package Base: | freedv-gui |
| Description: | Digital Voice for Radio Amateurs |
| Upstream URL: | https://freedv.org/ |
| Licenses: | LGPL-2.1-or-later |
| Submitter: | ra1nb0w |
| Maintainer: | ra1nb0w |
| Last Packager: | ra1nb0w |
| Votes: | 12 |
| Popularity: | 0.24 |
| First Submitted: | 2022-07-28 10:40 (UTC) |
| Last Updated: | 2026-05-15 06:54 (UTC) |
Dependencies (12)
- gsm
- hamlib (hamlib-gitAUR, hamlib-noindi-gitAUR)
- libao (libao-gitAUR)
- libebur128 (libebur128-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libsndfile (libsndfile-gitAUR)
- speex (speex-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- wget (wget-gitAUR) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
ra1nb0w commented on 2026-05-13 06:51 (UTC) (edited on 2026-05-13 07:09 (UTC) by ra1nb0w)
emptiness23 thanks and wget is now in
makedepends.About Opus:
--disable-rtcd(Disable run-time CPU capabilities detection) is present only during cross-compiling [1] so the configure should find at least SSE4.1. I tested it manually using the opus sources with default CFLAGS [2] and it discovers SSE4.1 but not AVX and AVX2. Anyway, I generally use--march=nativein /etc/makepkg.conf.d/custom.conf but seems useless since I have the same warning and in fact the configure fails to find "Run-time CPU detection". There is something related to cmake environment.[1] https://github.com/peterbmarks/radae_nopy/blob/b2891023f3aecdf8b1793618000b1be6bcb2c4d1/cmake/BuildOpus.cmake#L65
[2] CFLAGS = -g -O2 -fvisibility=hidden -fstack-protector-strong -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes
emptiness23 commented on 2026-05-12 22:49 (UTC)
You may want to add wget as a dependency. My system didn't have that package installed, and it bombed while compiling after downloading DNN.
Additionally, while it compiles Opus after pulling in the sources, it complains about the lack of SSSE3/AVX/AVX2. though I'm not sure what can be done about this, or if it even matters that much on a machine powerful enough to run FreeDV anyway:
simona commented on 2026-05-12 08:40 (UTC)
with standard /etc/makepkg.conf wak ok. tnx for support.
simona commented on 2026-05-12 08:34 (UTC)
Yes, some changes. In particular, !debug in options. And various other things I've done over time. I'll try to restore the standard one and bring !debug back up.
ra1nb0w commented on 2026-05-12 06:23 (UTC)
Have changed something in
/etc/makepkg.confor/etc/makepkg.conf.d/?simona commented on 2026-05-11 18:27 (UTC) (edited on 2026-05-11 18:31 (UTC) by simona)
compile with git and all commands was ok
ra1nb0w commented on 2026-05-11 18:20 (UTC)
Are you able to build it manually?
simona commented on 2026-05-11 17:50 (UTC)
I use yay -S freedv-gui . where can I find CPPFLAGS/CFLAGS ?
ra1nb0w commented on 2026-05-11 17:49 (UTC)
Hi simona, which compiler and CPPFLAGS/CFLAGS are you using?
simona commented on 2026-05-11 16:16 (UTC)
1 2 3 4 5 6 Next › Last »