blob: 35fdf3a8f5a13431efca5557050a6c2215b5d125 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# Kanotix with KDE (minimal)
#include <base>
#if DISTRIBUTION squeeze wheezy jessie
#include <kde>
#endif
#nif DISTRIBUTION squeeze wheezy jessie
#include <kde5>
#endif
#include <kde.kanotix>
# package tool
#if DISTRIBUTION squeeze
synaptic
#endif
#if DISTRIBUTION wheezy jessie stretch
apper
#endif
#nif DISTRIBUTION wheezy jessie stretch
plasma-discover
#endif
apt-xapian-index
# multimedia
#if DISTRIBUTION squeeze wheezy jessie
gecko-mediaplayer
mplayerthumbs
#endif
#include <vlc>
#nif DISTRIBUTION wheezy jessie
mpv
#endif
#if DISTRIBUTION squeeze
phonon-backend-xine
#endif
#if DISTRIBUTION wheezy jessie stretch buster
phonon-backend-gstreamer
#endif
# other hardware
modemmanager
# kde database backend
#if DISTRIBUTION wheezy jessie
virtuoso-minimal
#endif
|