summaryrefslogtreecommitdiff
path: root/comms/jsdr/files/patch-make-x64_swreceiver_swreceiver.pro
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2013-07-25 18:53:30 +0000
committerJuergen Lock <nox@FreeBSD.org>2013-07-25 18:53:30 +0000
commit8f27531f5e01a35e9b0dbb0647f115d43017cbd6 (patch)
treedff560eaa06315d65bf08bd37d07c67f0c3f6170 /comms/jsdr/files/patch-make-x64_swreceiver_swreceiver.pro
parentaudio/libmp3splt: Fix configure script test for modern binutils (diff)
Add new port comms/jsdr:
SDR-J (formerly Jsdr) is a suite of four programs provided under a LGPL open source license for playing around with sdr (software defined radio). The software can be used directly with the PM-SDR kit and RTL2832U based dongles, and in the 32 bits Windows version with other kits as well. The suite contains four programs: - a full blown "short wave" receiver, which provides tuning in the range of 100K .. 165M using the PM-SDR (although above 55 M with reduced performance) and from app 55 MHz to app 900 Mhz or above using an RTL2832U based dongle. The receiver provides quite a number of decoders for amateur modes. - am/fm receiver covering the same frequency bands as the sw receiver, however, with am bandwidths selectable, with fm mono and stereo decoding as well as with rds decoding. - spectrum viewer for use with the RTL2832U based dongles, showing spectra of up to 3 Mhz bandwidth. - mini receiver, a stripped version of the fm receiver, a gadget for listening to WFM using DAB sticks. WWW: http://www.sdr-j.tk/
Diffstat (limited to 'comms/jsdr/files/patch-make-x64_swreceiver_swreceiver.pro')
-rw-r--r--comms/jsdr/files/patch-make-x64_swreceiver_swreceiver.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/comms/jsdr/files/patch-make-x64_swreceiver_swreceiver.pro b/comms/jsdr/files/patch-make-x64_swreceiver_swreceiver.pro
new file mode 100644
index 000000000000..f7e7fea18539
--- /dev/null
+++ b/comms/jsdr/files/patch-make-x64_swreceiver_swreceiver.pro
@@ -0,0 +1,32 @@
+--- make-x64/swreceiver/swreceiver.pro.orig
++++ make-x64/swreceiver/swreceiver.pro
+@@ -180,13 +180,21 @@ LIBS += -lwinmm
+ #}
+
+ #for Fedora use the second set
+-unix { INCLUDEPATH += /usr/include/qwt
+- INCLUDEPATH += /usr/include/
+- INCLUDEPATH += /usr/local/include/
+- LIBS += -L/usr/lib64
+- LIBS += -L/lib64
+- LIBS += -L/usr/local/lib
+- LIBS += -lqwt -lrt -lsndfile -lsamplerate -lportaudio -lusb-1.0 -lfftw3 -ldl
+-}
++#unix { INCLUDEPATH += /usr/include/qwt
++# INCLUDEPATH += /usr/include/
++# INCLUDEPATH += /usr/local/include/
++# LIBS += -L/usr/lib64
++# LIBS += -L/lib64
++# LIBS += -L/usr/local/lib
++# LIBS += -lqwt -lrt -lsndfile -lsamplerate -lportaudio -lusb-1.0 -lfftw3 -ldl
++#}
+
++#for FreeBSD use the third set
++unix { INCLUDEPATH += ${LOCALBASE}/include/qwt
++ INCLUDEPATH += ${LOCALBASE}/include/portaudio2
++ INCLUDEPATH += ${LOCALBASE}/include
++ QMAKE_LIBDIR = ${LOCALBASE}/lib/portaudio2
++ QMAKE_LIBDIR += ${LOCALBASE}/lib
++ LIBS += -lqwt -lrt -lsndfile -lsamplerate -lportaudio -lusb -lfftw3
++}
+