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: 86
Popularity: 0.006160
First Submitted: 2021-07-07 11:51 (UTC)
Last Updated: 2023-12-23 15:01 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 17 Next › Last »

FabioLolix commented on 2022-02-13 17:53 (UTC)

Tenacity is correctly build against libSoundTouch.so.2.3.1 here, rebuild your package, where does libSoundTouch.so.1 come from?

freed00m commented on 2022-02-13 17:30 (UTC)

There is no libSoundTouch.so.1 provided by the dependencies and tenacity wont run.

I have to sudo ln -s libSoundTouch.so.2.3.1 libSoundTouch.so.1 Should pkgbuild do this?

<deleted-account> commented on 2022-02-11 18:09 (UTC)

Do you care to also provide a binary package?

Darkpelz commented on 2022-01-25 16:47 (UTC)

Updated the PKGBUILD so it now depends on jack instead of jack2, so it should work with pipewire-jack now.

kescherAUR commented on 2022-01-22 17:44 (UTC)

@Alkaris install portsmf-git

Alkaris commented on 2022-01-22 17:32 (UTC)

This keeps giving me issues when building

In file included from /var/tmp/pamac-build-alkaris/tenacity-git/src/tenacity/src/tracks/playabletrack/notetrack/ui/StretchHandle.cpp:14:
In file included from /var/tmp/pamac-build-alkaris/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/wchar.h:262:17: note: 'wmemcpy' declared here
extern wchar_t *wmemcpy (wchar_t *__restrict __s1,
                ^
In file included from /var/tmp/pamac-build-alkaris/tenacity-git/src/tenacity/src/tracks/playabletrack/notetrack/ui/StretchHandle.cpp:14:
In file included from /var/tmp/pamac-build-alkaris/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/wchar.h:262:46: note: passing argument to parameter '__s1' here
extern wchar_t *wmemcpy (wchar_t *__restrict __s1,
                                             ^

is this build package calling on a different version of allergo and wchar for these functions? Because according to current installed libraries these are correct, and the build files are not correct, perhaps due to misspelling?

kescherAUR commented on 2022-01-20 10:19 (UTC)

@Icecube63 you could also just replace jack2 with jack.

Icecube63 commented on 2022-01-20 10:14 (UTC)

Replacing dependency jack2 with pipewire-jack at the PKBUILD works for me

kescherAUR commented on 2022-01-19 07:23 (UTC)

However, all official repo depends depend on either "libjack.so" or "jack", not "jack2" explicitly. This would fix the issue @gshinguji is having.

kescherAUR commented on 2022-01-19 07:20 (UTC)

@gshinguji pipewire-jack already provides jack. However, they recently removed jack2 from the provides array while having it remain in the conflicts array, which is what causes this conflict.

As for pipewire-jack-dropin, the recent change to pipewire-jack is probably why that package is marked for deletion.