diff options
author | wulf <wulf@pkgsrc.org> | 2005-10-07 23:17:19 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-10-07 23:17:19 +0000 |
commit | d28ebd7aacedd24b3b42fea2eb824ef66d92f6ba (patch) | |
tree | 56d527b44a06c52e526b336b18b879e06992cf7d /ham | |
parent | eabaf0feaf65490ab5cf0b21e2b4380c6d841abc (diff) | |
download | pkgsrc-d28ebd7aacedd24b3b42fea2eb824ef66d92f6ba.tar.gz |
New package gnuradio-audio-oss: This module provides Open Sound System (OSS)
support for GNU Radio.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-audio-oss/DESCR | 7 | ||||
-rw-r--r-- | ham/gnuradio-audio-oss/Makefile | 14 | ||||
-rw-r--r-- | ham/gnuradio-audio-oss/PLIST | 8 | ||||
-rw-r--r-- | ham/gnuradio-audio-oss/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/ham/gnuradio-audio-oss/DESCR b/ham/gnuradio-audio-oss/DESCR new file mode 100644 index 00000000000..7a5d8509cb9 --- /dev/null +++ b/ham/gnuradio-audio-oss/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 provides Open Sound System (OSS) support for GNU Radio. diff --git a/ham/gnuradio-audio-oss/Makefile b/ham/gnuradio-audio-oss/Makefile new file mode 100644 index 00000000000..6bee5caf0d8 --- /dev/null +++ b/ham/gnuradio-audio-oss/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $ + +VERSION= 0.6 +DISTNAME= gr-audio-oss-${VERSION} +PKGNAME= gnuradio-audio-oss-${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} +COMMENT= Open Sound System support for GNU Radio + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../ham/gnuradio-core/buildlink3.mk" +.include "../../math/fftwf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-audio-oss/PLIST b/ham/gnuradio-audio-oss/PLIST new file mode 100644 index 00000000000..7e2c52a9f1b --- /dev/null +++ b/ham/gnuradio-audio-oss/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $ +include/gnuradio/audio_oss_sink.h +include/gnuradio/audio_oss_source.h +${PYSITELIB}/gnuradio/_audio_oss.la +${PYSITELIB}/gnuradio/audio_oss.pyo +${PYSITELIB}/gnuradio/audio_oss.py +${PYSITELIB}/gnuradio/audio_oss.pyc +include/gnuradio/swig/audio_oss.i diff --git a/ham/gnuradio-audio-oss/distinfo b/ham/gnuradio-audio-oss/distinfo new file mode 100644 index 00000000000..c5fbfee0122 --- /dev/null +++ b/ham/gnuradio-audio-oss/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $ + +SHA1 (gr-audio-oss-0.6.tar.gz) = 0ebd49159e25f989381161c730395f2adba7dc84 +RMD160 (gr-audio-oss-0.6.tar.gz) = 6599eb919c174694661524f4056bfea3fddc2c13 +Size (gr-audio-oss-0.6.tar.gz) = 365275 bytes |