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

Dependencies (44)

Required by (0)

Sources (2)

Pinned Comments

Latest Comments

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

<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.

FabioLolix commented on 2022-01-19 06:34 (UTC)

pipewire-jack-dropin is marked for deletion, is up to those package to provide jack if they are jack replacements

<deleted-account> commented on 2022-01-19 02:14 (UTC)

can pipewire-jack and pipewire-jack-dropin be added as alternatives to jack? otherwise, this package does not build with pipewire-jack installed.