org.DolphinEmu.dolphin-emu.metainfo.xml.in 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2016 Jeremy Newton -->
  3. <component type="desktop-application">
  4. <id>org.DolphinEmu.dolphin-emu</id>
  5. <name>Dolphin Emulator</name>
  6. <developer id="org.dolphin-emu">
  7. <name>Dolphin Emulator Project</name>
  8. </developer>
  9. <summary>GameCube / Wii</summary>
  10. <metadata_license>CC-BY-SA-3.0</metadata_license>
  11. <project_license>GPL-2.0+</project_license>
  12. <content_rating type="oars-1.0"/>
  13. <!-- Descriptions taken from Dolphin Homepage -->
  14. <description><p>Dolphin is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more!</p></description>
  15. <screenshots>
  16. <screenshot type="default">
  17. <caption>Dolphin's main window</caption>
  18. <image type="source">http://dolphin-emu.org/m/user/flatpak/screenshot_1.png</image>
  19. </screenshot>
  20. <screenshot>
  21. <caption>In-game</caption>
  22. <image type="source">http://dolphin-emu.org/m/user/flatpak/screenshot_2.png</image>
  23. </screenshot>
  24. <screenshot>
  25. <caption>Graphics configuration</caption>
  26. <image type="source">http://dolphin-emu.org/m/user/flatpak/screenshot_3.png</image>
  27. </screenshot>
  28. <screenshot>
  29. <caption>Controller configuration</caption>
  30. <image type="source">http://dolphin-emu.org/m/user/flatpak/screenshot_4.png</image>
  31. </screenshot>
  32. </screenshots>
  33. <launchable type="desktop-id">dolphin-emu.desktop</launchable>
  34. <provides>
  35. <binary>dolphin-emu</binary>
  36. <id>dolphin-emu.desktop</id>
  37. </provides>
  38. <releases>
  39. <release version="@VERSION_PLACEHOLDER" date="@DATE_PLACEHOLDER"/>
  40. </releases>
  41. <url type="homepage">https://dolphin-emu.org</url>
  42. <url type="bugtracker">https://bugs.dolphin-emu.org/projects/emulator/issues</url>
  43. <url type="faq">https://dolphin-emu.org/docs/faq/</url>
  44. <url type="help">https://dolphin-emu.org/docs/guides/</url>
  45. <url type="translate">https://www.transifex.com/projects/p/dolphin-emu</url>
  46. <url type="contact">https://dolphin-emu.org/docs/faq/#ive-got-idea-make-dolphin-better-how-should-i-tell</url>
  47. <url type="vcs-browser">https://github.com/dolphin-emu/dolphin</url>
  48. <url type="contribute">https://github.com/dolphin-emu/dolphin/blob/master/Contributing.md</url>
  49. </component>