X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-pkg_chk.conf;h=7f81101f45e55b9687989c932b3cd30064aa9073;hb=fd9980f919b6f05e2fbea404fea322825ce438f0;hp=5374c106632ca77ad63f6058e12ef73b76667848;hpb=461866f984d88789d1746d6f78855d4b769c7fdb;p=debian%2Fgnuradio diff --git a/gnuradio-pkg_chk.conf b/gnuradio-pkg_chk.conf index 5374c106..7f81101f 100644 --- a/gnuradio-pkg_chk.conf +++ b/gnuradio-pkg_chk.conf @@ -1,15 +1,15 @@ -# Copyright 2007 Free Software Foundation +# Copyright 2007, 2008 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. @@ -17,6 +17,9 @@ # To build against pkgsrc, run configure as # LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure +# This file is intended to be useful even to those not using pkgsrc by +# crisply listing the dependencies required for GNU Radio. + # This file may be incorrect; please feel free to correct or mail # comments to gdt@ir.bbn.com or discuss-gnuradio@gnu.org. @@ -24,9 +27,9 @@ devel/autoconf devel/automake +devel/libtool-base # gmake isn't actually required, but it's helpful to have to separate # real build failures from unportable makefiles. -devel/libtool-base devel/gmake devel/pkg-config @@ -34,17 +37,29 @@ devel/pkg-config 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 +lang/guile + +## audio +audio/jack +audio/portaudio-devel +devel/SDL + ## documentation devel/doxygen doc