12345678910111213141516171819202122232425262728293031323334 |
- # HOW TO READ THIS FILE:
- #
- # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
- # the file might look like:
- #
- # a.recipe: c.recipe b.recipe
- # b.recipe:
- # c.recipe: b.recipe
- #
- # Each letter represents a recipe name, complete dependencies for
- # the first recipe name are listed in descending order, which is
- # printed from right to left, and removed from left to right:
- #
- # b.recipe
- # c.recipe
- # a.recipe
- #
- # Commented lines starting with a '#' are allowed. Blank lines,
- # colons, parentheses, and end of line are removed.
- #
- # For more information, type: info qi 'order file'
- #
- # Media or multimedia support
- media/sdl2:
- media/sdl12-compat: media/sdl2 xorg/extra/glu
- media/v4l-utils: media/sdl2
- media/libgphoto2: x-libs/libexif networking/curl libs/libxml2
- # BABL, GEGL support
- media/babl: x-libs/lcms2 x-libs/librsvg
- media/gegl: media/babl libs/json-glib python/pycairo python/pygobject
|