summaryrefslogtreecommitdiff
path: root/ham/gnuradio-audio-jack
diff options
context:
space:
mode:
authormarkd <markd>2009-08-12 12:20:04 +0000
committermarkd <markd>2009-08-12 12:20:04 +0000
commit26432dfeee9845d1390dc852ea85aae5988d09ce (patch)
tree0d3c87ac3824ede4714f07ff2be4d1cadb4fa5b9 /ham/gnuradio-audio-jack
parent2d1c7f7a345a634a5032f422540f1e98e9de1557 (diff)
downloadpkgsrc-26432dfeee9845d1390dc852ea85aae5988d09ce.tar.gz
Update to gnuradio 3.2
many new features and bugfixes.
Diffstat (limited to 'ham/gnuradio-audio-jack')
-rw-r--r--ham/gnuradio-audio-jack/Makefile4
-rw-r--r--ham/gnuradio-audio-jack/distinfo9
-rw-r--r--ham/gnuradio-audio-jack/patches/patch-aa22
3 files changed, 6 insertions, 29 deletions
diff --git a/ham/gnuradio-audio-jack/Makefile b/ham/gnuradio-audio-jack/Makefile
index dd7de575115..20c5b18c6b3 100644
--- a/ham/gnuradio-audio-jack/Makefile
+++ b/ham/gnuradio-audio-jack/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/07/31 04:02:40 bjs Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/12 12:21:39 markd Exp $
PKGNAME= gnuradio-audio-jack-${VERSION}
-PKGREVISION= 1
COMMENT= GNU Radio module for jack low latency audio server
PKG_DESTDIR_SUPPORT= user-destdir
@@ -10,6 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf
CONFIGURE_ARGS+=--enable-gr-audio-jack
+CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
PYTHON_PATCH_SCRIPTS+= gr-audio-jack/src/python/qa_jack.py
diff --git a/ham/gnuradio-audio-jack/distinfo b/ham/gnuradio-audio-jack/distinfo
index 385567d12a8..2e6bee4daf1 100644
--- a/ham/gnuradio-audio-jack/distinfo
+++ b/ham/gnuradio-audio-jack/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/08/08 14:42:19 wulf Exp $
+$NetBSD: distinfo,v 1.4 2009/08/12 12:21:39 markd Exp $
-SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121
-RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc
-Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes
-SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135
+SHA1 (gnuradio-3.2.tar.gz) = 3d7e177a57f8c40ec5ac95161f06097872aef1ba
+RMD160 (gnuradio-3.2.tar.gz) = 9d36dc6427eaf59795c8d4853764d5a526cfbce8
+Size (gnuradio-3.2.tar.gz) = 6864952 bytes
diff --git a/ham/gnuradio-audio-jack/patches/patch-aa b/ham/gnuradio-audio-jack/patches/patch-aa
deleted file mode 100644
index 95c031144c8..00000000000
--- a/ham/gnuradio-audio-jack/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/08/08 14:42:19 wulf Exp $
-
---- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930
-+++ Makefile.common 2007-08-08 04:40:47.000000000 +0930
-@@ -52,7 +52,7 @@
- $(FFTW3F_CFLAGS)
-
- # How to link in GNU Radio core library from inside the tree
--GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la
-+GNURADIO_CORE_LA = -lgnuradio-core
-
- # This is a dependency for many swig operations
- GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i
-@@ -60,7 +60,7 @@
- # How to link in the USRP library from inside the tree
- USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \
- -I$(top_srcdir)/usrp/firmware/include
--USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la
-+USRP_LA = -lusrp
-
- # This used to be set in configure.ac but is now defined here for all
- # Makefiles when this fragment is included.