org.postmarketos.Megapixels.metainfo.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2020 Martijn Braam -->
  3. <component type="desktop-application">
  4. <id>org.postmarketos.Megapixels</id>
  5. <metadata_license>CC0-1.0</metadata_license>
  6. <project_license>GPL-3.0</project_license>
  7. <name>Megapixels</name>
  8. <summary>A gnome camera application for phones</summary>
  9. <description>
  10. <p>
  11. Megapixels is a camera application designed for phones and tablets. It
  12. implements the v4l2 and media-request apis so set up camera pipelines on
  13. ARM hardware and uses the raw data modes of the sensors to get the best
  14. quality pictures.
  15. </p>
  16. </description>
  17. <launchable type="desktop-id">org.postmarketos.Megapixels.desktop</launchable>
  18. <provides>
  19. <binary>megapixels</binary>
  20. </provides>
  21. <screenshots>
  22. <screenshot type="default">
  23. <image>http://brixitcdn.net/metainfo/megapixels.png</image>
  24. </screenshot>
  25. </screenshots>
  26. <url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
  27. <content_rating type="oars-1.1" />
  28. <releases>
  29. <release version="0.13.1" date="2020-12-06">
  30. <description>
  31. <p>
  32. Small update to reduce preview latency
  33. </p>
  34. </description>
  35. </release>
  36. <release version="0.13.0" date="2020-12-06">
  37. <description>
  38. <p>
  39. Major performance improvement release. Thanks to Benjamin Schaaf this release
  40. uses threading to process frames for the preview and makes more of the app
  41. async, improving the responsiveness a lot.
  42. This release also adds resolution switching when taking a picture so the preview
  43. can run on a lower resolution.
  44. </p>
  45. <ul>
  46. <li>Don't wait for camera to turn on before showing window</li>
  47. <li>Use seperate thread for image processing, keeping UI responsive</li>
  48. <li>Apply color calibration in the preview</li>
  49. <li>Run camera at lower resolution while previewing</li>
  50. <li>Added seperate tools for camera testing from the command line</li>
  51. </ul>
  52. </description>
  53. </release>
  54. <release version="0.12.0" date="2020-11-09">
  55. <description>
  56. <p>
  57. This release has a rewrite in the config file parsing and camera handeling.
  58. </p>
  59. <ul>
  60. <li>Support 1-5 cameras now instead of the hardcoded 2</li>
  61. <li>Support cameras being in their own video and media node</li>
  62. <li>Debayering now supports 4 pixel orders instead of the hardcoded BGGR</li>
  63. <li>Added Appstream metainfo for graphical package management software</li>
  64. </ul>
  65. </description>
  66. </release>
  67. <release version="0.11.1" date="2020-10-07">
  68. <description>
  69. <ul>
  70. <li>The preview now has the correct gamma curve, making the images brighter so you can see what you're capturing</li>
  71. <li>Fixed some posix compliance issues</li>
  72. </ul>
  73. </description>
  74. </release>
  75. <release version="0.11.0" date="2020-10-06">
  76. <description>
  77. <p>
  78. This is the UI improvement release. Now it's possible to change exposure settings in the app preview
  79. </p>
  80. <ul>
  81. <li>Added UI for camera controls</li>
  82. <li>Slight image quality improvements on the generated .jpg files</li>
  83. <li>Better support for other releases of dcraw</li>
  84. <li>Fixed bug on locales with a comma as decimal seperator</li>
  85. </ul>
  86. </description>
  87. </release>
  88. <release version="0.10.0" date="2020-10-02">
  89. <description>
  90. <p>
  91. This release rewrites a lot of the image processing pipeline. Megapixels now
  92. only directly outputs .dng files and then triggers an external processing
  93. pipeline to convert that into the desired image formats
  94. </p>
  95. <ul>
  96. <li>Capture a burst of 5 raw frames when pressing the shutter button</li>
  97. <li>Added colorspace metadata to the images</li>
  98. <li>Added exif tags to the generated images</li>
  99. <li>If the sensor supports autofocus then that is triggered on the start of the application</li>
  100. <li>Fixed some memory leaks</li>
  101. </ul>
  102. </description>
  103. </release>
  104. <release version="0.9.0" date="2020-09-24">
  105. <description>
  106. <p>This release brings mainly UI improvements</p>
  107. <ul>
  108. <li>Settings button does slightly more now, but is still useless</li>
  109. <li>Made the shutter button more visible</li>
  110. <li>Use all svg icons in the bottom bar</li>
  111. <li>Added button to open the image storage folder</li>
  112. <li>Added button tthat opens the latest image</li>
  113. <li>Taking a picture now sets a thumbnail on the latest image button</li>
  114. </ul>
  115. </description>
  116. </release>
  117. <release version="0.8.0" date="2020-09-21">
  118. <description>
  119. <p>First distro-packaged release of Megapixels</p>
  120. </description>
  121. </release>
  122. </releases>
  123. </component>