1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 20140313 (and use QT5)

- Update WWW
This commit is contained in:
Ganael LAPLANCHE 2014-04-03 06:35:51 +00:00
parent dd93a36b9d
commit 2ff70de73a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349975
4 changed files with 38 additions and 7 deletions

View File

@ -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 receiver
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:${PORTSDIR}/comms/gnuradio \
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

View File

@ -1,2 +1,2 @@
SHA256 (gqrx-20130504.tgz) = 6f432a8e7828cd84232728bc6640968403145488dadcb47186b79eb59d96ffe0
SIZE (gqrx-20130504.tgz) = 891521
SHA256 (gqrx-20140313.tgz) = a5c0da6243d8216966082ded75a45e0168415bf28878c4c0a1839bcf22737297
SIZE (gqrx-20140313.tgz) = 1113769

View File

@ -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 {

View File

@ -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