commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4344 - gnuradio/trunk


From: gdt
Subject: [Commit-gnuradio] r4344 - gnuradio/trunk
Date: Tue, 30 Jan 2007 18:28:00 -0700 (MST)

Author: gdt
Date: 2007-01-30 18:28:00 -0700 (Tue, 30 Jan 2007)
New Revision: 4344

Modified:
   gnuradio/trunk/README
   gnuradio/trunk/gnuradio-pkg_chk.conf
Log:
spiff up pkg_chk config file:

  include jack, portaudio and SDL

  trim boost requirement to boost-headers since GNU Radio only uses
  smart pointers

Add pointer in README, and sugges that the pkg_chk config file may be
useful to others as a reference.



Modified: gnuradio/trunk/README
===================================================================
--- gnuradio/trunk/README       2007-01-30 21:40:30 UTC (rev 4343)
+++ gnuradio/trunk/README       2007-01-31 01:28:00 UTC (rev 4344)
@@ -114,6 +114,8 @@
 pkgsrc is not and instead uses -devel to indicate a package of a
 not-yet-released or unstable version.)
 
+For those using pkgsrc, see gnuradio-pkg_chk.conf.  Those not using
+pkgsrc may also find the list useful.
 
 (1) The "autotools"
 

Modified: gnuradio/trunk/gnuradio-pkg_chk.conf
===================================================================
--- gnuradio/trunk/gnuradio-pkg_chk.conf        2007-01-30 21:40:30 UTC (rev 
4343)
+++ gnuradio/trunk/gnuradio-pkg_chk.conf        2007-01-31 01:28:00 UTC (rev 
4344)
@@ -1,15 +1,15 @@
 # Copyright 2007 Free Software Foundation
 
-# pkg_chk -a -k -v -C gnuradio-pkg_chk.conf
-# pkg_chk -a -k -v -C gnuradio-pkg_chk.conf -D doc
-#
+# pkg_chk -a -k -C gnuradio-pkg_chk.conf
+# pkg_chk -a -k -C gnuradio-pkg_chk.conf -D doc
 
 # This is a control file for pkg_chk, an automatic package manager for
 # pkgsrc.  After installing pkgsrc, install pkgtools/pkg_chk, use the
-# commented-out lines above.  The second addtionally includes packages
-# needed for documentation.  Note that gnuradio is in pkgsrc; this
-# file is useful for those who want dependencies from pkgsrc but want
-# to build GNU Radio itself from svn.
+# commented-out first line above.  The second addtionally includes
+# packages needed for documentation.  Note that gnuradio is in pkgsrc;
+# this file is useful for those who want dependencies from pkgsrc but
+# want to build GNU Radio itself from svn.  This file should perhaps
+# grow conventions for building minimal vs. expanded dependencies.
 
 # See http://www.netbsd.org/Documentation/software/packages.html for
 # more information about pkgsrc.
@@ -34,17 +34,27 @@
 math/fftwf
 
 # python is forced by py-Numeric.  pkgsrc now (200701) defaults to 2.4,
-# which is fine.
+# which is fine.  We don't include python explicitly since we'd have to
+# specify a version.
 math/py-Numeric
+# numarray is not documented to be needed, but the pkgsrc packages depend on 
it.
+# Include it until this confusion is resolved.
 math/py-numarray
 
-# At least the smart pointer library is needed, but include all.
-meta-pkgs/boost
+# Smart pointers.
+devel/boost-headers
+# Apparently all of boost is not needed.
+#meta-pkgs/boost
 
 devel/cppunit
 
 devel/swig
 
+## audio
+audio/jack
+audio/portaudio-devel
+devel/SDL
+
 ## documentation
 
 devel/doxygen          doc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]