pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnuradio Updated gnuradio to 2.8: Synchroniz...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4dffebc0bb8
branches: trunk
changeset: 511928:a4dffebc0bb8
user: wulf <wulf%pkgsrc.org@localhost>
date: Thu Apr 27 03:20:34 2006 +0000
description:
Updated gnuradio to 2.8: Synchronized meta-pkg with actual release of
gnuradio-2.8
diffstat:
meta-pkgs/gnuradio/Makefile | 23 ++++++++++++-----------
meta-pkgs/gnuradio/Makefile.common | 5 ++++-
2 files changed, 16 insertions(+), 12 deletions(-)
diffs (57 lines):
diff -r cd272141030c -r a4dffebc0bb8 meta-pkgs/gnuradio/Makefile
--- a/meta-pkgs/gnuradio/Makefile Thu Apr 27 03:19:34 2006 +0000
+++ b/meta-pkgs/gnuradio/Makefile Thu Apr 27 03:20:34 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/27 03:20:34 wulf Exp $
-DISTNAME= gnuradio-2.6
-PKGREVISION= 2
+DISTNAME= gnuradio-2.8
CATEGORIES= meta-pkgs ham gnuradio
MASTER_SITES= # empty
DISTFILES= # empty
@@ -10,14 +9,16 @@
HOMEPAGE= http://www.gnu.org/software/gnuradio/
COMMENT= "meta-package" for GNU Radio
-DEPENDS+= gnuradio-core-2.6{,nb[0-9]*}:../../ham/gnuradio-core
-DEPENDS+= gnuradio-audio-oss-0.7{,nb[0-9]*}:../../ham/gnuradio-audio-oss
-DEPENDS+= gnuradio-gsm-0.2{,nb[0-9]*}:../../ham/gnuradio-gsm
-DEPENDS+= usrp-0.9{,nb[0-9]*}:../../ham/usrp
-DEPENDS+= gnuradio-usrp-0.6{,nb[0-9]*}:../../ham/gnuradio-usrp
-DEPENDS+= gnuradio-wxgui-0.4{,nb[0-9]*}:../../ham/gnuradio-wxgui
-DEPENDS+= gnuradio-examples-0.5{,nb[0-9]*}:../../ham/gnuradio-examples
-DEPENDS+= gnuradio-howto-0.4{,nb[0-9]*}:../../ham/gnuradio-howto
+DEPENDS+= gnuradio-core-2.8{,nb[0-9]*}:../../ham/gnuradio-core
+DEPENDS+= gnuradio-audio-oss-0.9{,nb[0-9]*}:../../ham/gnuradio-audio-oss
+#DEPENDS+= gnuradio-audio-jack-0.3{,nb[0-9]*}:../../ham/gnuradio-audio-jack
+#DEPENDS+= gnuradio-audio-portaudio-0.2{,nb[0-9]*}:../../ham/gnuradio-audio-portaudio
+DEPENDS+= gnuradio-gsm-0.3{,nb[0-9]*}:../../ham/gnuradio-gsm
+DEPENDS+= usrp-0.12{,nb[0-9]*}:../../ham/usrp
+DEPENDS+= gnuradio-usrp-0.8{,nb[0-9]*}:../../ham/gnuradio-usrp
+DEPENDS+= gnuradio-wxgui-0.6{,nb[0-9]*}:../../ham/gnuradio-wxgui
+DEPENDS+= gnuradio-examples-0.7{,nb[0-9]*}:../../ham/gnuradio-examples
+DEPENDS+= gnuradio-howto-0.6{,nb[0-9]*}:../../ham/gnuradio-howto
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
diff -r cd272141030c -r a4dffebc0bb8 meta-pkgs/gnuradio/Makefile.common
--- a/meta-pkgs/gnuradio/Makefile.common Thu Apr 27 03:19:34 2006 +0000
+++ b/meta-pkgs/gnuradio/Makefile.common Thu Apr 27 03:20:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2005/10/07 22:50:50 wulf Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/04/27 03:20:34 wulf Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
@@ -19,6 +19,9 @@
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 24 23
+EGDIR= ${PREFIX}/share/examples/gnuradio/conf.d
+PKG_SYSCONFSUBDIR=gnuradio/conf.d
+
pre-configure:
cd ${WRKSRC}; ./bootstrap
Home |
Main Index |
Thread Index |
Old Index