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 version 3.0.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ed04c9884d8
branches:  trunk
changeset: 521485:6ed04c9884d8
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Nov 13 16:19:40 2006 +0000

description:
Updated gnuradio to version 3.0.2:
There are too many new features and bugfixes since the last release of
GNU Radio version 2.8. Please consult http://gnuradio.org/trac for details.

The following modules were added to this meta-pkgs/gnuradio:

        * gnuradio-audio-jack
        * gnuradio-audio-portaudio
        * gnuradio-core-docs
        * gnuradio-radio-astronomy
        * gnuradio-trellis
        * gnuradio-video-sdl
        * usrp-docs

diffstat:

 meta-pkgs/gnuradio/Makefile         |  31 +++++++++++++++++++------------
 meta-pkgs/gnuradio/Makefile.common  |  12 ++++++++----
 meta-pkgs/gnuradio/Makefile.version |   3 +++
 3 files changed, 30 insertions(+), 16 deletions(-)

diffs (88 lines):

diff -r b8cabb135198 -r 6ed04c9884d8 meta-pkgs/gnuradio/Makefile
--- a/meta-pkgs/gnuradio/Makefile       Mon Nov 13 16:01:34 2006 +0000
+++ b/meta-pkgs/gnuradio/Makefile       Mon Nov 13 16:19:40 2006 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2006/04/27 03:20:34 wulf Exp $
+# $NetBSD: Makefile,v 1.7 2006/11/13 16:19:40 wulf Exp $
 
-DISTNAME=      gnuradio-2.8
+.include       "../../meta-pkgs/gnuradio/Makefile.version"
+
+DISTNAME=       gnuradio-${VERSION}
 CATEGORIES=    meta-pkgs ham gnuradio
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -9,16 +11,21 @@
 HOMEPAGE=      http://www.gnu.org/software/gnuradio/
 COMMENT=       "meta-package" for GNU Radio
 
-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
+DEPENDS+=      gnuradio-core-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-core
+DEPENDS+=      gnuradio-core-docs-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-core-docs
+DEPENDS+=      gnuradio-audio-jack-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-audio-jack
+DEPENDS+=      gnuradio-audio-oss-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-audio-oss
+DEPENDS+=      gnuradio-audio-portaudio-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-audio-portaudio
+DEPENDS+=      gnuradio-gsm-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-gsm
+DEPENDS+=      usrp-${VERSION}{,nb[0-9]*}:../../ham/usrp
+DEPENDS+=      usrp-docs-${VERSION}{,nb[0-9]*}:../../ham/usrp-docs
+DEPENDS+=      gnuradio-usrp-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-usrp
+DEPENDS+=      gnuradio-wxgui-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-wxgui
+DEPENDS+=      gnuradio-examples-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-examples
+DEPENDS+=      gnuradio-video-sdl-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-video-sdl
+DEPENDS+=      gnuradio-trellis-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-trellis
+DEPENDS+=      gnuradio-radio-astronomy-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-radio-astronomy
+DEPENDS+=      gnuradio-howto-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-howto
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes
diff -r b8cabb135198 -r 6ed04c9884d8 meta-pkgs/gnuradio/Makefile.common
--- a/meta-pkgs/gnuradio/Makefile.common        Mon Nov 13 16:01:34 2006 +0000
+++ b/meta-pkgs/gnuradio/Makefile.common        Mon Nov 13 16:19:40 2006 +0000
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile.common,v 1.5 2006/07/22 04:46:16 rillig Exp $
+# $NetBSD: Makefile.common,v 1.6 2006/11/13 16:19:40 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
 # settings).
 
+.include        "../../meta-pkgs/gnuradio/Makefile.version"
+
+DISTNAME=      gnuradio-${VERSION}
 CATEGORIES+=   ham
-MASTER_SITES?= ${MASTER_SITE_GNU:=gnuradio/}
+MASTER_SITES?= http://gnuradio.org/releases/gnuradio/
 
 MAINTAINER?=   wulf%NetBSD.org@localhost
 HOMEPAGE?=     http://www.gnu.org/software/gnuradio/
 
+
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
@@ -23,7 +27,7 @@
 EGDIR=          ${PREFIX}/share/examples/gnuradio/conf.d
 PKG_SYSCONFSUBDIR=gnuradio/conf.d
 
-pre-configure:
-       cd ${WRKSRC}; ./bootstrap
+CONFIGURE_ARGS+=        --sysconfdir=${PREFIX}/share/examples
+CONFIGURE_ARGS+=        --disable-all-components
 
 .include "../../mk/bsd.prefs.mk"
diff -r b8cabb135198 -r 6ed04c9884d8 meta-pkgs/gnuradio/Makefile.version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/gnuradio/Makefile.version       Mon Nov 13 16:19:40 2006 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.version,v 1.1 2006/11/13 16:19:40 wulf Exp $
+
+VERSION=        3.0.2



Home | Main Index | Thread Index | Old Index