Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 21:25:38 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426267 - head/comms/qsstv
Message-ID:  <201611162125.uAGLPcWk048221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Wed Nov 16 21:25:38 2016
New Revision: 426267
URL: https://svnweb.freebsd.org/changeset/ports/426267

Log:
  Update to latest release
  
  20161022 QSSTV 9.2.4
  - some minor bugfixing
  - eliminated online status setting in Config Notication tab (doubled with setting in Operator settings)
  - bug fix: incremental counter on filename wih hybrid mode
  - added filename to statusbar when sending DRM image
  
  20161021 QSSTV 9.2.3
  - bug fix: memory leak in tx DRM when loading/resizing images
  - faster compression of tx images
  - bug-fix: hybrid mode saved images with wrong file extension. Receivers tried downloading wrong file.
  - Added all the patches (more then 20) from Mike, VK6M: rx/tx notifications and a large number of patches for image handling
  - Added new features (such a save waterfall image) implmented by Mike, VK6M
  - Todo: update the documentation !
  
  20160929 QSSTV 9.2.2
  - added CTRL_F keyboard shortcut to switch to and from full screen. This is mainly used on low resolution screens where the top and/
  or
  bottom taskbars are masking part of the QSSTV window.
  
  20160929 QSSTV 9.2.1
  - added low Resolution mode
  - changed SSTV sync detection
  - some minor bug fixes
  
  20160703 QSSTV 9.1.8
   - The program uses jp2 files for sending images in DRM mode. The file extensions were not correct. ->fixed
   - changes of the configuration do not need a restart of the program anymore (adding templates, stock images, DRM Profiles)
   - images in the gallery are now resized.
   - added menu option To Tx in Gallery Images RX and TX.
   - image in viewer is zoomed when resized while keeping aspect ratio.
   - Screen size reduced to 791x684 for use with smaller screens.
   - Added voice/data port selection for PTT (thanks to David VK3DCU)
  
  20160701 QSSTV 9.1.7
   - Normally the audio is generated on the left channel. There is now an option in the soundconfig
   to swap left and right channel. Some radios like the TS590 are using the right audio channel via USB (test done by PE1DFQ - Gerard).
   - On request from Michael DL3YAP: Added CW ID button to manually send the CW ID as specified in the CW config.
   - Name of ID button in the lower status bar changed to WF ID (waterfall ID) to avoid confusion with CW ID.
   - Fixed bug: Waterfall font size was not correctly saved.
   - Added "Bold" option for Waterfall font.
  
  20160628 QSSTV 9.1.6
   - ftp transfer crashes when transmitting in hybrid mode-> solved
  
  Reviewed by:		takefu@

Modified:
  head/comms/qsstv/Makefile
  head/comms/qsstv/distinfo   (contents, props changed)

Modified: head/comms/qsstv/Makefile
==============================================================================
--- head/comms/qsstv/Makefile	Wed Nov 16 21:24:08 2016	(r426266)
+++ head/comms/qsstv/Makefile	Wed Nov 16 21:25:38 2016	(r426267)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	qsstv
-PORTVERSION=	9.1.5
+PORTVERSION=	9.2.4
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://users.telenet.be/on4qz/qsstv/downloads/ \
-		LOCAL/shurd
+		LOCAL/db
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	hamradio@FreeBSD.org
@@ -16,13 +16,14 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib
 		libfftw3.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float \
 		libhamlib.so:comms/hamlib \
-		libopenjp2.so.7:graphics/openjpeg \
+		libopenjp2.so:graphics/openjpeg \
 		libpulse.so:audio/pulseaudio \
 		libv4l2.so:multimedia/libv4l
 BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat
 
 USES=		qmake
 USE_QT5=	buildtools core gui network widgets xml
+USE_GL+=	gl
 
 OPTIONS_DEFINE=	DOCS
 DOCS_CXXFLAGS=	-DWITH_DOCS

Modified: head/comms/qsstv/distinfo
==============================================================================
--- head/comms/qsstv/distinfo	Wed Nov 16 21:24:08 2016	(r426266)
+++ head/comms/qsstv/distinfo	Wed Nov 16 21:25:38 2016	(r426267)
@@ -1,2 +1,3 @@
-SHA256 (qsstv_9.1.5.tar.gz) = 00b2e418ca39417eb6df73e4159e29f5844ce57b215188148fe4b5d12dc55f9a
-SIZE (qsstv_9.1.5.tar.gz) = 12372952
+TIMESTAMP = 1477497154
+SHA256 (qsstv_9.2.4.tar.gz) = 509c01e0d966ce622478d89cc168acb66327af452d2ef593731c23f35c8db3c5
+SIZE (qsstv_9.2.4.tar.gz) = 11883587



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611162125.uAGLPcWk048221>