Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 110 additions & 0 deletions data/camera.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015-2023 elementary, Inc. <contact@elementary.io> -->
<component type="desktop-application">
<id>io.elementary.camera</id>
<launchable type="desktop-id">io.elementary.camera.desktop</launchable>
<translation type="gettext">io.elementary.camera</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>

<name>Camera</name>
<summary>Take photos and videos with the camera</summary>
<description>
<p>Camera is a simple app to take photos with a webcam.</p>
</description>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/camera/master/data/screenshot.png</image>
</screenshot>
</screenshots>

<content_rating type="oars-1.1" />

<provides>
<binary>io.elementary.camera</binary>
</provides>

<url type="homepage">https://elementary.io/</url>
<url type="bugtracker">https://github.com/elementary/camera/issues</url>
<url type="donation">https://elementary.io/get-involved#funding</url>
<url type="help">https://github.com/elementary/camera/discussions/categories/q-a</url>
<url type="translate">https://l10n.elementary.io/projects/music</url>

<developer_name>elementary, Inc.</developer_name>
<project_group>elementary</project_group>
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="6.2.2" date="2023-05-09" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Update to elementary runtime 7.2</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.2.1" date="2022-12-05" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.2.0" date="2022-07-02" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>Support MJPEG cameras</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Show error in case no camera device is available</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.1.0" date="2022-06-03" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>Take a photo or video on secondary-click</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Ensure brightness, contrast, and mirror continue working after taking a photo</li>
<li>Wider hardware compatibility (e.g. StarBook Mk V)</li>
<li>Ensure photos saved properly</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Improved performance and reliability</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.0.3" date="2021-12-13" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Update to elementary runtime 6.1</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="6.0.2" date="2021-11-23" urgency="medium" />
<release version="6.0.1" date="2021-10-26" urgency="medium" />
<release version="6.0.0" date="2021-07-19" urgency="medium" />
<release version="1.0.6" date="2020-04-01" urgency="medium" />
</releases>
</component>
163 changes: 0 additions & 163 deletions data/io.elementary.camera.appdata.xml.in

This file was deleted.

11 changes: 6 additions & 5 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ i18n.merge_file(
)

i18n.merge_file(
input : meson.project_name() + '.appdata.xml.in',
output : meson.project_name() + '.appdata.xml',
install : true,
install_dir : join_paths(get_option('datadir'), 'metainfo'),
po_dir : join_paths(meson.source_root(), 'po', 'extra')
input: 'camera.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
po_dir: meson.source_root() / 'po' / 'extra',
type: 'xml',
install: true,
install_dir: get_option('datadir') / 'metainfo',
)
2 changes: 1 addition & 1 deletion po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data/io.elementary.camera.appdata.xml.in
data/camera.metainfo.xml.in
data/io.elementary.camera.desktop.in