non port: comms/qsstv/pkg-plist |
Number of commits found: 18 |
Tuesday, 24 May 2022
|
17:33 Charlie Li (vishwin)
comms/qsstv: fix build with graphics/openjpeg 2.5 by removing unnecessary
patches
While here, have ourselves a working DEBUG build
Encoding/saving JPEG2000 crashes due to graphics/jasper interaction.
Not sure if it has ever worked.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D35308
543d888 |
Tuesday, 7 Dec 2021
|
15:42 Charlie Li (vishwin)
comms/qsstv: update to 9.5.8
Now builds and runs with current hamlib.
Changelog: http://users.telenet.be/on4qz/qsstv/manual/changelog.html
DOCS option removed since building it continues to be problematic,
and the upstream author encourages using the online documentation
anyway.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D33313
b040d3a |
Friday, 8 Jan 2021
|
07:47 fluffy
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine
 |
Friday, 19 Apr 2019
|
07:42 shurd
Update to 9.3.3
- Open PTT serial port O_NONBLOCK so /dev/tty* can be used.
- If a video device has no formats, do not add to camera list.
- Add /index.html to local docURL so help will open in browser.
From the changelog:
20190418 QSSTV 9.3.3
* fixed api documentation generation
20190418 QSSTV 9.3.2
* complete rewrite of the FTP interfaces. They now run in a seperate
thread
* removed Hybrid notify config. All hybrid configurations are in one
tab: Hybrid
* size of recorded wav files was internally set to 0, fixed.
* tx audio to wav file was output in mono with half the samples
-> fixed
* scaling of images in sstv tx mode -> fixed
* show image with template when loading new image ->fixed
* callsign was not set/send in DRM tx
* new FFT implementation
* compression in DRM now based on size in stead of ratio
* fix error in reedsolomon decode when no erasures found
* repeater functions implemented
* fixed bug in AVT24-AVT90-AVT94
* removed use VIS option in SSTV (now when a VIS code is detected,
the mode is restricted to that VIS mode)
* added confirmation options for delete files and program exit in
gui configuration
* more testing on raspberry Pi 3 model B. (compilation and
execution OK)
* added PKTLSB, PKTUSB and PKTFM in frequency config modulation
* added passband to frequency settings
* minor bug fixes
 |
Tuesday, 26 Jun 2018
|
15:47 db
Updated to 9.2.6
20170817 QSSTV 9.2.6
Changed the .pro file for autodetecing correct libopenjpg2 (DL1JBE -Tom)
ftp transfer - initialize bug fix (VK6MN- Mike)
Help manual -> path correction and corrected some typo's (DJ0MBA-
Marinus)
SSTV initialize bug fix (Adrian)
Camera support for Raspberry PI Cam
fixed audio loopback use
fixed transmission after stop, image was not restarted at top
20161022 QSSTV 9.2.5
Screen size reduced for use with smaller screens-fixed.
rig control - added capabilities test.
PR: ports/229140
Submitted by: takefu@airport.fm
 |
Thursday, 22 Dec 2016
|
22:00 db
Bumped PORTREVISION
Hi
The attached patch fixes the plist of comms/qsstv:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/images/Gallery_templates.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/images/Gallery_txdrm.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/Copying.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/Gallery_templates.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/Gallery_txdrm.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/RXDRM.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/RXSSTV.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/TXDRM.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/TXSSTV.html
mfg Tobias
PR: ports/215124
Submitted by: @tcberner
 |
Wednesday, 8 Jun 2016
|
13:38 db
comms/qsstv uses the substitution %%QT_LIBDIR%% [=relative path
to Qt libraries] by mistake [that's devel/qca/pkg-plist.qt5].
The attached patch replaces this everywhere by "lib".
Well. This was rather bogus.
-%%PORTDOCS%%%%DOCSDIR%%/manual/ca%%QT_LIBDIR%%ration.png
+%%PORTDOCS%%%%DOCSDIR%%/manual/calibration.png
PR: ports/210112
Submitted by: tcberner@gmail.com
 |
Tuesday, 12 Apr 2016
|
03:45 shurd
Fix pkg-fallout error and update to latest release
Add dependency on multimedia/libv4l and qt5-widgets
Sort LIB_DEPENDS
Add patch to fix issue reported by db@
 |
Sunday, 10 Apr 2016
|
21:54 shurd
Update to latest release.
DOCS option is back, hopefully it'll stay.
Jasper has been switched out for OpenJPEG.
 |
Saturday, 15 Aug 2015
|
04:15 shurd
Update to 8.2.12
Maintenance release.
 |
Saturday, 2 May 2015
|
23:20 shurd
Update to latest revision.
Upstream has stopp redistributing the docs again.
 |
Wednesday, 31 Dec 2014
|
06:45 antoine
Update devel/doxygen to 1.8.9
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self
 |
Monday, 8 Dec 2014
|
00:30 shurd
Update to 8.2.9
As it happens, the docs being included in the archive was unintentional. Add
support for the DOCS option.
This fixes a bug in the reedsolomon encoder/decoder when using the RS4
mode (the program did not decode the transmissions with extensions .rs4
and could possibly crash).
 |
Sunday, 23 Nov 2014
|
19:33 shurd
Update to 8.2.8
Change Maintainer to hamradio@
Install (now pre-generated) documentation
From the release announcement:
- compatibility with Easypal Oct 2014: change in hybrid mode
 |
Friday, 11 Apr 2014
|
19:36 db
- update comms/sstv to latest release
- bug fix ftp transfer when using subdirectories ( reported by Ken G7VJA)
- bug fix for sound file output when recording while transmitting (Jem)
PR: ports/188416
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
 |
Thursday, 15 Aug 2013
|
01:52 db
- restore qsstv and update to latest
- reassign maintainership
- This update moves qsstv to QT4
PR: ports/181233
Submitted by: Stephen Hurd <shurd@sasktel.net>
 |
Wednesday, 20 Jul 2005
|
15:32 pav
- Update to 6.0a
PR: ports/83688
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Diane Bruce <db@db.net> (maintainer)
 |
Thursday, 28 Oct 2004
|
22:35 pav
Add qsstv, SSTV decode and Version 5 supports FAX reception
PR: ports/73018
Submitted by: Diane Bruce <db@db.net>
 |
Number of commits found: 18 |