Search Criteria
Package Details: qsstv 9.4.4-4
Git Clone URL: | https://aur.archlinux.org/qsstv.git (read-only, click to copy) |
---|---|
Package Base: | qsstv |
Description: | Radio Slow-Scan TV for qt |
Upstream URL: | http://users.telenet.be/on4qz/ |
Keywords: | ham radio |
Licenses: | |
Submitter: | Allan |
Maintainer: | alexf91 |
Last Packager: | alexf91 |
Votes: | 27 |
Popularity: | 0.000526 |
First Submitted: | 2008-12-19 03:43 |
Last Updated: | 2020-01-11 23:51 |
Dependencies (7)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- hamlib (hamlib-git, hamlib-git-python3)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, libpulse-nosystemd, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git)
- openjpeg2 (openjpeg-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- v4l-utils (v4l-utils-rockchip)
Latest Comments
1 2 3 4 5 Next › Last »
VeryLazyCat commented on 2019-11-10 20:20
PKGBUILD should be fixed: the author changed file name to be downloaded (from .zip to .tar.gz).
Worked for me:
source=(http://users.telenet.be/on4qz/qsstv/downloads/${pkgname}_${pkgver}.tar.gz
sha512sums=('d206c6c108827b607dfe360e7afe31065518f03ab04609ccca9a9bda16207d12966eb49d486d13eebb814716252c50aa5963d090f1e505e508ccb1b6ccc4728c'
AxPU commented on 2019-07-16 20:22
Moved the install from /usr/local/ to /usr/
It is probably a good idea to uninstall the old version before installing the new one.
zeroxfourc commented on 2019-06-11 11:39
The binary installs to /usr/local/bin instead of /usr/bin and the .desktop file installs to /usr/local/share/applications instead of /usr/share/applications. Packages should not install files to the local directories, I think.
flipmess commented on 2018-04-16 16:45
I get: Error in file "/usr/share/applications/qsstv.desktop": "text" is an invalid MIME type ("text" does not contain a subtype) when updating the desktop database.
phillid commented on 2018-01-12 09:11
Please wrap variables in quotes (srcdir, for example), otherwise they will cause issues/errors when expanded, if the paths etc contain spaces.
AxPU commented on 2017-10-22 08:58
Great, it seems to work fine here as well. Thank you very much for digging that options out.
73
nickoe commented on 2017-10-21 04:02
It looks like one can add the below to the pro file and it will also find the correct include path.
CONFIG += link_pkgconfig
PKGCONFIG += libopenjp2
nickoe commented on 2017-10-21 03:56
pkg-config libopenjp2 --variable=includedir
Will return the correct include path, maybe we can use that?
nickoe commented on 2017-10-21 03:45
And now it seems to be openjpeg-2.3 from the openjpeg2 package... :/ There must be a better way that specifying it directly.
AxPU commented on 2017-09-05 22:04
Patched build to use openjpeg-2.2
Does it still crash after receiving an Image? I am currently unable to test that..