stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD
[dragora.git] / recipes / 01-sound.order
blobef769468ea3c4c10dc3ac9e0b753b2912d5019a6
1 # HOW TO READ THIS FILE:
3 # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
4 # the file might look like:
6 #   a.recipe: c.recipe b.recipe
7 #   b.recipe:
8 #   c.recipe: b.recipe
10 # Each letter represents a recipe name, complete dependencies for
11 # the first recipe name are listed in descending order, which is
12 # printed from right to left, and removed from left to right:
14 #   b.recipe
15 #   c.recipe
16 #   a.recipe
18 # Commented lines starting with a '#' are allowed.  Blank lines,
19 # colons, parentheses, and end of line are removed.
21 # For more information, type: info qi 'order file'
24 # Sound infrastructure including JACK support
26 libs/fftw:
27 data/alsa-ucm-conf:
28 libs/alsa-lib:
29 tools/alsa-utils:
30 tools/jack1: libs/portaudio
31 libs/alsa-plugins:
32 libs/libao:
34 # Ogg bitstream and FLAC support
35 libs/libogg:
36 libs/libvorbis: libs/libogg
37 tools/vorbis-tools: tools/flac libs/libao
39 # Extra support
40 libs/audiofile: tools/flac
41 libs/libmad:
43 # Accessibility
45 tools/espeakup: tools/espeak libs/portaudio
46 tools/espeak: libs/portaudio