pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gqrx: improve DISTNAME and dependencies
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By: gdt
Date: Sun Jun 26 19:37:23 2016 -0400
Changeset: c8bebc437946312422479d09362410abdd971de2
Modified Files:
gqrx/Makefile
Log Message:
gqrx: improve DISTNAME and dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8bebc437946312422479d09362410abdd971de2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gqrx/Makefile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diffs:
diff --git a/gqrx/Makefile b/gqrx/Makefile
index 1f162dd..bc109dd 100644
--- a/gqrx/Makefile
+++ b/gqrx/Makefile
@@ -6,13 +6,14 @@ DISTNAME= gqrx-sdr-src-${VERSION}
CATEGORIES= wip
MASTER_SITES= https://github.com/csete/gqrx/releases/download/v${VERSION}/
EXTRACT_SUFX= .tar.xz
+PKGNAME= gqrx
MAINTAINER= gdt%netbsd.org@localhost
HOMEPAGE= http://gqrx.dk/
COMMENT= SDR GUI using GNU Radio
LICENSE= gnu-gpl-v3
-#WRKSRC= ${WRKDIR}/gqrx-sdr-${VERSION}
+WRKSRC= ${WRKDIR}/gqrx-sdr-${VERSION}
USE_CMAKE= yes
USE_LANGUAGES= c c++
@@ -20,8 +21,12 @@ USE_LANGUAGES= c c++
.include "../../ham/gnuradio-digital/buildlink3.mk"
.include "../../ham/gnuradio-utils/buildlink3.mk"
+# does not exist!
+.include "../../ham/gnuradio-osmosdr/buildlink3.mk"
+
.include "../../ham/rtl-sdr/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index