Maxing the x-axis of the time domain plot represent the actual time of the samples...
[debian/gnuradio] / gnuradio-pkg_chk.conf
1 # Copyright 2007, 2008 Free Software Foundation
2
3 # pkg_chk -a -k -C gnuradio-pkg_chk.conf
4 # pkg_chk -a -k -C gnuradio-pkg_chk.conf -D doc
5
6 # This is a control file for pkg_chk, an automatic package manager for
7 # pkgsrc.  After installing pkgsrc, install pkgtools/pkg_chk, use the
8 # commented-out first line above.  The second addtionally includes
9 # packages needed for documentation.  Note that gnuradio is in pkgsrc;
10 # this file is useful for those who want dependencies from pkgsrc but
11 # want to build GNU Radio itself from svn.  This file should perhaps
12 # grow conventions for building minimal vs. expanded dependencies.
13
14 # See http://www.netbsd.org/Documentation/software/packages.html for
15 # more information about pkgsrc.
16
17 # To build against pkgsrc, run configure as
18 # LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure
19
20 # This file is intended to be useful even to those not using pkgsrc by
21 # crisply listing the dependencies required for GNU Radio.
22
23 # This file may be incorrect; please feel free to correct or mail
24 # comments to gdt@ir.bbn.com or discuss-gnuradio@gnu.org.
25
26 ## Core
27
28 devel/autoconf
29 devel/automake
30 devel/libtool-base
31 # gmake isn't actually required, but it's helpful to have to separate
32 # real build failures from unportable makefiles.
33 devel/gmake
34
35 devel/pkg-config
36
37 math/fftwf
38
39 # python is forced by py-Numeric.  pkgsrc now (200701) defaults to 2.4,
40 # which is fine.  We don't include python explicitly since we'd have to
41 # specify a version.
42 math/py-Numeric
43 # numarray is not documented to be needed, but the pkgsrc packages depend on it.
44 # Include it until this confusion is resolved.
45 math/py-numarray
46
47 # Smart pointers.
48 devel/boost-headers
49 # Apparently all of boost is not needed.
50 #meta-pkgs/boost
51
52 devel/cppunit
53
54 devel/swig
55
56 lang/guile
57
58 ## audio
59 audio/jack
60 audio/portaudio-devel
61 devel/SDL
62
63 ## documentation
64
65 devel/doxygen           doc
66 textproc/xmlto          doc
67
68 ## USRP
69
70 devel/sdcc
71 devel/libusb
72
73 ## GUI
74
75 x11/py-wxWidgets
76
77 ## gr-radio-astronomy
78
79 math/py-ephem