blob: d89bd53bebee4c6f3d25bbbe6072684596c3c4b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Kanotix with KDE (minimal)
#include <base>
#include <kde>
#include <kde.kanotix>
# package tool
#if DISTRIBUTION squeeze
synaptic
#endif
#nif DISTRIBUTION squeeze
apper
#endif
apt-xapian-index
# multimedia
gecko-mediaplayer
mplayerthumbs
vlc
#if DISTRIBUTION squeeze
phonon-backend-xine
#endif
gstreamer0.10-plugins-ugly
#nif DISTRIBUTION squeeze
#include <wheezy-pulseaudio>
vlc-plugin-pulse
gstreamer0.10-pulseaudio
phonon-backend-gstreamer
#endif
# other hardware
modemmanager
|