Search Criteria
Package Details: soundmodem 0.20-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/soundmodem.git (read-only, click to copy) |
---|---|
Package Base: | soundmodem |
Description: | Multiplatform Soundcard Packet Radio Modem |
Upstream URL: | http://gna.org/projects/soundmodem |
Keywords: | ax25 |
Licenses: | GPL2 |
Submitter: | None |
Maintainer: | hotaru |
Last Packager: | virtualdxs |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2008-05-22 05:02 (UTC) |
Last Updated: | 2022-10-21 02:57 (UTC) |
Dependencies (5)
- audiofile (audiofile-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- alsa-lib (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- make (make-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
Erus_Iluvatar commented on 2024-09-03 08:47 (UTC)
To get this to build, it now needs "--build=x86_64-unknown-linux-gnu" in the configure line.
PolarianDev commented on 2023-03-20 11:16 (UTC)
Upstream URL returns 404!
virtualdxs commented on 2022-10-21 02:59 (UTC)
Updated with patch for the HAMLIB_FILPATHLEN issue.
startia commented on 2021-11-18 14:27 (UTC)
Hello. For build correctly, you need to edit soundcard/ptt.c:
--- strncpy(state->u.rig_ptr->state.rigport.pathname, path, FILPATHLEN); +++ strncpy(state->u.rig_ptr->state.rigport.pathname, path, HAMLIB_FILPATHLEN);
:)
virtualdxs commented on 2020-04-04 00:12 (UTC)
Sorry about that, I must've fixed my quoting on my end but forgot to commit. Should work now
lucid-daemon commented on 2020-04-03 22:40 (UTC)
Does somebody maintain this package? The link for the sourcecode in the PKGBUILD is broken and the code doesn't compile.
AxPU commented on 2018-09-30 19:16 (UTC)
Hey thanks!
No problem, I will gladly transfer the maintainership to you if you can keep it updated!
virtualdxs commented on 2018-09-29 20:02 (UTC)
I have put together a PKGBUILD with its permanent home at https://archive.org/details/soundmodem-0.20. I'd like to become the maintainer of the package if the disown request is granted.
rexhunt commented on 2018-04-27 22:35 (UTC)
New source location: http://soundmodem.vk4msl.id.au/ Link for the actual source file: http://soundmodem.vk4msl.id.au/soundmodem-0.18.tar.gz
It's an older version, but it built for me.
Even better, this link is for the file from archive.org: http://web.archive.org/web/20170225142131/http://download.gna.org/soundmodem/soundmodem-0.20.tar.gz
sparques commented on 2017-08-18 18:22 (UTC)
1 2 3 Next › Last »