Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: x86/DOS emulator with sound and graphics
  description: >-
    DOSBox is a DOS-emulator using SDL for easy portability to different platforms.
    DOSBox has already been ported to several different platforms, such as Windows,
    BeOS, Linux, Mac OS X... DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS,
    a SoundBlaster card for excellent sound compatibility with older games... You
    can "re-live" the good old days with the help of DOSBox, it can run plenty of
    the old classics that don't run on your new computer!
  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:
      - dosbox
  components:
    rpms:
      SDL_net:
        rationale: Runtime dependency
        ref: f32
      SDL_sound:
        rationale: Runtime dependency
        ref: f32
      dosbox:
        rationale: Application package
        ref: f32
        buildorder: 10
      libmikmod:
        rationale: Runtime dependency
        ref: f32
      libmodplug:
        rationale: Runtime dependency
        ref: f32
      physfs:
        rationale: Runtime dependency
        ref: f32
...