diff options
-rw-r--r-- | ham/gnuradio-video-sdl/DESCR | 7 | ||||
-rw-r--r-- | ham/gnuradio-video-sdl/Makefile | 14 | ||||
-rw-r--r-- | ham/gnuradio-video-sdl/PLIST | 8 | ||||
-rw-r--r-- | ham/gnuradio-video-sdl/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/ham/gnuradio-video-sdl/DESCR b/ham/gnuradio-video-sdl/DESCR new file mode 100644 index 00000000000..fbdff026c2d --- /dev/null +++ b/ham/gnuradio-video-sdl/DESCR @@ -0,0 +1,7 @@ +GNU Radio is a collection of software that when combined with minimal hardware, +allows the construction of radios where the actual waveforms transmitted and +received are defined by software. What this means is that it turns the digital +modulation schemes used in today's high performance wireless devices into +software problems. + +This module contains SDL bindings for GNU Radio. diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile new file mode 100644 index 00000000000..ca23ae76336 --- /dev/null +++ b/ham/gnuradio-video-sdl/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 17:36:32 wulf Exp $ + +PKGNAME= gnuradio-video-sdl-${VERSION} +COMMENT= SDL bindings for GNU Radio + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +CONFIGURE_ARGS+=--enable-gr-video-sdl + +PYTHON_PATCH_SCRIPTS+= gr-video-sdl/src/qa_video_sdl.py + +.include "../../devel/SDL/buildlink3.mk" +.include "../../ham/gnuradio-core/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-video-sdl/PLIST b/ham/gnuradio-video-sdl/PLIST new file mode 100644 index 00000000000..ae5f227c21f --- /dev/null +++ b/ham/gnuradio-video-sdl/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 17:36:32 wulf Exp $ +include/gnuradio/swig/video_sdl.i +include/gnuradio/video_sdl_sink_s.h +include/gnuradio/video_sdl_sink_uc.h +lib/python2.4/site-packages/gnuradio/_video_sdl.la +lib/python2.4/site-packages/gnuradio/video_sdl.py +lib/python2.4/site-packages/gnuradio/video_sdl.pyc +lib/python2.4/site-packages/gnuradio/video_sdl.pyo diff --git a/ham/gnuradio-video-sdl/distinfo b/ham/gnuradio-video-sdl/distinfo new file mode 100644 index 00000000000..8f16c608a83 --- /dev/null +++ b/ham/gnuradio-video-sdl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/13 17:36:32 wulf Exp $ + +SHA1 (gnuradio-3.0.2.tar.gz) = 9d9a0e22c9e4fd9735f62c0145b9ceb61a33f9c2 +RMD160 (gnuradio-3.0.2.tar.gz) = 3ff771c2d13d680fb76d7ca82a6a11678c7069ae +Size (gnuradio-3.0.2.tar.gz) = 3190212 bytes |