notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/qsstv/pkg-plist

Number of commits found: 18

Tuesday, 24 May 2022
17:33 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 543d8888c9561ba6e0960a3bb9cc8e9289fb6d11 commit hash: 543d8888c9561ba6e0960a3bb9cc8e9289fb6d11 commit hash: 543d8888c9561ba6e0960a3bb9cc8e9289fb6d11 commit hash: 543d8888c9561ba6e0960a3bb9cc8e9289fb6d11 543d888
Tuesday, 7 Dec 2021
15:42 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: b040d3ad8fb1a60ee5a6e8b2c0dabf98970405cf commit hash: b040d3ad8fb1a60ee5a6e8b2c0dabf98970405cf commit hash: b040d3ad8fb1a60ee5a6e8b2c0dabf98970405cf commit hash: b040d3ad8fb1a60ee5a6e8b2c0dabf98970405cf b040d3a
Friday, 8 Jan 2021
07:47 fluffy search for other commits by this committer
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
Original commitRevision:560752 
Friday, 19 Apr 2019
07:42 shurd search for other commits by this committer
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
Original commitRevision:499330 
Tuesday, 26 Jun 2018
15:47 db search for other commits by this committer
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
Original commitRevision:473391 
Thursday, 22 Dec 2016
22:00 db search for other commits by this committer
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
Original commitRevision:429190 
Wednesday, 8 Jun 2016
13:38 db search for other commits by this committer
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
Original commitRevision:416540 
Tuesday, 12 Apr 2016
03:45 shurd search for other commits by this committer
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@
Original commitRevision:413095 
Sunday, 10 Apr 2016
21:54 shurd search for other commits by this committer
Update to latest release.

DOCS option is back, hopefully it'll stay.
Jasper has been switched out for OpenJPEG.
Original commitRevision:412986 
Saturday, 15 Aug 2015
04:15 shurd search for other commits by this committer
Update to 8.2.12

Maintenance release.
Original commitRevision:394267 
Saturday, 2 May 2015
23:20 shurd search for other commits by this committer
Update to latest revision.

Upstream has stopp redistributing the docs again.
Original commitRevision:385224 
Wednesday, 31 Dec 2014
06:45 antoine search for other commits by this committer
Update devel/doxygen to 1.8.9

PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
Original commitRevision:375872 
Monday, 8 Dec 2014
00:30 shurd search for other commits by this committer
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).
Original commitRevision:374231 
Sunday, 23 Nov 2014
19:33 shurd search for other commits by this committer
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
Original commitRevision:373170 
Friday, 11 Apr 2014
19:36 db search for other commits by this committer
- 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)
Original commitRevision:351034 
Thursday, 15 Aug 2013
01:52 db search for other commits by this committer
- restore qsstv and update to latest
- reassign maintainership
- This update moves qsstv to QT4

PR:		ports/181233
Submitted by:	Stephen Hurd <shurd@sasktel.net>
Original commitRevision:324748 
Wednesday, 20 Jul 2005
15:32 pav search for other commits by this committer
- Update to 6.0a

PR:             ports/83688
Submitted by:   Andrej Zverev <az@inec.ru>
Approved by:    Diane Bruce <db@db.net> (maintainer)
Original commit
Thursday, 28 Oct 2004
22:35 pav search for other commits by this committer
Add qsstv, SSTV decode and Version 5 supports FAX reception

PR:             ports/73018
Submitted by:   Diane Bruce <db@db.net>
Original commit

Number of commits found: 18