06-media.order 913 B

12345678910111213141516171819202122232425262728293031323334
  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. # Media or multimedia support
  24. media/sdl2:
  25. media/sdl12-compat: media/sdl2 xorg/extra/glu
  26. media/v4l-utils: media/sdl2
  27. media/libgphoto2: x-libs/libexif networking/curl libs/libxml2
  28. # BABL, GEGL support
  29. media/babl: x-libs/lcms2 x-libs/librsvg
  30. media/gegl: media/babl libs/json-glib python/pycairo python/pygobject