with the pkgconfig path export for ffmpeg4.4 this package will now build again.
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: | 86 |
Popularity: | 0.000219 |
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, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- 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, lilv-gitAUR)
- Show 24 more dependencies...
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 17 Next › Last »
silverhikari commented on 2022-04-11 22:59 (UTC)
Riedler commented on 2022-04-11 10:05 (UTC)
You forgot to update the package version with the ffmpeg fix, king.
ImperatorStorm commented on 2022-03-24 22:48 (UTC)
figured out the issue, my clone of tenacity was shallow
FabioLolix commented on 2022-03-24 22:18 (UTC) (edited on 2022-03-24 22:22 (UTC) by FabioLolix)
$ mkpkg -o
==> Creazione del pacchetto: tenacity-wxgtk3-git r1.g0665614b8-3 (gio 24 mar 2022, 23:17:53)
==> Controllo delle dipendenze durante l'avvio in corso...
==> Controllo delle dipendenze durante la compilazione in corso...
==> Download dei sorgenti in corso...
-> Aggiornamento del repository tenacity git in corso...
Recupero di origin in corso
==> Validazione di source file con sha256sums...
tenacity ... Ignorato
==> Rimozione dell'esistente directory $srcdir/ in corso...
==> Estrazione dei sorgenti in corso...
-> Creazione di una copia di lavoro del repository tenacity git in corso...
Clone in 'tenacity' in corso...
fatto.
==> Avvio di prepare() in corso...
==> Avvio di pkgver() in corso...
==> Versione aggiornata: tenacity-wxgtk3-git r13926.g0665614b8-1
==> I sorgenti sono pronti.
[fabio@lolix tenacity-wxgtk3-git]$
The git hash is the same (0665614b8), I don't know either at this point
ImperatorStorm commented on 2022-03-24 19:47 (UTC)
Regarding the incorrect pkgver, I have no idea. I am cd'ing into tenacity in pkgver()
. I can also reproduce this with tenacity-git
.
FabioLolix commented on 2022-03-24 16:06 (UTC)
Hello,
- provides tenacity-git is not needed
- the calculated pkgver is wrong, it can't be r1.g0665614b8 (I would guess you builded the package before putting "cd tenacity" in pkgver() )
- epoch could be resetted when uploading a new pkgbuild
davidalb97 commented on 2022-03-15 13:27 (UTC)
Not building, having the same issue as @ak2021.
maid commented on 2022-03-15 11:41 (UTC) (edited on 2022-03-15 11:43 (UTC) by maid)
Build still terminates with error.
Attempt 1.
libtool/2.4.6: Appending ACLOCAL_PATH env: /home/user/.conan/data/libtool/2.4.6///package/53d6baabfe192151deaeb1d05fbac370d8f2c705/res/aclocal libtool/2.4.6: Appending AUTOMAKE_CONAN_INCLUDES environment variable: /home/user/.conan/data/libtool/2.4.6///package/53d6baabfe192151deaeb1d05fbac370d8f2c705/res/aclocal libuuid/1.0.3: Applying build-requirement: libtool/2.4.6 libuuid/1.0.3: Applying build-requirement: automake/1.16.4 libuuid/1.0.3: Applying build-requirement: autoconf/2.71 libuuid/1.0.3: Applying build-requirement: m4/1.4.19 Downloading conan_sources.tgz libuuid/1.0.3: Configuring sources in /home/user/.conan/data/libuuid/1.0.3///source ERROR: Error downloading file https://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz: 'HTTPSConnectionPool(host='downloads.sourceforge.net', port=443): Max retries exceeded with url: /project/libuuid/libuuid-1.0.3.tar.gz (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x749f2d78>: Failed to establish a new connection: [Errno 111] Connection refused'))' Waiting 5 seconds to retry... ERROR: libuuid/1.0.3: Error in source() method, line 44 tools.get(**self.conan_data["sources"][self.version], ConanException: Error downloading file https://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz: 'HTTPSConnectionPool(host='downloads.sourceforge.net', port=443): Max retries exceeded with url: /project/libuuid/libuuid-1.0.3.tar.gz (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x749f2610>: Failed to establish a new connection: [Errno 111] Connection refused'))' CMake Error at cmake-proxies/cmake-modules/conan.cmake:633 (message): Conan install failed='1' Call Stack (most recent call first): cmake-proxies/cmake-modules/AudacityDependencies.cmake:233 (conan_cmake_install) cmake-proxies/cmake-modules/AudacityDependencies.cmake:254 (_conan_install) CMakeLists.txt:470 (resolve_conan_dependencies)
-- Configuring incomplete, errors occurred! See also "/tmp/makepkg/audacium-git/src/build/CMakeFiles/CMakeOutput.log". See also "/tmp/makepkg/audacium-git/src/build/CMakeFiles/CMakeError.log". ==> ОШИБКА: Произошел сбой в build(). Прерывание...
Attempt 2
[ 62%] Building CXX object src/CMakeFiles/Audacium.dir/AudacityApp.cpp.o In file included from /tmp/makepkg/audacium-git/src/audacium/src/AudacityApp.cpp:83: /tmp/makepkg/audacium-git/src/audacium/src/FFmpeg.h:544:7: error: conflicting declaration of C function <<AVCodec* avcodec_find_encoder(AVCodecID)>> 544 | avcodec_find_encoder, | ^~~~~~~~~~~~~~~~~~~~
Pinned Comments