1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-14 14:41:11 +02:00
Commit Graph

13626 Commits

Author SHA1 Message Date
Ivanq
f3d5c5a5ee Fix wording in 'Building using system libraries'
Make it clear that running CMake to build using system libraries is not enough
and running make is necessary too.

Signed-off-by: Ivanq <imachug@yandex.ru>
2021-07-13 16:03:14 +03:00
Panagiotis Vasilopoulos
44968d3ac3 Rebranding: Replace 'Audacity: A Digital Audio Editor' in source files (#248)
List of commands that were executed in the `src directory`:
* sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.h
* sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.cpp

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-13 09:30:42 +00:00
Panagiotis Vasilopoulos
9fe3f5bc8f Revert "CI: Let everyone install their own Apple codesigning certificates"
This reverts commit c4901f8ad8.
2021-07-13 07:13:00 +00:00
fossdd
c4901f8ad8 CI: Let everyone install their own Apple codesigning certificates
Previously, only 'Audacity' had the ability to use Apple certificates. This change will allow every fork developer to sign their own code by configuring the corresponding secret in their repository settings.

Signed-off-by: fossdd <fossdd@tutanota.com>
2021-07-13 06:38:38 +00:00
Dafydd
9686ef95fe Fix typo in README file
Signed-off-by: Dafydd Furnham <dafydd@post.cymru>
2021-07-12 14:26:44 +00:00
Be
395c4a584e allow building with upstream PortAudio
* AudioIOBase: add missing #include <portaudio.h>

This is required for building with system PortAudio library.

* CMake: allow building with system PortAudio
* CMake: fatal error if use_portaudio=system and use_portmixer=local

Signed-off-by: Be <be@mixxx.org>
2021-07-12 11:18:53 +00:00
Sol Fisher Romanoff
245016e215 Fix builds.sr.ht badge
The sourcehut badge used to take into account PRs as well,
now it's only representative of upstream commits.
2021-07-12 09:02:03 +03:00
Be
fbaa87b511 CMake: remove timestamp from binaries
This is a pointless source of non-reproducibility and also causes
compiler caches to miss 100% of the time after midnight.

Signed-off-by: Be <be@mixxx.org>
2021-07-12 05:33:26 +00:00
Emily Mabrey
cb517e3322 Merge branch 'master' of https://github.com/tenacityteam/tenacity 2021-07-11 16:04:05 -04:00
Be
49015e77d0 Remove audacity_ prefix from CMake options
It is unconventional and unnecessary to prefix CMake options. Also
this is not Audacity anymore. :)

Signed-off-by: Be <be@mixxx.org>
2021-07-11 19:51:02 +00:00
Emily Mabrey
d90999edce Merge branch 'master' of https://github.com/tenacityteam/tenacity 2021-07-11 14:49:31 -04:00
Emin Macanović
db1a03c3a3 Translated using Weblate (Bosnian)
Currently translated at 18.1% (772 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/bs/
Signed-off-by: weblate <hosted@weblate.org>
Signed-off-by: Emin Macanović <macanovic.emin@gmail.com>
2021-07-11 18:19:42 +02:00
Semisol
fa07a375d2 Merge branch 'ninja-fix' to 'master' 2021-07-11 18:29:25 +03:00
gera
a0ea8b63ad Add additional checks for macro output directory.
This bug still available in case: using old settings file or manual set it into settings file.
2021-07-11 12:23:26 +00:00
Paul Licameli
7e2b7e68ad Same custom over-aligned allocation routine on all platforms...
... in particular so that warnings on exit in the debug build on Windows are
suppressed.

Maybe it's not important to suppress them.  Or maybe they suggest all is not
correct in the MSVC implementation of this C++17 feature?
2021-07-11 12:23:22 +00:00
SteveDaulton
f58e132bb2 Fix uninitialised variables
When importing an AUP project, selLow and selHigh may not be defined
in the project. If not defined, this causes an error on initialising
Nyquist. See: https://forum.audacityteam.org/viewtopic.php?f=48&t=118940
2021-07-11 12:23:18 +00:00
Dimitar Samarov
aa3469dbbb Translated using Weblate (Bulgarian)
Currently translated at 32.4% (1379 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/bg/
Signed-off-by: weblate <hosted@weblate.org>
Signed-off-by: Dimitar Samarov <samarovdimitar@gmail.com>
2021-07-11 11:50:53 +02:00
Emily Mabrey
96cf0f4f67 Add Weblate badge to README.md
Add Weblate translation percent badge that links to contribution landing page.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-11 01:48:42 -04:00
J. Lavoie
3a0de29687 Translated using Weblate (Italian)
Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/it/
Signed-off-by: weblate <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-11 07:44:43 +02:00
J. Lavoie
fada9fe851 Translated using Weblate (French)
Currently translated at 98.0% (4160 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Signed-off-by: weblate <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-11 07:44:42 +02:00
Emily Mabrey
61f9227f67 Reattempt fixing MacOS build problem related to CPack issue (#198)
* Undo non-working Mac OS CI build fix in build_dist.sh
* Implement CPack workaround for CMake PR #4769
* Fix typo in scripts/ci/package.sh
* Fix typo in scripts/ci/package.sh
* Add debug option for hdiutil_repeat.sh
* Make reviewer changes
* Change typo in package.sh with hdiutil script name.
* Change path reference in package.sh to use $PWD.
* Add strings to escape path in scripts/ci/package.sh
* Fix scripts/ci/macos/repeat_hdiutil.sh
* Remove -e option. Don't copy/paste without double checking closely I guess. 😐
* 💲 Add dollar signs where appropriate as reviewers pointed out.
* Replace until/do contents with easier to read if block.
* Cleanup readability of scripts/ci/macos/repeat_hdiutil.sh
* Add $wait_before_retry config value
* Replace $cmd_string with literal value
* Move do onto same line as until.
* Minor changes to fix for MacOS CMake builds
* Rename variable in scripts/ci/macos/repeat_hdiutil.sh
* Use . instead of pwd in package.sh

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 19:47:54 -04:00
caughtquick
b8b669bc54 Merge pull request #197 from onlytruethomas/documentation 2021-07-10 13:51:03 -07:00
Emily Mabrey
c631286b00 Merge branch 'weblate' of https://github.com/tenacityteam/tenacity into weblate 2021-07-10 15:22:21 -04:00
Sol Fisher Romanoff
4bada0cb78 Add Arch Linux builds.sr.ht manifest
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-10 20:06:59 +03:00
Emily Mabrey
8d3f9f0be6 Add Weblate Support (#175)
* Attempting to remove bad history rewrites 😵
* Weblate support changes
* Update README.md to include Weblate thank you

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 12:45:19 -04:00
Emily Mabrey
058ac9de0c Update README.md to include Weblate thank you
Weblate requires a README mention for gratis hosting.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 11:54:57 -04:00
Emily Mabrey
63b88aa1f5 Weblate support changes
This is a squashed commit to reset the history changes I should not have made.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 11:44:39 -04:00
Emily Mabrey
f7047de23a Attempting to remove bad history rewrites
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 11:43:29 -04:00
fossdd
e133f29604 docs: installing tenacity is not supported, yet. (#187)
* Resolves: GH #172

Signed-off-by: fossdd <fossdd@tutanota.com>

* typo: At the moment
Signed-off-by: fossdd <fossdd@tutanota.com>
2021-07-10 18:12:45 +03:00
Sol Fisher Romanoff
17bfbfa625 Add badges to README.md
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-10 14:39:22 +03:00
Thomas Sirack
2759fb8b1d Update program name in documentation
Signed-off-by: Thomas Sirack <tsirack@protonmail.com>
2021-07-09 21:43:14 -06:00
Semisol
c3eaa8650d Add CONTRIBUTING.md and require DCO
Co-authored-by: Filipe Coelho <falktx@falktx.com>
Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-09 17:21:32 +03:00
Edgar
6a0855140e 🐛 Fixed building with ninja and MSVC 2021-07-09 13:54:43 +02:00
Emily Mabrey
60f6d49a15 Merge pull request #40 from emabrey/master
Fix issue that intermittently appeared to be causing Mac OS CI build failures.
2021-07-08 16:28:28 -04:00
Semisol
098a0225e1 Modify templates to have warnings & add config.yml for issues 2021-07-08 15:06:50 +03:00
Emily Mabrey
d04a546e27 Merge branch 'tenacityteam:master' into master 2021-07-07 22:27:58 -04:00
Ajay Ramachandran
faa23d1b2b Fix CI: Use Readme.md instead of Readme.txt (#143) 2021-07-07 20:30:29 -04:00
John Griffiths
498faf0d1e Update build document to reflect name change in fork
* Update build document to reflect name change in fork

* Correct issue wth previous commit - we can't replace all references to audacity quite quite yet

Co-authored-by: John Griffiths <John.Griffiths@verint.com>
2021-07-07 18:42:18 -04:00
fossdd
49d9a75e49 AboutDialog: Fix build commit link
If you're in the AboutDialog and want to click on the build commit, you are now redirected to tenacity's commits instead of the upstream's one.
2021-07-07 12:49:04 -04:00
Stylix58
8733f591aa Add triggers for build
* Add triggers for build
2021-07-07 12:57:08 +03:00
Emily Mabrey
58d665c107 Merge branch 'tenacityteam:master' into master 2021-07-07 03:40:56 -04:00
Emily Mabrey
b4ca5041ff Merge pull request #92 from tenacityteam/emabrey-readme-patch-1
Modify project name in README.md to be Tenacity
Modify supported operating systems
Modify build instructions link to BUILDING.md file
2021-07-07 03:23:23 -04:00
Emily Mabrey
179b36d0dc Merge branch 'master' into emabrey-readme-patch-1 2021-07-07 03:20:45 -04:00
Emily Mabrey
d2c872366b Update README.md
Modify list of supported operating systems to include "MacOS" instead of "Mac OS X"
2021-07-07 03:18:13 -04:00
James Pearson
762175fb61 Improve documentation
- Get rid of INSTALL and README.txt
- Change references of Mac OS X to macOS
2021-07-07 05:16:29 +00:00
Emily Mabrey
6538d9ef95 Change wording of README.md
Change wording of build instructions anchor

Co-authored-by: Be <be.0@gmx.com>
2021-07-06 19:35:39 -04:00
Ajay Ramachandran
d28166652c Future proof by requesting contributions under GPLv2 or any later version 2021-07-06 21:40:14 +00:00
Emily Mabrey
c88b24b20e Update project name in README.md
Remove temporary project naming schemes and replace with Tenacity name.
2021-07-06 17:26:30 -04:00
Emily Mabrey
2b228d0ae8 Merge branch 'temporary-audacity:master' into master 2021-07-06 04:56:33 -04:00
Panagiotis Vasilopoulos
ced144b259 Removed CONTRIBUTING.md
This document should be replaced soon, as soon as the fork's organization is
organized properly and we get to writing code. Most of the information in the
document is irrelevant and cannot be replaced with more accurate information
at this stage.
2021-07-06 07:08:45 +00:00