diff options
author | markd <markd> | 2009-08-12 12:20:04 +0000 |
---|---|---|
committer | markd <markd> | 2009-08-12 12:20:04 +0000 |
commit | 26432dfeee9845d1390dc852ea85aae5988d09ce (patch) | |
tree | 0d3c87ac3824ede4714f07ff2be4d1cadb4fa5b9 /ham/gnuradio-video-sdl | |
parent | 2d1c7f7a345a634a5032f422540f1e98e9de1557 (diff) | |
download | pkgsrc-26432dfeee9845d1390dc852ea85aae5988d09ce.tar.gz |
Update to gnuradio 3.2
many new features and bugfixes.
Diffstat (limited to 'ham/gnuradio-video-sdl')
-rw-r--r-- | ham/gnuradio-video-sdl/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-video-sdl/distinfo | 9 | ||||
-rw-r--r-- | ham/gnuradio-video-sdl/patches/patch-aa | 22 |
3 files changed, 6 insertions, 28 deletions
diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile index 9beea3cb69d..02cd2ca9631 100644 --- a/ham/gnuradio-video-sdl/Makefile +++ b/ham/gnuradio-video-sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:06 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/12 12:21:41 markd Exp $ PKGNAME= gnuradio-video-sdl-${VERSION} COMMENT= SDL bindings for GNU Radio @@ -8,6 +8,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/gnuradio/Makefile.common" CONFIGURE_ARGS+=--enable-gr-video-sdl +CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel PYTHON_PATCH_SCRIPTS+= gr-video-sdl/src/qa_video_sdl.py diff --git a/ham/gnuradio-video-sdl/distinfo b/ham/gnuradio-video-sdl/distinfo index dfdfd5efa47..03ac2d94cce 100644 --- a/ham/gnuradio-video-sdl/distinfo +++ b/ham/gnuradio-video-sdl/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/08/08 14:48:11 wulf Exp $ +$NetBSD: distinfo,v 1.4 2009/08/12 12:21:41 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-video-sdl/patches/patch-aa b/ham/gnuradio-video-sdl/patches/patch-aa deleted file mode 100644 index e5651df767c..00000000000 --- a/ham/gnuradio-video-sdl/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2007/08/08 14:48:11 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. |