1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-16 16:20:50 +02:00

Updated project metadata

Co-authored-by: Ajay Ramachandran <dev@ajay.app>
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
Panagiotis Vasilopoulos 2021-07-17 13:22:15 +00:00
parent 609784f9b1
commit af6dd85c4b
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270
4 changed files with 65 additions and 81 deletions

View File

@ -52,9 +52,9 @@ if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
if( NOT WIN32)
install( DIRECTORY "${dst}" OPTIONAL
DESTINATION "${_DATADIR}/tenacity/help" )
install( FILES "${_SRCDIR}/audacity.1"
install( FILES "${_SRCDIR}/tenacity.1"
DESTINATION "${_MANDIR}/man1" )
install( FILES "${_SRCDIR}/audacity.appdata.xml"
install( FILES "${_SRCDIR}/tenacity.appdata.xml"
DESTINATION "${_DATADIR}/metainfo" )
endif()
endif()

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.tencacityaudio.Tenacity</id>
<launchable type="desktop-id">tenacity.desktop</launchable>
<project_license>GPL-2.0 and CC-BY-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<name>Tenacity</name>
<summary>Record and edit audio files</summary>
<description>
<p>Tenacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. The interface is translated into many languages.</p>
<p>You can use Tenacity to:</p>
<ul>
<li>Record live audio</li>
<li>Convert tapes and records into digital recordings or CDs</li>
<li>Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files</li>
<li>Cut, copy, splice or mix sounds together</li>
<li>Change the speed or pitch of a recording</li>
<li>Apply a wide range of other effects to audio recordings</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="faq">https://manual.audacityteam.org/man/faq.html</url>
<url type="help">https://manual.audacityteam.org/</url>
<url type="translate">https://hosted.weblate.org/projects/tenacity/tenacity</url>
<screenshots>
<screenshot type="default">
<image type="source">https://www.audacityteam.org/wp-content/uploads/2016/01/audacity-212-linux.png</image>
</screenshot>
<screenshot>
<image type="source">https://www.audacityteam.org/wp-content/uploads/2015/11/Audacity-2-2-0-on-Linux.png</image>
</screenshot>
</screenshots>
<update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact>
<releases>
<release version="2.3.0" date="2018-09-29">
<description>
<p>New features in Tenacity 2.3.0:</p>
<ul>
<li>New feature Punch and Roll Recording.</li>
<li>Pinned-play-head can now be repositioned by dragging.</li>
<li>Play-at-speed now can be adjusted whilst playing.</li>
<li>Toolbars controlling volume and speed can now be resized for greater precision.</li>
<li>Macros (formerly Chains) substantially extended.</li>
<li>New Tools menu.</li>
<li>New Scriptables commands.</li>
<li>Nyquist gains AUD-DO command.</li>
<li>Nyquist effects are now translatable and translated.</li>
<li>More dialogs have help buttons now.</li>
<li>Increased legibility of trackname display.</li>
<li>Half-wave option for collapsed tracks.</li>
<li>Sliding Stretch.</li>
<li>Dialog (option) for entering labels.</li>
</ul>
</description>
</release>
</releases>
</component>

View File

@ -1,21 +1,21 @@
.\" Process this file with
.\" groff -man -Tascii audacity.1
.\" groff -man -Tascii tenacity.1
.\"
.TH audacity 1
.TH tenacity 1
.SH NAME
audacity \- Graphical cross-platform audio editor
tenacity \- Graphical cross-platform audio editor
.SH SYNOPSIS
.B audacity
.B tenacity
\-help
.br
.B audacity
.B tenacity
\-version
.br
.B audacity
.B tenacity
[\-blocksize nnn] \-test
.br
.B audacity
.B tenacity
[\-blocksize nnn] [
.I AUDIO-FILE
]
@ -68,12 +68,12 @@ run self diagnostics tests (only present in development builds)
set the tenacity block size for writing files to disk to nnn bytes
.SH FILES
.I ~/.audacity\-data/audacity.cfg
.I ~/.audacity\-data/tenacity.cfg
.RS
Per user configuration file.
.RE
.I /var/tmp/audacity\-<user>/
.I /var/tmp/tenacity\-<user>/
.RS
Default location of Tenacity's temp directory, where <user> is your
username. If this location is not suitable (not enough space in
@ -111,13 +111,13 @@ The current working directory when Tenacity is started.
.I ~/.audacity-data/Plug-Ins
.I <prefix>/share/audacity
.I <prefix>/share/tenacity
.RS
The system-wide Tenacity directory, where <prefix> is usually
/usr or /usr/local, depending on where the program was installed.
.RE
.I <prefix>/share/doc/audacity
.I <prefix>/share/doc/tenacity
.RS
The system-wide Tenacity documentation directory, where <prefix> is usually
/usr or /usr/local, depending on where the program was installed.
@ -167,14 +167,18 @@ To report a bug, see the instructions at
http://wiki.audacityteam.org/wiki/Reporting_Bugs
.SH AUTHORS
Project leaders include Dominic Mazzoni, Matt Brubeck,
Tenacity would not be possible without the Audacity project,
wxWidgets, libsndfile, and many of the other libraries it is
built upon. You can find a full list of contributors on GitHub:
https://github.com/tenacityteam/tenacity/graphs/contributors
The Audacity project leaders include Dominic Mazzoni, Matt Brubeck,
James Crook, Vaughan Johnson, Leland Lucius, and Markus Meyer,
but dozens of others have contributed, and Tenacity would not
be possible without wxWidgets, libsndfile, and many of
the other libraries it is built upon. For the most recent list
of contributors and current email addresses, see our website:
but dozens of others have contributed.
http://www.audacityteam.org/about/credits/
.\" arch-tag: 204d77ab-73cf-42b1-b5bd-e6f07e660496

43
help/tenacity.appdata.xml Normal file
View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.tencacityaudio.Tenacity</id>
<launchable type="desktop-id">tenacity.desktop</launchable>
<project_license>GPL-2.0 and CC-BY-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<name>Tenacity</name>
<summary>Audio editor and recorder. Nothing more, nothing less.</summary>
<description>
<p><b>Tenacity</b> 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><b>Record</b> from audio devices (real or virtual)</li>
<li><b>Export / Import</b> a wide range of audio formats (extendible with FFmpeg)</li>
<li><b>High quality</b> including up to 32-bit float audio support</li>
<li><b>Plug-ins</b> providing support for VST, LV2, and AU plugins</li>
<li><b>Scripting</b> in the built-in scripting language Nyquist, or in Python, Perl and other languages with named pipes.</li>
<li><b>Editing</b> arbitrary sampling and multi-track timeline</li>
<li><b>Accessibility</b> including editing via keyboard, screen reader support and narration support</li>
<li><b>Tools</b> 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="faq">https://manual.audacityteam.org/man/faq.html</url>
<url type="help">https://manual.audacityteam.org/</url>
<url type="translate">https://hosted.weblate.org/projects/tenacity/tenacity</url>
<screenshots>
<screenshot type="default">
<image type="source">https://www.audacityteam.org/wp-content/uploads/2016/01/audacity-212-linux.png</image>
</screenshot>
<screenshot>
<image type="source">https://www.audacityteam.org/wp-content/uploads/2015/11/Audacity-2-2-0-on-Linux.png</image>
</screenshot>
</screenshots>
<update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact>
</component>