me.gapixels.Megapixels.metainfo.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2020 Martijn Braam -->
  3. <component type="desktop-application">
  4. <id>me.gapixels.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">me.gapixels.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="1.6.1" date="2023-05-30">
  30. <description>
  31. <p>
  32. <li>Get the PinePhone cameras working with newer kernels (MR 31)</li>
  33. <li>Increase capture-rate to 15 on pinephone (MR 29)</li>
  34. <li>Increase burst minimum (MR 28)</li>
  35. </p>
  36. </description>
  37. </release>
  38. <release version="1.6.0" date="2022-11-30">
  39. <description>
  40. <p>
  41. <li>Integrate with feedbackd for shutter sounds</li>
  42. <li>Get screen rotation from wayland and xorg instead of dbus</li>
  43. <li>Cleanups in media device lookup</li>
  44. </p>
  45. </description>
  46. </release>
  47. <release version="1.5.2" date="2022-06-29">
  48. <description>
  49. <p>
  50. <li>Clamp the minimum burst length to 2 to keep compatability
  51. with existing postprocessing scripts</li>
  52. </p>
  53. </description>
  54. </release>
  55. <release version="1.5.1" date="2022-06-27">
  56. <description>
  57. <p>
  58. <li>Fix the screen flash for the front camera</li>
  59. <li>Fix the preview speed dropping after taking a picture</li>
  60. <li>Updated the version number</li>
  61. </p>
  62. </description>
  63. </release>
  64. <release version="1.5.0" date="2022-06-26">
  65. <description>
  66. <p>
  67. <li>Add support for the Xiaomi Mi Note 2</li>
  68. <li>Add dynamic burst length depending on the sensor gain</li>
  69. <li>Add multiple posprocessor selection in the settings</li>
  70. <li>Fix saving the flash state to the exif metadata</li>
  71. </p>
  72. </description>
  73. </release>
  74. <release version="1.4.3" date="2021-12-13">
  75. <description>
  76. <p>
  77. <li>Disable flash by default</li>
  78. <li>Fix some small memory leaks</li>
  79. </p>
  80. </description>
  81. </release>
  82. <release version="1.4.2" date="2021-11-17">
  83. <description>
  84. <p>
  85. <li>Fix crash when not using phosh</li>
  86. </p>
  87. </description>
  88. </release>
  89. <release version="1.4.1" date="2021-11-14">
  90. <description>
  91. <p>
  92. <li>data: Add StartupNotify to desktop file</li>
  93. </p>
  94. </description>
  95. </release>
  96. <release version="1.4.0" date="2021-11-13">
  97. <description>
  98. <p>
  99. <li>Add LED and Display-based flash support</li>
  100. <li>Fix whitelevel and ISO metadata in DNG files</li>
  101. <li>Fix memory leak when rotating device</li>
  102. </p>
  103. </description>
  104. </release>
  105. <release version="1.3.2" date="2021-11-10">
  106. <description>
  107. <p>
  108. <li>Fix crash when taking photos consecutively</li>
  109. </p>
  110. </description>
  111. </release>
  112. <release version="1.3.1" date="2021-11-10">
  113. <description>
  114. <p>
  115. <li>Fix memory leak</li>
  116. </p>
  117. </description>
  118. </release>
  119. <release version="1.3.0" date="2021-09-10">
  120. <description>
  121. <p>
  122. <li>Improved color handleing in the processed pictures</li>
  123. <li>Better wording on the QR dialogs</li>
  124. <li>Redesigned the data QR dialog</li>
  125. </p>
  126. </description>
  127. </release>
  128. <release version="1.0.1" date="2021-05-04">
  129. <description>
  130. <p>
  131. Bugfix release
  132. </p>
  133. </description>
  134. </release>
  135. <release version="1.0.0" date="2021-05-04">
  136. <description>
  137. <p>
  138. Megapixels now has GPU acceleration with GTK4
  139. </p>
  140. </description>
  141. </release>
  142. <release version="0.14.0" date="2021-01-11">
  143. <description>
  144. <p>
  145. Release with some small improvements:
  146. </p>
  147. <ul>
  148. <li>The thumbnail button now has a spinner on it while the photo is post-processing</li>
  149. <li>The hardcoded ~/Pictures path is no longer used</li>
  150. </ul>
  151. </description>
  152. </release>
  153. <release version="0.13.2" date="2020-12-23">
  154. <description>
  155. <p>
  156. Bugfix release that solves:
  157. </p>
  158. <ul>
  159. <li>libtiff incompatability because debian broke libtiff</li>
  160. <li>dropped hdr_stacker from the post processing script</li>
  161. <li>Switching a control from auto to manual now syncs the value</li>
  162. </ul>
  163. </description>
  164. </release>
  165. <release version="0.13.1" date="2020-12-06">
  166. <description>
  167. <p>
  168. Small update to reduce preview latency
  169. </p>
  170. </description>
  171. </release>
  172. <release version="0.13.0" date="2020-12-06">
  173. <description>
  174. <p>
  175. Major performance improvement release. Thanks to Benjamin Schaaf this release
  176. uses threading to process frames for the preview and makes more of the app
  177. async, improving the responsiveness a lot.
  178. This release also adds resolution switching when taking a picture so the preview
  179. can run on a lower resolution.
  180. </p>
  181. <ul>
  182. <li>Don't wait for camera to turn on before showing window</li>
  183. <li>Use seperate thread for image processing, keeping UI responsive</li>
  184. <li>Apply color calibration in the preview</li>
  185. <li>Run camera at lower resolution while previewing</li>
  186. <li>Added seperate tools for camera testing from the command line</li>
  187. </ul>
  188. </description>
  189. </release>
  190. <release version="0.12.0" date="2020-11-09">
  191. <description>
  192. <p>
  193. This release has a rewrite in the config file parsing and camera handeling.
  194. </p>
  195. <ul>
  196. <li>Support 1-5 cameras now instead of the hardcoded 2</li>
  197. <li>Support cameras being in their own video and media node</li>
  198. <li>Debayering now supports 4 pixel orders instead of the hardcoded BGGR</li>
  199. <li>Added Appstream metainfo for graphical package management software</li>
  200. </ul>
  201. </description>
  202. </release>
  203. <release version="0.11.1" date="2020-10-07">
  204. <description>
  205. <ul>
  206. <li>The preview now has the correct gamma curve, making the images brighter so you can see what you're capturing</li>
  207. <li>Fixed some posix compliance issues</li>
  208. </ul>
  209. </description>
  210. </release>
  211. <release version="0.11.0" date="2020-10-06">
  212. <description>
  213. <p>
  214. This is the UI improvement release. Now it's possible to change exposure settings in the app preview
  215. </p>
  216. <ul>
  217. <li>Added UI for camera controls</li>
  218. <li>Slight image quality improvements on the generated .jpg files</li>
  219. <li>Better support for other releases of dcraw</li>
  220. <li>Fixed bug on locales with a comma as decimal seperator</li>
  221. </ul>
  222. </description>
  223. </release>
  224. <release version="0.10.0" date="2020-10-02">
  225. <description>
  226. <p>
  227. This release rewrites a lot of the image processing pipeline. Megapixels now
  228. only directly outputs .dng files and then triggers an external processing
  229. pipeline to convert that into the desired image formats
  230. </p>
  231. <ul>
  232. <li>Capture a burst of 5 raw frames when pressing the shutter button</li>
  233. <li>Added colorspace metadata to the images</li>
  234. <li>Added exif tags to the generated images</li>
  235. <li>If the sensor supports autofocus then that is triggered on the start of the application</li>
  236. <li>Fixed some memory leaks</li>
  237. </ul>
  238. </description>
  239. </release>
  240. <release version="0.9.0" date="2020-09-24">
  241. <description>
  242. <p>This release brings mainly UI improvements</p>
  243. <ul>
  244. <li>Settings button does slightly more now, but is still useless</li>
  245. <li>Made the shutter button more visible</li>
  246. <li>Use all svg icons in the bottom bar</li>
  247. <li>Added button to open the image storage folder</li>
  248. <li>Added button tthat opens the latest image</li>
  249. <li>Taking a picture now sets a thumbnail on the latest image button</li>
  250. </ul>
  251. </description>
  252. </release>
  253. <release version="0.8.0" date="2020-09-21">
  254. <description>
  255. <p>First distro-packaged release of Megapixels</p>
  256. </description>
  257. </release>
  258. </releases>
  259. </component>