Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: A photo organizer for the GNOME desktop
  description: >-
    Shotwell is an easy-to-use, fast photo organizer designed for the GNOME desktop. 
    It allows you to import photos from your camera or disk, organize them by date
    and subject matter, even ratings.  It also offers basic photo editing, like crop,
    red-eye correction, color adjustments, and straighten. Shotwell's non-destructive
    photo editor does not alter your master photos, making it easy to experiment and
    correct errors.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f31]
      flatpak-runtime: [f31]
      platform: [f31]
    requires:
      flatpak-common: [f31]
      flatpak-runtime: [f31]
      platform: [f31]
  profiles:
    default:
      rpms:
      - shotwell
  components:
    rpms:
      LibRaw:
        rationale: Runtime dependency
        ref: f31
      libchamplain:
        rationale: Runtime dependency
        ref: f31
      libgexiv2:
        rationale: Runtime dependency
        ref: f31
      libgphoto2:
        rationale: Runtime dependency
        ref: f31
      lockdev:
        rationale: Runtime dependency
        ref: f31
      shotwell:
        rationale: Application package
        ref: f31
        buildorder: 10
...