Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: GNU Image Manipulation Program
  description: >-
    GIMP (GNU Image Manipulation Program) is a powerful image composition and editing
    program, which can be extremely useful for creating logos and other graphics for
    web pages. GIMP has many of the tools and filters you would expect to find in
    similar commercial offerings, and some interesting extras as well. GIMP provides
    a large image manipulation toolbox, including channel operations and layers, effects,
    sub-pixel imaging and anti-aliasing, and conversions, all with multi-level undo.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f29]
      flatpak-runtime: [f29]
      platform: [f29]
    requires:
      flatpak-common: [f29]
      flatpak-runtime: [f29]
      platform: [f29]
  profiles:
    default:
      rpms:
      - gimp
  components:
    rpms:
      LibRaw:
        rationale: Runtime dependency
        ref: f29
      aalib:
        rationale: Runtime dependency
        ref: f29
      babl:
        rationale: Runtime dependency
        ref: f30
      gegl04:
        rationale: Runtime dependency
        ref: f30
      gimp:
        rationale: Application package
        ref: f30
        buildorder: 10
      gpm:
        rationale: Runtime dependency
        ref: f29
      libgexiv2:
        rationale: Runtime dependency
        ref: f30
      libmypaint:
        rationale: Runtime dependency
        ref: f30
      libunwind:
        rationale: Runtime dependency
        ref: f29
      slang:
        rationale: Runtime dependency
        ref: f29
      suitesparse:
        rationale: Runtime dependency
        ref: f31
      tbb:
        rationale: Runtime dependency
        ref: f29
...