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

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 17 Next › Last »

FabioLolix commented on 2022-11-28 22:33 (UTC)

Hello! I had worked on it will likely push tomorrow https://github.com/FabioLolix/PKGBUILD-AUR_fix/commit/1ed1c80b6362a1c321f311c256c3f8603d94c966

btw I don't get notifications for posts edits

gperson commented on 2022-11-26 18:48 (UTC) (edited on 2022-11-28 16:27 (UTC) by gperson)

Hello FabioLolix! I'm the new maintainer of Tenacity! I'd like to bring up a few important changes for packaging:

  1. We now build against wxWidgets >= 3.1.6, including the latest stable version, 3.2.1. You can finally update the package dependencies to include the latest version of wxWidgets. We also recommend that you use the GTK 3 version of wxWidgets too.

  2. We are now at version 1.3. I don't know how relevant this is, but that's our new version number. :) Shiny!

  3. (Update: add FFmpeg) FFmpeg 5.0 is now supported. This change was first introduced in Saucedacity 1.3 alpha, was cherry-picked for Saucedacity 1.2.1, and is now present in Tenacity 1.3 alpha (given the merges).

Edit: to clarify, that's all the major changes you should know. Everything else should mostly be the same. If you have any questions, comments, or concerns, feel free to let us know.

Edit 2: I will continue to edit this comment if I remember important dependency requirement changes from Tenacity 0.1.0 alpha to Tenacity 1.3 alpha that you should know.

FabioLolix commented on 2022-11-26 18:45 (UTC)

Thanks for the hint Monstanner, I'll look into it

Monstanner commented on 2022-11-26 17:34 (UTC)

Do you have a look at the repo move to Codeberg and the new maintainer gperson? Here is the thread. https://github.com/tenacityteam/tenacity-legacy/discussions/740

ImperatorStorm commented on 2022-07-17 17:42 (UTC)

This package was meant to build with the official repo's wxgtk3(now wxwidgets-gtk3). I'll need to add the 3.2.0 patch to this package.

FabioLolix commented on 2022-07-17 11:42 (UTC)

wxgtk3 in official repository is now 3.2.0, wxgtk3-dev is at version 3.1.7, tenacity build with up to version 3.1.5, which tenacity-git is doing

bkb commented on 2022-07-17 11:14 (UTC)

All these wx things are basically broken. Some needs a newer version, some needs the old one. A long chain of dependency made it impossible to even switch from old to new or new to old, without uninstalling nearly the OS

Technetium1 commented on 2022-07-11 03:40 (UTC) (edited on 2022-07-11 03:48 (UTC) by Technetium1)

Missing python in makedepends:

Python not found...unable to produce manual.

Also:

CMake Warning:
Manually-specified variables were not used by the project:
audacity_use_ffmpeg

A-KA commented on 2022-07-09 22:03 (UTC) (edited on 2022-07-09 23:29 (UTC) by A-KA)

Ran into build issues. I installed wxgtk3-dev-314-opt and portsmf-git. I also modified the PKGBUILD

@@ -48,9 +48,9 @@
   CC=clang CXX=clang++ cmake \
     -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DwxWidgets_CONFIG_EXECUTABLE=/opt/wxgtk-3.1.5/bin/wx-config-gtk3 \
-    -DwxWidgets_INCLUDE_DIRS=/opt/wxgtk-3.1.5/include/wx-3.1 \
-    -DwxWidgets_LIBRARIES=/opt/wxgtk-3.1.5/lib \
+    -DwxWidgets_CONFIG_EXECUTABLE=/opt/wxgtk-dev-314/bin/wx-config-gtk3 \
+    -DwxWidgets_INCLUDE_DIRS=/opt/wxgtk-dev-314/include/wx-3.1 \
+    -DwxWidgets_LIBRARIES=/opt/wxgtk-dev-314/lib \
     -Daudacity_use_ffmpeg:STRING=loaded \
     -Wno-dev \
     ..

This resolved all build issues I had.