04-x-libs.order 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. # Thai language support
  24. libs/libthai: libs/libdatrie
  25. # Prerequisites (for GTK+ and friends)
  26. x-libs/icon-naming-utils: perl/xml-simple
  27. x-libs/hicolor-icon-theme:
  28. x-libs/gobject-introspection:
  29. x-libs/libgudev:
  30. x-libs/harfbuzz:
  31. x-libs/freetype:
  32. x-libs/fontconfig:
  33. # The TCL ToolKit (for other software)
  34. devel/tk:
  35. # ATK support (it requires dbus)
  36. x-libs/atk:
  37. x-libs/at-spi2-core:
  38. x-libs/at-spi2-atk:
  39. # Cairo support (1/2)
  40. x-libs/cairo-pass1:
  41. python/pycairo: x-libs/cairo-pass1
  42. python/pygobject: python/pycairo x-libs/gobject-introspection
  43. x-libs/pango: x-libs/fribidi
  44. # MIME user-space support
  45. x-libs/shared-mime-info: libs/libxml2
  46. # Notification libraries
  47. x-libs/startup-notification: xorg/xcb/xcb-util
  48. # Vala language
  49. devel/vala:
  50. # ICalendar protocols and data units
  51. x-libs/libical: x-libs/gobject-introspection db/berkeley-db devel/vala libs/icu
  52. # Image handling libraries
  53. libs/libjpeg-turbo: devel/nasm
  54. x-libs/jasper: libs/libjpeg-turbo
  55. libs/tiff: compressors/xz compressors/zstd libs/libjpeg-turbo
  56. x-libs/lcms2: libs/tiff
  57. x-libs/libmng: x-libs/lcms2 libs/libjpeg-turbo
  58. # GDK Pixbuf support
  59. x-libs/gdk-pixbuf: libs/libpng libs/tiff x-libs/jasper libs/libjpeg-turbo x-libs/shared-mime-info libs/libxml2 x-libs/gobject-introspection
  60. # CSS2 support
  61. x-libs/libcroco: libs/libxml2
  62. # SVG support
  63. x-libs/librsvg: x-libs/libcroco
  64. # Poppler support
  65. x-libs/poppler: x-libs/openjpeg
  66. x-libs/poppler-data: x-libs/poppler
  67. # Cairo support (2/2)
  68. x-libs/cairo:
  69. # GTK+ support
  70. x-libs/desktop-file-utils:
  71. x-libs/gtk2:
  72. x-libs/gtk3:
  73. x-libs/libglade:
  74. x-libs/gnome-icon-theme:
  75. x-libs/gnome-icon-theme-symbolic:
  76. x-libs/gnome-themes-extra:
  77. # LibInput support
  78. xorg/extra/libwacom:
  79. xorg/driver/xf86-input-wacom:
  80. xorg/extra/libinput:
  81. xorg/driver/xf86-input-libinput:
  82. # Other libraries
  83. x-libs/giflib:
  84. x-libs/imlib2: libs/libid3tag x-libs/giflib
  85. x-libs/libxklavier: data/iso-codes
  86. x-libs/libexif:
  87. # OpenEXR support
  88. x-libs/openexr: x-libs/imath
  89. # Exiv2 support
  90. x-libs/exiv2: networking/curl
  91. x-libs/gexiv2: x-libs/exiv2