Removing three obsolete packages, gnuradio-audio-*
This commit is contained in:
parent
3b75295f94
commit
1db80ca9e0
9 changed files with 0 additions and 107 deletions
|
@ -1,7 +0,0 @@
|
|||
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 support for JACK, a low latency audio server.
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.17 2014/08/13 10:57:35 adam Exp $
|
||||
|
||||
PKGNAME= gnuradio-audio-jack-${VERSION}
|
||||
PKGREVISION= 11
|
||||
COMMENT= GNU Radio module for jack low latency audio server
|
||||
|
||||
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
||||
|
||||
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
|
||||
|
||||
REPLACE_PYTHON+= gr-audio-jack/src/python/qa_jack.py
|
||||
|
||||
.include "../../audio/jack/buildlink3.mk"
|
||||
.include "../../ham/gnuradio-core/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,11 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2010/09/15 09:38:43 markd Exp $
|
||||
include/gnuradio/audio_jack_sink.h
|
||||
include/gnuradio/audio_jack_source.h
|
||||
include/gnuradio/swig/audio_jack.i
|
||||
lib/libgnuradio-audio-jack.la
|
||||
lib/pkgconfig/gnuradio-audio-jack.pc
|
||||
${PYSITELIB}/gnuradio/_audio_jack.la
|
||||
${PYSITELIB}/gnuradio/audio_jack.py
|
||||
${PYSITELIB}/gnuradio/audio_jack.pyc
|
||||
${PYSITELIB}/gnuradio/audio_jack.pyo
|
||||
share/examples/gnuradio/conf.d/gr-audio-jack.conf
|
|
@ -1,7 +0,0 @@
|
|||
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.
|
|
@ -1,19 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.24 2014/08/13 10:57:36 adam Exp $
|
||||
|
||||
PKGNAME= gnuradio-audio-oss-${VERSION}
|
||||
PKGREVISION= 10
|
||||
COMMENT= Open Sound System support for GNU Radio
|
||||
|
||||
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
||||
|
||||
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
|
||||
|
||||
REPLACE_PYTHON+= gr-audio-oss/src/qa_oss.py
|
||||
#LDFLAGS = -lgnuradio-core ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
|
||||
|
||||
.include "../../mk/oss.buildlink3.mk"
|
||||
.include "../../ham/gnuradio-core/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,11 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2010/09/15 09:38:43 markd Exp $
|
||||
include/gnuradio/audio_oss_sink.h
|
||||
include/gnuradio/audio_oss_source.h
|
||||
include/gnuradio/swig/audio_oss.i
|
||||
lib/libgnuradio-audio-oss.la
|
||||
lib/pkgconfig/gnuradio-audio-oss.pc
|
||||
${PYSITELIB}/gnuradio/_audio_oss.la
|
||||
${PYSITELIB}/gnuradio/audio_oss.py
|
||||
${PYSITELIB}/gnuradio/audio_oss.pyc
|
||||
${PYSITELIB}/gnuradio/audio_oss.pyo
|
||||
share/examples/gnuradio/conf.d/gr-audio-oss.conf
|
|
@ -1,7 +0,0 @@
|
|||
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 portaudio support for GNU Radio
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.15 2014/08/13 10:57:36 adam Exp $
|
||||
|
||||
PKGNAME= gnuradio-audio-portaudio-${VERSION}
|
||||
PKGREVISION= 10
|
||||
COMMENT= GNU Radio module adding support for portaudio
|
||||
|
||||
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
||||
|
||||
CONF_FILES+= ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
|
||||
CONFIGURE_ARGS+=--enable-gr-audio-portaudio
|
||||
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
|
||||
|
||||
REPLACE_PYTHON+= gr-audio-portaudio/src/qa_portaudio.py
|
||||
|
||||
.include "../../audio/portaudio-devel/buildlink3.mk"
|
||||
.include "../../ham/gnuradio-core/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,11 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2010/09/15 09:38:43 markd Exp $
|
||||
include/gnuradio/audio_portaudio_sink.h
|
||||
include/gnuradio/audio_portaudio_source.h
|
||||
include/gnuradio/swig/audio_portaudio.i
|
||||
lib/libgnuradio-audio-portaudio.la
|
||||
lib/pkgconfig/gnuradio-audio-portaudio.pc
|
||||
${PYSITELIB}/gnuradio/_audio_portaudio.la
|
||||
${PYSITELIB}/gnuradio/audio_portaudio.py
|
||||
${PYSITELIB}/gnuradio/audio_portaudio.pyc
|
||||
${PYSITELIB}/gnuradio/audio_portaudio.pyo
|
||||
share/examples/gnuradio/conf.d/gr-audio-portaudio.conf
|
Loading…
Reference in a new issue