Search Criteria
Package Details: droidstar-git r80.31614da-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/droidstar-git.git (read-only, click to copy) |
---|---|
Package Base: | droidstar-git |
Description: | This software connects to M17, Fusion (YSF/FCS, DN and VW modes are supported), DMR, P25, NXDN, D-STAR (REF/XRF/DCS) reflectors and AllStar nodes (as an IAX2 client) over UDP. |
Upstream URL: | https://github.com/nostar/DroidStar |
Licenses: | GPL2 GPL3 |
Conflicts: | droidstar |
Provides: | droidstar |
Submitter: | Teeed |
Maintainer: | Teeed |
Last Packager: | Teeed |
Votes: | 1 |
Popularity: | 0.032783 |
First Submitted: | 2021-12-02 18:12 (UTC) |
Last Updated: | 2024-11-19 21:46 (UTC) |
Dependencies (8)
- make (make-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-serialport
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
Teeed commented on 2024-01-05 13:37 (UTC) (edited on 2024-01-05 15:25 (UTC) by Teeed)
Hi,
first of all: thanks for pointing that out!
Fixed, please confirm it works also for you :)
lachesis commented on 2024-01-05 05:27 (UTC)
No longer builds as upstream moved to Qt6.
https://github.com/nostar/DroidStar/commit/534d5e5d03c83b9c18bcd0b803a8a5b2909309f1
not_anonymous commented on 2023-10-23 22:34 (UTC) (edited on 2023-10-23 22:35 (UTC) by not_anonymous)
Yes, as limbe_vocoder is now part of this package ! SO;
It is no longer required as a (make)dependency !! PLUS
The patch is not needed either !!!
Teeed commented on 2023-10-23 11:08 (UTC) (edited on 2023-10-23 11:09 (UTC) by Teeed)
Tried today, without your modifications and it seems to compile just fine... So maybe upstream was fixed...
not_anonymous commented on 2023-10-10 14:29 (UTC)
Here's a USEFUL fix for the failure to compile ... (RE: my earlier comment):
Please add the following line to the PKGBUILD's "build()" immediately following the "cd...";
sed -i s:'-lvocoder':'# -lvocoder': DroidStar.pro
not_anonymous commented on 2023-10-03 23:04 (UTC)
Currently will not build...traced problem that PREVENTS building the source code to a recent change in the "Droidstar.pro" file ;
OLD line # 11 = LIBS += -limbe_vocoder # -lvocoder
NEW line # 11 = LIBS += -limbe_vocoder -lvocoder
Which could-be/probably-is a problem even deeper in the upstream code !!
*** This is less than 3 hours or so old: "commit 71eeb94"
Teeed commented on 2022-10-12 20:11 (UTC)
Thank you for your feedback! I will include your suggestion probably next week ;)
nathanielc commented on 2022-10-12 20:01 (UTC) (edited on 2022-10-12 20:02 (UTC) by nathanielc)
I was getting this error after installing:
There was a missing dependency on
qt5-quickcontrols
. Fix with:As this is a git install I am on version
r37.a24658b-1
Teeed commented on 2022-09-25 19:58 (UTC)
"flite1" is needed only when building for development/testing. Not needed to build package in "normal" mode.
1 2 Next › Last »