01-sound.order 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # HOW TO READ THIS FILE:
  2. #
  3. # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
  4. # the file might look like:
  5. #
  6. # a.recipe: c.recipe b.recipe
  7. # b.recipe:
  8. # c.recipe: b.recipe
  9. #
  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:
  13. #
  14. # b.recipe
  15. # c.recipe
  16. # a.recipe
  17. #
  18. # Commented lines starting with a '#' are allowed. Blank lines,
  19. # colons, parentheses, and end of line are removed.
  20. #
  21. # For more information, type: info qi 'order file'
  22. #
  23. # Sound infrastructure including JACK support
  24. libs/fftw:
  25. data/alsa-topology-conf:
  26. data/alsa-ucm-conf:
  27. libs/alsa-lib:
  28. tools/alsa-utils:
  29. tools/jack1: libs/portaudio
  30. libs/alsa-plugins:
  31. libs/libao:
  32. # Ogg bitstream and FLAC support
  33. libs/libogg:
  34. libs/libvorbis: libs/libogg
  35. tools/vorbis-tools: tools/flac libs/libao
  36. # Extra support
  37. libs/audiofile: tools/flac
  38. libs/libmad:
  39. # Accessibility
  40. tools/espeakup: tools/espeak libs/portaudio
  41. tools/espeak: libs/portaudio