pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Added qsstv-0.0.0.72



Module Name:	pkgsrc-wip
Committed By:	Dave Vollenweider <dvollen%gmail.com@localhost>
Pushed By:	dvol
Date:		Wed Aug 13 00:22:09 2025 +0000
Changeset:	6ab7b3fb4ca3a869e24e8267e21a128d406c33e4

Modified Files:
	Makefile
Added Files:
	qsstv/COMMIT_MSG
	qsstv/DESCR
	qsstv/Makefile
	qsstv/PLIST
	qsstv/TODO
	qsstv/distinfo

Log Message:
Added qsstv-0.0.0.72

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ab7b3fb4ca3a869e24e8267e21a128d406c33e4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 qsstv/COMMIT_MSG |  4 ++++
 qsstv/DESCR      |  3 +++
 qsstv/Makefile   | 38 ++++++++++++++++++++++++++++++++++++++
 qsstv/PLIST      |  4 ++++
 qsstv/TODO       | 12 ++++++++++++
 qsstv/distinfo   |  5 +++++
 7 files changed, 67 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 853386f450..b1f48320fc 100644
--- a/Makefile
+++ b/Makefile
@@ -5048,6 +5048,7 @@ SUBDIR+=	qn-x11
 SUBDIR+=	qq
 SUBDIR+=	qrint
 SUBDIR+=	qrq
+SUBDIR+=	qsstv
 SUBDIR+=	qstat
 SUBDIR+=	qstat214
 SUBDIR+=	qt-openzwave
diff --git a/qsstv/COMMIT_MSG b/qsstv/COMMIT_MSG
new file mode 100644
index 0000000000..e0de2c93b5
--- /dev/null
+++ b/qsstv/COMMIT_MSG
@@ -0,0 +1,4 @@
+ham/qsstv: Add qsstv version 0.0.0.72
+
+Packaged in wip by Dave Vollenweider
+
diff --git a/qsstv/DESCR b/qsstv/DESCR
new file mode 100644
index 0000000000..bf8f335970
--- /dev/null
+++ b/qsstv/DESCR
@@ -0,0 +1,3 @@
+QSSTV is a program for receiving and transmitting SSTV and HAMDRM
+(sometimes called DSSTV). It is compatible with most of
+MMSSTV and EasyPal.
diff --git a/qsstv/Makefile b/qsstv/Makefile
new file mode 100644
index 0000000000..9271fd0a07
--- /dev/null
+++ b/qsstv/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD$
+
+DISTNAME=	qsstv-0.0.0.72
+PKGNAME=	${DISTNAME}
+CATEGORIES=	ham
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ON4QZ/}
+GITHUB_PROJECT=	QSSTV
+GITHUB_TAG=	85d92199b94c930d73ce94c31a29efe6b37d8590
+DIST_SUBDIR=	${GITHUB_PROJECT}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	dvollen%gmail.com@localhost
+HOMEPAGE=	https://github.com/ON4QZ/QSSTV/
+COMMENT=	SSTV encoder and decoder using Qt
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/QSSTV-85d92199b94c930d73ce94c31a29efe6b37d8590/src
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+do-configure:
+	cd ${WRKSRC} && \
+	${SETENV} ${CONFIGURE_ENV} \
+	${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+
+TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
+
+.include "../../math/fftw/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+#.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../ham/hamlib/buildlink3.mk"
+# ALSA and PulseAudio may go here
+.include "../../audio/pulseaudio/buildlink3.mk"
+.include "../../graphics/openjpeg/buildlink3.mk"
+.include "../../graphics/libv4l/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qsstv/PLIST b/qsstv/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/qsstv/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/qsstv/TODO b/qsstv/TODO
new file mode 100644
index 0000000000..5defafe30b
--- /dev/null
+++ b/qsstv/TODO
@@ -0,0 +1,12 @@
+Deal with these compilation errors, ex:
+
+--- MOTSlideShow.o ---
+In file included from drmtx/common/datadecoding/MOTSlideShow.h:33,
+                 from drmtx/common/datadecoding/MOTSlideShow.cpp:31:
+drmtx/common/datadecoding/DABMOT.h: In constructor 
+'CMOTDABEnc::CMOTDABEnc()':
+drmtx/common/datadecoding/DABMOT.h:510:5: error: 'txTransportID' was 
+not declared in this scope; did you mean 'TTransportID'?
+  510 |     txTransportID=0;
+      |     ^~~~~~~~~~~~~
+      |     TTransportID
\ No newline at end of file
diff --git a/qsstv/distinfo b/qsstv/distinfo
new file mode 100644
index 0000000000..0a5a8bbde9
--- /dev/null
+++ b/qsstv/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (QSSTV/qsstv-0.0.0.72-85d92199b94c930d73ce94c31a29efe6b37d8590.zip) = 2b59d2dc5e3d0a2f63ea0c652c40d8ac78db61165fe5ad1ab28451f8e50d171f
+SHA512 (QSSTV/qsstv-0.0.0.72-85d92199b94c930d73ce94c31a29efe6b37d8590.zip) = ed7c3cda10760e2261f667d115adaf8174c2bad54d853db6e81fa967a9d7401b5afd87e500c5cdf77824ab396f0fb75d16213862f6bbab837cfa92eabcf16fae
+Size (QSSTV/qsstv-0.0.0.72-85d92199b94c930d73ce94c31a29efe6b37d8590.zip) = 6723827 bytes


Home | Main Index | Thread Index | Old Index