* updated plan9port (70cc6e5 -> d0d4408)
[t2.git] / target / rasperrypi / pkgsel
blob021048641d21b42a008234fd8b24cef2171d4745
1 # deselect all
2 O *
4 # just for the toolchain
5 X linux-header
6 X binutils
7 X ppl
8 X cloog-ppl
9 X gcc
10 X ccache
11 X autoconf
12 X automake
13 X libtool
14 O texinfo
15 X flex
16 X bison
17 X u-boot
19 # the real payload
21 X 00-dirtree
22 X sysfiles
24 X gettext
25 X busybox
27 X iptables
28 X wireless-tools
29 X wpa_supplicant
30 X bluez-libs
31 #X bluez-utils # needs dbus
32 X gsmd
33 X openobex
35 X dropbear
37 X zlib
38 X gzip
39 X bzip2
41 X time
42 X psmisc
43 X procps
44 X readline
45 #X libiconv
46 X bash
47 X diffutils
48 X m4
49 X mktemp
50 X patch
51 X make
53 O ncurses
54 X openssl
55 X clockspeed
57 # kernel
58 X linux
59 X e2fsprogs
60 X mtd-tools
62 # X dietlibc
63 X cpio
64 X pdksh
65 X module-init-tools
66 X udev
67 X dbus
68 X hal
70 X pkgconfig
72 # minimal X.org, compare with rescue/pkgsel for updates
73 # (initially I did not mark the proto (.h) files X11, however the
74 #  content will be filtered anyway and so I marked them for consistency ...)
75 X bigreqsproto
76 X inputproto
77 X kbproto
78 X xcmiscproto
79 X xextproto
80 X xf86bigfontproto
81 X xproto
82 X xtrans
84 X libxdmcp
85 X libxau
86 X xcb-proto
87 X libpthread-stubs
88 X libxcb
89 X libx11
90 X libxmu
91 X libxt 
92 X libsm 
93 X libice
94 X libxext
95 X iceauth
97 X freetype
98 X fontconfig
100 X renderproto
101 X libxrender
102 X libxft
104 X rgb
105 X xset
106 X xauth
107 X xhost
108 X xinit
110 X libxtst
111 X xdpyinfo
112 X libxrandr
113 X xrandr
115 # just for the server
116 X randrproto
117 X damageproto
118 X fixesproto
119 X xf86miscproto
120 X xf86vidmodeproto
121 X scrnsaverproto
122 X resourceproto
123 X fontsproto
124 X xf86dgaproto
125 X videoproto
126 X compositeproto
127 X trapproto
128 X recordproto
129 X xineramaproto
130 X evieext
131 X libxkbfile
132 X fontcacheproto
133 X libxfont
134 X libfontenc
135 X libxkbui
136 X libxxf86misc
137 X libxxf86vm
138 X libxaw
139 X libxpm
140 X panoramixproto
141 X font-util
142 X bdftopcf
143 X mkfontscale
144 X mkfontdir
145 X pixman
146 X libpixman
147 X libpciaccess
148 X xorg-server
150 X libxml
151 X libxslt
153 X xterm
155 # gtk+ and friends
156 X libffi
157 X glib
158 X pango
159 X cairo
160 X atk
161 X libxi
162 X gtk+
164 # window manager
165 X expat # yuck
166 X libmatchbox
167 X matchbox-window-manager
168 X libfakekey
169 X matchbox-keyboard
171 # minimally needed fonts / cursors
172 X font-alias
173 X font-misc-misc
174 X xorg-util-macros
175 X font-cursor-misc
176 # for gtk+ and co
177 X bitstream-vera-fonts
179 # sometimes used
180 X libidl
181 X xbitmaps
182 X bitmap
183 X xsetroot
185 # data storage
186 X sqlite
188 # just for developers
189 X file
190 X strace
191 X gdb
193 X curl
195 # audio, video, imaging libraries
196 X libjpeg
197 X libpng
198 X libtiff
200 X alsa-lib
201 O alsa-utils
203 X libmad
204 X libid3tag
205 X madplay
206 X mpg321
207 X libao
208 X libogg
209 X libvorbis
210 X vorbis-tools
211 X gsm
213 X fbset
215 X faad
216 X xvid
217 X ffmpeg
218 X mplayer
220 # dedicated scripting language of choice
221 X lua