summaryrefslogtreecommitdiff
path: root/ham/gnuradio-audio-oss
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-oss
parent2d1c7f7a345a634a5032f422540f1e98e9de1557 (diff)
downloadpkgsrc-26432dfeee9845d1390dc852ea85aae5988d09ce.tar.gz
Update to gnuradio 3.2
many new features and bugfixes.
Diffstat (limited to 'ham/gnuradio-audio-oss')
-rw-r--r--ham/gnuradio-audio-oss/Makefile3
-rw-r--r--ham/gnuradio-audio-oss/distinfo9
-rw-r--r--ham/gnuradio-audio-oss/patches/patch-aa22
3 files changed, 6 insertions, 28 deletions
diff --git a/ham/gnuradio-audio-oss/Makefile b/ham/gnuradio-audio-oss/Makefile
index 406607802a7..0b5998a2fe7 100644
--- a/ham/gnuradio-audio-oss/Makefile
+++ b/ham/gnuradio-audio-oss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:06 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/12 12:21:39 markd Exp $
PKGNAME= gnuradio-audio-oss-${VERSION}
COMMENT= Open Sound System support for GNU Radio
@@ -9,6 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf
CONFIGURE_ARGS+=--enable-gr-audio-oss
+CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
PYTHON_PATCH_SCRIPTS+= gr-audio-oss/src/qa_oss.py
LDFLAGS = -lgnuradio-core ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
diff --git a/ham/gnuradio-audio-oss/distinfo b/ham/gnuradio-audio-oss/distinfo
index c8132edff7c..1e80fbde2fc 100644
--- a/ham/gnuradio-audio-oss/distinfo
+++ b/ham/gnuradio-audio-oss/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/08/08 14:43:18 wulf Exp $
+$NetBSD: distinfo,v 1.7 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-oss/patches/patch-aa b/ham/gnuradio-audio-oss/patches/patch-aa
deleted file mode 100644
index e7b3d47862b..00000000000
--- a/ham/gnuradio-audio-oss/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/08/08 14:43:18 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.