Package Details: fldigi 4.2.12-2

Git Clone URL: https://aur.archlinux.org/fldigi.git (read-only, click to copy)
Package Base: fldigi
Description: Digital Modem Program for Amateur Radio
Upstream URL: http://w1hkj.org
Keywords: ham radio
Licenses: GPL-2.0-or-later
Submitter: Allan
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 62
Popularity: 0.172676
First Submitted: 2008-12-19 03:37 (UTC)
Last Updated: 2026-07-27 19:42 (UTC)

Latest Comments

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

not_anonymous commented on 2026-08-04 16:07 (UTC) (edited on 2026-08-04 16:25 (UTC) by not_anonymous)

The upstream author is aware of MANY issues with the xx.13 release. I'm gonna wait a few more days and then update this. TIA for being patient all y'all.

PLUS ....I cannot upload anything due to "aur maintenance" !

giovanni commented on 2026-08-01 19:17 (UTC) (edited on 2026-08-01 19:21 (UTC) by giovanni)

To ensure that fldigi 4.2.13 works correctly, you must use this build:

build() {
cd "$srcdir"/$pkgname-$pkgver

# fldigi 4.2.13 is not compatible with _GLIBCXX_ASSERTIONS
# when creating ComboBoxes.
CFLAGS="${CFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS/}"
CXXFLAGS="${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS/}"
export CFLAGS CXXFLAGS

./configure --prefix=/usr \
    --enable-tls --with-flxmlrpc --without-asciidoc

make ASCIIDOC_ICONS_DIR=/etc/asciidoc/images/icons/
}

emptiness23 commented on 2026-08-01 18:49 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading http://w1hkj.org/files/fldigi/fldigi-4.2.12.tar.gz

4.2.13 is already out only a few days later, and they don't keep old packages available for download. On one hand, it's annoying if you have scripts like this that depend on them, but on the other hand, I can see why they do it that way...

not_anonymous commented on 2026-07-27 19:43 (UTC)

Put it back....have fun all ya'all

giovanni commented on 2026-07-27 15:30 (UTC)

In a Wayland environment, Flarq doesn’t work without my patch (flarq.wayland.patch). Please add it. Thank you.

catdad_fred commented on 2025-12-30 12:15 (UTC)

Thanks for the patches. Fldigi works again.

not_anonymous commented on 2025-12-28 01:54 (UTC)

mny tnxs 2 KT6D and "giovanni" for the two patches used to correct the fltk/Wayland/x11 conundrum...es vy 73 om's !!

giovanni commented on 2025-12-27 19:54 (UTC) (edited on 2025-12-27 19:59 (UTC) by giovanni)

@not_anonymous I have created a patch to make flarq work with Wayland too. I sent my patch to your email address.

giovanni commented on 2025-12-27 18:55 (UTC)

flarq does not start with Wayland; another patch is required for flarq.

giovanni commented on 2025-12-04 12:52 (UTC) (edited on 2025-12-04 18:00 (UTC) by giovanni)

I had problems starting it with Wayland. The solution was this: sed -i \ -e 's|^Exec=fldigi$|Exec=env FLTK_BACKEND=x11 fldigi|' \ -e 's|^Exec=flarq$|Exec=env FLTK_BACKEND=x11 flarq|' \ data/fldigi.desktop data/flarq.desktop