pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-audio-jack Added new package gnuradio-aud...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/463258eecda7
branches:  trunk
changeset: 521487:463258eecda7
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Nov 13 16:25:32 2006 +0000

description:
Added new package gnuradio-audio-jack-3.0.2:
A GNU Radio Module for jack, a low latency audio server

diffstat:

 ham/gnuradio-audio-jack/DESCR    |   7 +++++++
 ham/gnuradio-audio-jack/Makefile |  15 +++++++++++++++
 ham/gnuradio-audio-jack/PLIST    |   9 +++++++++
 ham/gnuradio-audio-jack/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 8790224e83c1 -r 463258eecda7 ham/gnuradio-audio-jack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-jack/DESCR     Mon Nov 13 16:25:32 2006 +0000
@@ -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 support for JACK, a low latency audio server.
diff -r 8790224e83c1 -r 463258eecda7 ham/gnuradio-audio-jack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-jack/Makefile  Mon Nov 13 16:25:32 2006 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 16:25:32 wulf Exp $
+
+PKGNAME=       gnuradio-audio-jack-${VERSION}
+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
+
+PYTHON_PATCH_SCRIPTS+= gr-audio-jack/src/python/qa_jack.py
+
+.include "../../audio/jack/buildlink3.mk"
+.include "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8790224e83c1 -r 463258eecda7 ham/gnuradio-audio-jack/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-jack/PLIST     Mon Nov 13 16:25:32 2006 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 16:25:32 wulf Exp $
+include/gnuradio/audio_jack_sink.h
+include/gnuradio/audio_jack_source.h
+${PYSITELIB}/gnuradio/_audio_jack.la
+${PYSITELIB}/gnuradio/audio_jack.py
+${PYSITELIB}/gnuradio/audio_jack.pyc
+${PYSITELIB}/gnuradio/audio_jack.pyo
+include/gnuradio/swig/audio_jack.i
+share/examples/gnuradio/conf.d/gr-audio-jack.conf
diff -r 8790224e83c1 -r 463258eecda7 ham/gnuradio-audio-jack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-jack/distinfo  Mon Nov 13 16:25:32 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/13 16:25: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



Home | Main Index | Thread Index | Old Index