1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

13416 Commits

Author SHA1 Message Date
Jacky Song
2343ef56ca
Corrected inaccurate build instructions and vague points in install instructions
Signed-off-by: Jacky Song <dixinlily@hotmail.com>
2021-07-13 13:31:53 +00: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 c4901f8ad8d9e9b0d0670267bce4a885e78ecdf4.
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
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
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
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
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
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
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
Emily Mabrey
e5e3256c40
Merge branch 'cookiengineer:master' into master 2021-07-05 18:41:23 -04:00
Emily Mabrey
b470e5110a
Disable hdiutil detach command on MacOS
Comment out `hdiutil detach "S{ATTACHED}" on line 208 to attempt to workaround continued failed MacOS build.
2021-07-05 18:01:55 -04:00
Cookie Engineer
8acff756ab
Merge pull request #22 from emabrey/patch-2
Modify Bug Report Template
2021-07-05 23:21:55 +02:00
Emily Mabrey
8c0cd2c688
Fix MacOS package step packaging target directory
Change it to avoid generating the pre-fork repository folder structure for usage inside of a Github Action (which causes it to fail because the directories don't exist).
2021-07-05 17:21:54 -04:00
Cookie Engineer
3fe031b0e0
Merge pull request #24 from emabrey/patch-3
Fix typos in `README.md`
2021-07-05 23:21:34 +02:00
Emily Mabrey
c887295305
Fix typos in README.md
Fix a typo an erroneous "they".
Modify list formatting to be consistently capitalized.
Modify word choice for developer pre-fork hyperlink anchor.
Fix typo involving the use of "informations" when it should've been singular.
2021-07-05 15:59:23 -04:00
Emily Mabrey
5bd1acae18
Modify Bug Report Template
Remove usage of Audacity mark where it is not necessary in `.github/ISSUE_TEMPLATE/bug_report.md`
2021-07-05 15:36:37 -04:00
Cookie Engineer
ace6463f23
Merge pull request #20 from emabrey/patch-1
📖 Modify README.md to use legally defensive language
2021-07-05 21:36:04 +02:00
Cookie Engineer
3a4e54383f
Merge pull request #21 from Sciss/topic-remove-cla
📖 Remove the requirement to sign the WSM Group's CLA
2021-07-05 21:34:37 +02:00
Hanns Holger Rutz
34713130ab remove the requirement to sign the WSM Group's CLA 2021-07-05 21:10:52 +02:00