.gitignore: updated
[dragora.git] / recipes / 01-sound.order
blob5bf422bbd23aecefe95d3c187c26e6491dc7f710
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 tools/alsa-utils: libs/alsa-lib
27 tools/jack1: libs/portaudio
28 libs/alsa-plugins: libs/alsa-lib tools/jack1
29 libs/libao:
31 # Ogg bitstream and FLAC support
32 libs/libogg:
33 libs/libvorbis: libs/libogg
34 libs/vorbis-tools: tools/flac libs/libao
36 # Extra support
37 libs/audiofile: tools/flac
38 libs/libmad:
40 # Accessibility
42 tools/espeakup: tools/espeak libs/portaudio
43 tools/espeak: libs/portaudio