No worries, thanks for helping out!
Search Criteria
Package Details: soundmodem 0.18-4
Package Actions
| Package Base: | soundmodem |
|---|---|
| Description: | Multiplatform Soundcard Packet Radio Modem |
| Upstream URL: | http://pv529.ncsrv.de/soundmodem/ |
| Category: | network |
| Licenses: | |
| Submitter: | None |
| Maintainer: | AxPU |
| Last Packager: | AxPU |
| Votes: | 8 |
| First Submitted: | 2008-05-22 05:02 |
| Last Updated: | 2015-05-26 22:01 |
Dependencies (7)
Required by (0)
Sources
- 0001-Search-replace-of-extern-inline-static-inline.patch
- http://pv529.ncsrv.de/soundmodem/soundmodem-0.18.tar.gz
- soundmodem.conf
- soundmodem.service
- soundmodem_conf.d
- soundmodem_rc.d
Latest Comments
Comment by AxPU
Comment by vogelchr
AxPU, sorry, I also don't use it, just built it to test something...
Comment by AxPU
Thank you very much.
Do you by any chance want to take the package over? You obviously have much more "C" foo than I have and I'm not currently using soundmodem anyway.
I just took it over when the previous owner abandoned it so that the "lost" source will remain available and the package hopefully continues to work (with help just as you provided.
No pressure, just answer if you're interested
Comment by vogelchr
Does not compile (as of 2015-05-24, gcc 5.1.0).
genpamtbl.o: In function `logcheck':
genpamtbl.c:(.text+0xd84): undefined reference to `log_verblevel'
logcheck() is a function unused by most of the "genxxx" utilities, but declared "extern inline", hence a superfluous externally visible function is compiled by the compiler [which causes the undefined reference error]. If one fixes this problem for logcheck() it appears that there are a bunch of additional problems of the same kind, caused by *all* inline functions declared extern static!
I've put up an updated PKGBUILD and a patch-file for the source on http://vogel.cx/git/soundmodem-archlinux-aur/
Comment by AxPU
Just adopted the package
I still have the last source and it builds/works.I have uploaded it to a webspace where it can remain available for the time being. I will also try to contact the original author for a new source page, let's see.
Comment by zhehao
I've made the changes, but I don't really any idea of how to maintain this package. I don't even own a radio set to test this with, so I'm going to disown this package for now.
Comment by jrriss
Add this to the end of the package() function.
mv $pkgdir/usr/sbin/soundmodem $pkgdir/usr/bin/soundmodem
rm -d $pkgdir/usr/sbin
Comment by AxPU
Package conflicts with the merge of /bin and /usr/bin.
Please update when possible.
Anonymous comment
While www.baycom.org/~tom/ is down, I found an ubuntu source tar.gz that matches the md5sum in the PKGBUILD.
https://launchpad.net/ubuntu/+archive/primary/+files/soundmodem_0.16.orig.tar.gz
Anonymous comment
I'm not sure why it does that, probably something odd to do with the way it parses the XML config file. It should still work.