pkgsrc-WIP-changes archive

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

gqrx: improve TODO content/status



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Sun Jun 26 19:41:49 2016 -0400
Changeset:	bf4af246f327a546c55117d7e8fb6ba8900d63d7

Modified Files:
	gqrx/Makefile
	gqrx/TODO

Log Message:
gqrx: improve TODO content/status

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

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

diffstat:
 gqrx/Makefile | 7 ++++---
 gqrx/TODO     | 7 +++++++
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs:
diff --git a/gqrx/Makefile b/gqrx/Makefile
index bc109dd..76f6668 100644
--- a/gqrx/Makefile
+++ b/gqrx/Makefile
@@ -20,12 +20,13 @@ USE_LANGUAGES=	c c++
 .include "../../ham/gnuradio-core/buildlink3.mk"
 .include "../../ham/gnuradio-digital/buildlink3.mk"
 .include "../../ham/gnuradio-utils/buildlink3.mk"
-
-# does not exist!
-.include "../../ham/gnuradio-osmosdr/buildlink3.mk"
+# does not exist yet
+#.include "../../ham/gnuradio-osmosdr/buildlink3.mk"
 
 .include "../../ham/rtl-sdr/buildlink3.mk"
 
+# Upstream documents >=4.7, but with qt4-libs CMake complains that qt5
+# is not found.
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 
diff --git a/gqrx/TODO b/gqrx/TODO
index 10379f1..d94210a 100644
--- a/gqrx/TODO
+++ b/gqrx/TODO
@@ -1 +1,8 @@
 This is a skeleton which does not yet build.
+
+* figure out why qt5 is required but the README.md says that 4.7+ is
+  sufficient
+
+* package gnuradio-osmosdr
+
+* [find/fix next problems]


Home | Main Index | Thread Index | Old Index