Signed-off-by: Régis Patroix <regis.patroix@gmail.com>
Details
Details
Diff Detail
Diff Detail
- Repository
- R403 audacity
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
What happened to all the plugins? Also you don't need to have the changelog as a list item when it's the only thing.
Comment Actions
Here the explanation:
https://github.com/audacity/audacity/issues/530#issuecomment-632365418
Should we switch to cmake ? Or should we just copy the required plugins files?
When i try to configure using cmake, i have this error:
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Error at CMakeLists.txt:12 (message):
In-source builds not allowed.
Create a new directory and run cmake from there, i.e.:
mkdir build
cd build
cmake ..
You will need to delete CMakeCache.txt and CMakeFiles from this directory
to clean up.
-- Configuring incomplete, errors occurred!
Command '['/bin/bash', '--norc', '--noprofile', '/tmp/ypkg-setupBejdkV']' returned non-zero exit status 1
[Build] setup failed
ERRO[01:35:42] Failed to build package error="exit status 1"
ERRO[01:35:45] Failed to build packagesComment Actions
I'd say switch us to cmake. The error they provide has the obvious solution, which is:
mkdir build cd build %cmake ..
Build and install macros will be the same.
Comment Actions
While I appreciate the patch, I'm going to mark this as abandoned due to lack of response / action taken. I'll update audacity.