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: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
    requires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
  profiles:
    default:
      rpms:
      - dosbox
  components:
    rpms:
      SDL_net:
        rationale: Runtime dependency
        ref: f33
      SDL_sound:
        rationale: Runtime dependency
        ref: f33
      dosbox:
        rationale: Application package
        ref: f33
        buildorder: 10
      libmikmod:
        rationale: Runtime dependency
        ref: f33
      libmodplug:
        rationale: Runtime dependency
        ref: f33
      physfs:
        rationale: Runtime dependency
        ref: f33
...