mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-14 07:01:12 +02:00
Based on the suggestion made by Mart Raudsepp. "Regular installs should have reverse DNS notation desktop and metainfo files as well. This becomes important if we ever make use of things like dbus service activation further down the line. And renaming it then will break peoples app shortcuts and other things." Signed-off-by: Leon Marz <main@lmarz.org> Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Helped-by: Mart Raudsepp <leio@gentoo.org> Reference-to: https://github.com/tenacityteam/tenacity/pull/642
45 lines
2.6 KiB
XML
45 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>org.tenacityaudio.Tenacity</id>
|
|
<launchable type="desktop-id">tenacity.desktop</launchable>
|
|
<project_license>GPL-2.0-or-later</project_license>
|
|
<!-- Metainfo licensed in CC0 1.0 -->
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<name>Tenacity</name>
|
|
<developer_name>Tenacity Community</developer_name>
|
|
<summary>Audio editor and recorder. Nothing more, nothing less.</summary>
|
|
<description>
|
|
<p>Tenacity is an easy-to-use multi-track audio editor and recorder for Windows, MacOS, GNU/Linux and other operating systems.</p>
|
|
<p>It is based on the popular Audacity audio editor and is being developed by a wide, diverse group of volunteers. It ships with some additional features and respects your privacy.</p>
|
|
<p>You can use Tenacity to:</p>
|
|
<ul>
|
|
<li>Record from audio devices (real or virtual).</li>
|
|
<li>Export / Import a wide range of audio formats (extendible with FFmpeg).</li>
|
|
<li>High quality including up to 32-bit float audio support.</li>
|
|
<li>Plug-ins providing support for VST, LV2, and AU plugins.</li>
|
|
<li>Scripting in the built-in scripting language Nyquist, or in Python, Perl and other languages with named pipes.</li>
|
|
<li>Editing arbitrary sampling and multi-track timeline.</li>
|
|
<li>Accessibility including editing via keyboard, screen reader support and narration support.</li>
|
|
<li>Tools useful in the analysis of signals, including audio.</li>
|
|
</ul>
|
|
</description>
|
|
<categories>
|
|
<category>AudioVideo</category>
|
|
<category>Audio</category>
|
|
</categories>
|
|
<content_rating type="oars-1.1"/>
|
|
<url type="homepage">https://tenacityaudio.org</url>
|
|
<url type="bugtracker">https://github.com/tenacityteam/tenacity/issues</url>
|
|
<url type="donation">https://opencollective.com/tenacity</url>
|
|
<url type="translate">https://hosted.weblate.org/projects/tenacity/tenacity</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source">https://cdn.statically.io/gh/tenacityteam/assets/e134a1569714bde2973556d5ce273ab627e2ec5b/screenshots/tenacity-screenshot-light-3840x2160.png</image>
|
|
<image type="source">https://cdn.statically.io/gh/tenacityteam/assets/e134a1569714bde2973556d5ce273ab627e2ec5b/screenshots/tenacity-screenshot-dark-3840x2160.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact>
|
|
<releases>
|
|
</releases>
|
|
</component>
|