diff --git a/viewer/data/meson.build b/viewer/data/meson.build index d4b46ad8b..5a5b2797f 100644 --- a/viewer/data/meson.build +++ b/viewer/data/meson.build @@ -4,7 +4,7 @@ appdata_conf = configuration_data() appdata_conf.set ('ARAVIS_API_VERSION', aravis_api_version) configure_file (input: files('org.aravis.viewer.appdata.xml.in'), - output: 'org.aravis.viewer-@0@.appdata.xml'.format (aravis_api_version), + output: 'org.aravis.viewer-@0@.metainfo.xml'.format (aravis_api_version), configuration: appdata_conf, install_dir: aravis_app_data_dir) diff --git a/viewer/data/org.aravis.viewer.appdata.xml.in b/viewer/data/org.aravis.viewer.appdata.xml.in index 3cf0c444b..4141adb31 100644 --- a/viewer/data/org.aravis.viewer.appdata.xml.in +++ b/viewer/data/org.aravis.viewer.appdata.xml.in @@ -1,15 +1,15 @@ - org.aravis.viewer + org.aravis.viewer-@ARAVIS_API_VERSION@ CC0-1.0 LGPL-2.0-or-later Aravis Viewer Viewer for industial camera video stream - Aravis Viewer is a simple viewer displaying video streams from USB3 and ethernet industrial cameras supporting the +

Aravis Viewer is a simple viewer displaying video streams from USB3 and ethernet industrial cameras supporting the GENICAM specification. It allows to control basic acquisition parameters (like framerate, exposure and gain), and to - save raw still images. + save raw still images.