Package Details: tenacity-git 1:r14921.g8119cb11c-2

Git Clone URL: https://aur.archlinux.org/tenacity-git.git (read-only, click to copy)
Package Base: tenacity-git
Description: An easy-to-use multi-track audio editor and recorder, forked from Audacity
Upstream URL: https://tenacityaudio.org
Keywords: audacity audio audio-applications audio-processing floss libre privacy-friendly privacy-preserving recorder recording-app
Licenses: GPL2, CCPL
Groups: pro-audio
Conflicts: tenacity
Provides: tenacity
Submitter: Darkpelz
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 88
Popularity: 0.135519
First Submitted: 2021-07-07 11:51 (UTC)
Last Updated: 2023-12-23 15:01 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 Next › Last »

xFadedxShadow commented on 2021-08-21 22:46 (UTC) (edited on 2021-08-21 22:46 (UTC) by xFadedxShadow)

since libwx_baseu cannot be found. You can simply edit your "tenacity.desktop" file and add, "LD_LIBRARY_PATH=/opt/wxgtk-dev/lib/" to Exec (Make sure to add it before "tenacity %F")

FabioLolix commented on 2021-08-21 11:20 (UTC)

Didn't get @jmd build error, clean your cache and try again

kescherAUR commented on 2021-08-21 09:26 (UTC)

The build error reported by @jmd has an issue on GitHub: https://github.com/tenacityteam/tenacity/issues/499.

deadite66 commented on 2021-08-20 04:55 (UTC) (edited on 2021-08-20 04:56 (UTC) by deadite66)

its using wxgtk3-dev-opt which is being installed to /opt so tenacity can't find libwx_baseu which is in /opt/wxgtk-dev/lib/

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/wxgtk-dev/lib/

then run tenacity it runs.

halcek commented on 2021-08-20 00:12 (UTC)

Seems like the libwx_baseu error is related to wxgtk?

<deleted-account> commented on 2021-08-19 03:45 (UTC)

After updating I get error upon running: tenacity: error while loading shared libraries: libwx_baseu-3.1.so.4: cannot open shared object file: No such file or directory

jmd commented on 2021-08-18 21:24 (UTC)

There is a build error with tenacity-git 1:r13686.gdb0954787-2:

In file included from $HOME.cache/yay/tenacity-git/src/tenacity/src/tracks/playabletrack/notetrack/ui/StretchHandle.cpp:14:
In file included from $HOME.cache/yay/tenacity-git/src/tenacity/include/../lib-src/header-substitutes/allegro.h:4:
/usr/include/portsmf/allegro.h:632:9: error: use of undeclared identifier 'memcpy'; did you mean 'wmemcpy'?
        memcpy(newbuf, buffer, *len);
        ^
/usr/include/bits/wchar2.h:39:8: note: 'wmemcpy' declared here
__NTH (wmemcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2,
       ^
In file included from $HOME.cache/yay/tenacity-git/src/tenacity/src/tracks/playabletrack/notetrack/ui/StretchHandle.cpp:14:
In file included from $HOME.cache/yay/tenacity-git/src/tenacity/include/../lib-src/header-substitutes/allegro.h:4:
/usr/include/portsmf/allegro.h:632:16: error: cannot initialize a parameter of type 'wchar_t *' with an lvalue of type 'char *'
        memcpy(newbuf, buffer, *len);
               ^~~~~~
/usr/include/bits/wchar2.h:39:37: note: passing argument to parameter '__s1' here
__NTH (wmemcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2,
                                    ^
2 errors generated.
make[2]: *** [src/CMakeFiles/Tenacity.dir/build.make:4402: src/CMakeFiles/Tenacity.dir/tracks/playabletrack/notetrack/ui/StretchHandle.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:579: src/CMakeFiles/Tenacity.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: tenacity-git

FabioLolix commented on 2021-08-18 15:34 (UTC)

  • Updated/corrected some dependencies (don't trust namcap for not needed dpes in this package)
  • removed patch, no longer needed
  • tenacity now need wxwidgets 3.1 (dev), configured it for wxgtk3-dev-opt so we don't have to remove programs build against wxgtk3 (v3.0)
  • removed conan scdoc from makedepends
  • preferred cmake build type is None
  • removed unused variables (audacity_use_wxwidgets wxBUILD_TOOLKIT)
  • removed insecure rpath with chrpath

MangoKangaroo commented on 2021-08-18 02:51 (UTC)

Build fails at patching as of the latest git commit.

==> Starting prepare()...
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --unified --recursive --text audacity/lib-src/portaudio-v19/src/hostapi/alsa/pa_linux_alsa.c audacity.new/lib-src/portaudio-v19/src/hostapi/alsa/pa_linux_alsa.c
|--- audacity/lib-src/portaudio-v19/src/hostapi/alsa/pa_linux_alsa.c    2021-07-02 00:17:06.606660728 +0800
|+++ audacity.new/lib-src/portaudio-v19/src/hostapi/alsa/pa_linux_alsa.c        2021-07-02 00:18:22.376662323 +0800
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
1 out of 1 hunk ignored
==> ERROR: A failure occurred in prepare().
    Aborting...

FabioLolix commented on 2021-08-15 13:13 (UTC)

Source changed to https://git.sr.ht/~tenacity/tenacity so who is using a common SRCDEST need to delete what already downloaded.

@fossdd rebuild the package when you make important changes

The repository at sr.ht (sourcehut) don't have any git tags and using epoch=1 was needed.