Re: sneedacity needs (another) update
Reply #6 –
I must admit all I tested was loading, and playing, both a flac and an mp3 and (most importantly for me) that the spectrals were there. I just now tested converting from flac -> mp3 and that worked. I mainly use it for the spectrals.
I only checked the PKGBUILD and patch to check they weren't doing anything bad.
Now I look closer I think there's a bug ?
build() {
mkdir sneedacity/build
cd sneedacity/build
CC=clang cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DwxBUILD_TOOLKIT:STRING=gtk3 \
-Dsneedacity_use_wxwidgets=local \
sneedacity_use_ffmpeg:STRING=loaded \
..
cmake --build .
make .
}
Surely sneedacity_use_ffmpeg:STRING=loaded \ should be -Dsneedacity_use_ffmpeg:STRING=loaded
and no backslash as the last line ?
But loaded is the default for that option anyway.
I think as it stands the user might have to download and set the ffmpeg from the sneedacity preferences ? Or else lose some functionality ?
Anyway it's hopefully a stopgap until the Artix version is fixed.