svn commit: r349975 - in head/comms/gqrx: . files
Ganael LAPLANCHE
martymac at FreeBSD.org
Thu Apr 3 06:35:52 UTC 2014
Author: martymac
Date: Thu Apr 3 06:35:51 2014
New Revision: 349975
URL: http://svnweb.freebsd.org/changeset/ports/349975
QAT: https://qat.redports.org/buildarchive/r349975/
Log:
- Update to 20140313 (and use QT5)
- Update WWW
Added:
head/comms/gqrx/files/
head/comms/gqrx/files/patch-gqrx.pro (contents, props changed)
Modified:
head/comms/gqrx/Makefile
head/comms/gqrx/distinfo
head/comms/gqrx/pkg-descr
Modified: head/comms/gqrx/Makefile
==============================================================================
--- head/comms/gqrx/Makefile Thu Apr 3 06:33:11 2014 (r349974)
+++ head/comms/gqrx/Makefile Thu Apr 3 06:35:51 2014 (r349975)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gqrx
-PORTVERSION= 20130504
-PORTREVISION= 4
+PORTVERSION= 20140313
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
@@ -14,7 +13,11 @@ COMMENT= Qt-based software defined radio
LICENSE= GPLv3
-LIB_DEPENDS= libgnuradio-core.so:${PORTSDIR}/comms/gnuradio \
+LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \
+ libgnuradio-analog.so:${PORTSDIR}/comms/gnuradio \
+ libgnuradio-blocks.so:${PORTSDIR}/comms/gnuradio \
+ libgnuradio-filter.so:${PORTSDIR}/comms/gnuradio \
+ libgnuradio-fft.so:${PORTSDIR}/comms/gnuradio \
libgnuradio-audio.so:${PORTSDIR}/comms/gnuradio \
libgnuradio-osmosdr.so:${PORTSDIR}/comms/gr-osmosdr \
libpulse.so:${PORTSDIR}/audio/pulseaudio \
@@ -23,7 +26,9 @@ LIB_DEPENDS= libgnuradio-core.so:${PORTS
libboost_program_options.so:${PORTSDIR}/devel/boost-libs
USES= pkgconfig qmake
-USE_QT4= moc_build rcc_build uic_build corelib gui svg
+USE_QT5= buildtools core gui svg network widgets
+
+QMAKE_ARGS+= VER="${PORTVERSION}"
PLIST_FILES= bin/gqrx
Modified: head/comms/gqrx/distinfo
==============================================================================
--- head/comms/gqrx/distinfo Thu Apr 3 06:33:11 2014 (r349974)
+++ head/comms/gqrx/distinfo Thu Apr 3 06:35:51 2014 (r349975)
@@ -1,2 +1,2 @@
-SHA256 (gqrx-20130504.tgz) = 6f432a8e7828cd84232728bc6640968403145488dadcb47186b79eb59d96ffe0
-SIZE (gqrx-20130504.tgz) = 891521
+SHA256 (gqrx-20140313.tgz) = a5c0da6243d8216966082ded75a45e0168415bf28878c4c0a1839bcf22737297
+SIZE (gqrx-20140313.tgz) = 1113769
Added: head/comms/gqrx/files/patch-gqrx.pro
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/gqrx/files/patch-gqrx.pro Thu Apr 3 06:35:51 2014 (r349975)
@@ -0,0 +1,26 @@
+--- gqrx.pro.orig 2014-03-10 08:41:02.000000000 +0100
++++ gqrx.pro 2014-03-26 18:16:08.000000000 +0100
+@@ -56,12 +56,12 @@
+ #QMAKE_CFLAGS_DEBUG += '-g -O0'
+
+ # Define version string (see below for releases)
+- VER = $$system(git describe --abbrev=8)
++ #VER = $$system(git describe --abbrev=8)
+
+ } else {
+ DEFINES += QT_NO_DEBUG
+ DEFINES += QT_NO_DEBUG_OUTPUT
+- VER = $$system(git describe --abbrev=1)
++ #VER = $$system(git describe --abbrev=1)
+
+ # Release binaries with gr bundled
+ # QMAKE_RPATH & co won't work with origin
+@@ -206,7 +206,7 @@
+ gnuradio-osmosdr
+
+ LIBS += -lboost_system$$BOOST_SUFFIX -lboost_program_options$$BOOST_SUFFIX
+- LIBS += -lrt # need to include on some distros
++ #LIBS += -lrt # need to include on some distros
+ }
+
+ macx {
Modified: head/comms/gqrx/pkg-descr
==============================================================================
--- head/comms/gqrx/pkg-descr Thu Apr 3 06:33:11 2014 (r349974)
+++ head/comms/gqrx/pkg-descr Thu Apr 3 06:35:51 2014 (r349975)
@@ -4,4 +4,4 @@ Radio and the Qt GUI toolkit.
It can use the Funcube Dongle, RTL2832U-based DVB-T dongles, OsmoSDR devices
and USRP devices as input source.
-WWW: https://github.com/csete/gqrx
+WWW: http://gqrx.dk
More information about the svn-ports-head
mailing list