diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 5ed670b..ed6c50b 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -3,6 +3,9 @@ if (GUI) # .desktop file install(FILES pomidaq.desktop DESTINATION "${CMAKE_INSTALL_DATADIR}/applications") + # AppStream metainfo file + install(FILES io.github.bothlab.pomidaq.metainfo.xml DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo") + # icon install(FILES pomidaq.svg DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/") endif() diff --git a/data/io.github.bothlab.pomidaq.metainfo.xml b/data/io.github.bothlab.pomidaq.metainfo.xml new file mode 100644 index 0000000..76801a1 --- /dev/null +++ b/data/io.github.bothlab.pomidaq.metainfo.xml @@ -0,0 +1,31 @@ + + + + + io.github.bothlab.pomidaq + + PoMiDAQ + View and record videos from UCLA Miniscopes + + FSFAP + LGPL-3.0+ + + +

+ PoMiDAQ is a recording software for UCLA Miniscopes for neuroscientific research. + It is designed to work with the latest OpenCV libraries and provides a shared library, + so Miniscope recording features can easily be embedded into other programs and pipelines. +

+

+ Recorded data is encoded with the FFV1 codec by default, to allow for smaller, lossless video files that are safe to archive. +

+
+ + pomidaq.desktop + + + + https://raw.githubusercontent.com/bothlab/pomidaq/master/contrib/screenshots/v0.2.0_recording.png + + +