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.
Search Criteria
Package Details: tenacity-git 1:r14921.g8119cb11c-2
Package Actions
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.035407 |
First Submitted: | 2021-07-07 11:51 (UTC) |
Last Updated: | 2023-12-23 15:01 (UTC) |
Dependencies (44)
- expat (expat-gitAUR)
- flac (flac-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libebml (libebml-gitAUR)
- libid3tag (libid3tag-gitAUR)
- libmad
- libmatroska (libmatroska-gitAUR)
- libogg (libogg-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libsoxr
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libzip (libzip-gitAUR)
- lilv (lilv-gitAUR)
- lv2 (lv2-gitAUR)
- portaudio
- portmidi
- portsmf (portsmf-gitAUR)
- soundtouch (soundtouch-gitAUR)
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR)
- suil (suil-gitAUR)
- twolame (twolame-gitAUR)
- vamp-plugin-sdk
- wxwidgets-common (wxwidgets-common-gitAUR, wxwidgets-common-lightAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- chrpath (chrpath-gitAUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gst-plugins-bad-libs (gst-plugins-bad-libs-gitAUR) (make)
- gstreamer (gstreamer-gitAUR) (make)
- libnotify (libnotify-gitAUR) (make)
- libsoup (make)
- nasm (nasm-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – additional import/export capabilities
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 17 Next › Last »
ImperatorStorm commented on 2022-07-17 17:42 (UTC)
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.
ImperatorStorm commented on 2022-05-18 02:51 (UTC) (edited on 2022-05-18 02:51 (UTC) by ImperatorStorm)
Can't reproduce, is the home directory actually in the package?
If not, ignore it. If they are, can you reproduce the issue in a chroot?
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
parkerlreed commented on 2022-05-17 20:41 (UTC)
Why is this creating file in my home folder?
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/tenacity
usr/lib/liblibnyquist.a
usr/lib/tenacity/modules/mod-script-pipe.so
usr/lib/tenacity/lib-utility.so
usr/lib/tenacity/lib-string-utils.so
usr/lib/tenacity/lib-strings.so
home/parker/.cache/paru/clone/tenacity-wxgtk3-git/src/tenacity/build/bin/None/lib/tenacity/lib-utility.so
home/parker/.cache/paru/clone/tenacity-wxgtk3-git/src/tenacity/build/bin/None/lib/tenacity/lib-string-utils.so
home/parker/.cache/paru/clone/tenacity-wxgtk3-git/src/tenacity/build/bin/None/lib/tenacity/lib-strings.so
==> Creating package "tenacity-wxgtk3-git"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: tenacity-wxgtk3-git r13926.g0665614b8-2 (Tue 17 May 2022 04:39:32 PM EDT)
==> Cleaning up...
jirido commented on 2022-05-10 13:06 (UTC) (edited on 2022-05-10 13:11 (UTC) by jirido)
I can't find any mixer toolbar to set the recording level. Am I alone that have this odd problem? I also don't find it in the config file among the other toolbars.
xavierbaez commented on 2022-05-04 11:31 (UTC)
It's still not building properly. What's the difference betwen tenacity-git and tenacity-wxgtk3-git? Which one should I get?
ImperatorStorm commented on 2022-04-26 21:05 (UTC) (edited on 2022-04-26 21:06 (UTC) by ImperatorStorm)
Again, I can't reproduce this issue, and it works just fine with clean docker instances (https://github.com/ImperatorStorm/PKGBUILDs/actions/workflows/makepkg%20tenacity-wxgtk3-git.yml) and on my own system.
Have you tried updating your system?
Pinned Comments