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: [f32]
      flatpak-runtime: [f32]
      platform: [f32]
    requires:
      flatpak-common: [f32]
      flatpak-runtime: [f32]
      platform: [f32]
  profiles:
    default:
      rpms:
      - gimp
      - mypaint-brushes
  buildopts:
    rpms:
      macros: |
        %__python2 /app/bin/python2
  components:
    rpms:
      LibRaw:
        rationale: Runtime dependency
        ref: f32
      aalib:
        rationale: Runtime dependency
        ref: f32
      babl:
        rationale: Runtime dependency
        ref: f32
        buildorder: 1
      gegl04:
        rationale: Runtime dependency
        ref: f32
        buildorder: 2
      gimp:
        rationale: Application package
        ref: f32
        buildorder: 10
      gpm:
        rationale: Runtime dependency
        ref: f32
      libgexiv2:
        rationale: Runtime dependency
        ref: f32
      libmypaint:
        rationale: Runtime dependency
        ref: f32
      mypaint-brushes:
        rationale: Runtime dependency
        ref: f32
      pycairo:
        rationale: Runtime dependency
        ref: f32
        buildorder: 6
      pygobject2:
        rationale: Runtime dependency
        ref: f32
        buildorder: 6
      pygtk2:
        rationale: Runtime dependency
        ref: f32
        buildorder: 7
      slang:
        rationale: Runtime dependency
        ref: f32
      suitesparse:
        rationale: Runtime dependency
        ref: f31
      tbb:
        rationale: Runtime dependency
        ref: f32
      xdg-utils:
        rationale: Runtime dependency
        ref: f32
...