Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Utility to organize and develop raw images
  description: >-
    Darktable is a virtual light-table and darkroom for photographers: it manages
    your digital negatives in a database and lets you view them through a zoom-able
    light-table. It also enables you to develop raw images and enhance them.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
    requires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
  profiles:
    default:
      rpms:
      - darktable
  components:
    rpms:
      GraphicsMagick:
        rationale: Runtime dependency
        ref: f33
      colord-gtk:
        rationale: Runtime dependency
        ref: f33
      darktable:
        rationale: Application package
        ref: f33
        buildorder: 10
      lensfun:
        rationale: Runtime dependency
        ref: f33
      libgphoto2:
        rationale: Runtime dependency
        ref: f33
      lockdev:
        rationale: Runtime dependency
        ref: f33
      osm-gps-map:
        rationale: Runtime dependency
        ref: f33
...