Package Details: linhpsdr-git r218.4284530-1

Git Clone URL: https://aur.archlinux.org/linhpsdr-git.git (read-only, click to copy)
Package Base: linhpsdr-git
Description: Linux HPSDR
Upstream URL: https://github.com/g0orx/linhpsdr
Licenses: GPL2
Conflicts: linhpsdr
Provides: linhpsdr
Submitter: joshuarubin
Maintainer: joshuarubin
Last Packager: joshuarubin
Votes: 1
Popularity: 0.42
First Submitted: 2020-08-24 18:51 (UTC)
Last Updated: 2020-08-24 18:51 (UTC)

Latest Comments

df8oe commented on 2024-10-10 13:35 (UTC)

Does not build any longer:

audio.c:627:37: Fehler: Zuweisung an »float « von inkompatiblem Zeigertyp »gint16 « {alias »short int «} [-Wincompatible-pointer-types]
627 | r->local_microphone_buffer=g_new(gint16, r->local_microphone_buffer_size);
| ^
audio.c:631:37: Fehler: Zuweisung an »float
« von inkompatiblem Zeigertyp »gint32 « {alias »int «} [-Wincompatible-pointer-types]
631 | r->local_microphone_buffer=g_new(gint32, r->local_microphone_buffer_size);
| ^
audio.c: In Funktion »mic_read_thread«:
audio.c:1038:28: Fehler: Rückgabe von »int« aus einer Funktion mit Rückgabetyp »void *« wandelt eine Zahl in einen Zeiger um, ohne explizite Typkonvertierung [-Wint-conversion]

Upstream issue?