Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Eye of GNOME image viewer
  description: >-
    The Eye of GNOME image viewer (eog) is the official image viewer for the GNOME
    desktop. It can view single image files in a variety of formats, as well as large
    image collections.

    eog is extensible through a plugin system.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f36]
      flatpak-runtime: [f36]
      platform: [f36]
    requires:
      flatpak-common: [f36]
      flatpak-runtime: [f36]
      platform: [f36]
  profiles:
    default:
      rpms:
      - eog
# If we wanted support for Python plugins
#     - libpeas-loader-python3
  buildopts:
    arches: [aarch64, x86_64]
  components:
    rpms:
      eog:
        rationale: Application package
        ref: f36
        buildorder: 10
        arches: [aarch64, x86_64]
      exempi:
        rationale: Runtime dependency
        ref: f36
        arches: [aarch64, x86_64]
      libportal:
        rationale: Runtime dependency
        ref: f36
        arches: [aarch64, x86_64]
...