Thank you Martchus. Kinda noob to this. Your suggestion worked.
Search Criteria
Package Details: tageditor 3.9.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tageditor.git (read-only, click to copy) |
---|---|
Package Base: | tageditor |
Description: | A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska |
Upstream URL: | https://github.com/Martchus/tageditor |
Keywords: | aac edit id3 matroska mp3 mp4 ogg opus Qt tags vorbis |
Licenses: | GPL-2.0-or-later |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-27 19:29 (UTC) |
Last Updated: | 2025-02-04 21:13 (UTC) |
Dependencies (15)
- c++utilitiesAUR
- desktop-file-utils (desktop-file-utils-gitAUR)
- libc++utilities.so (c++utilitiesAUR)
- libqtutilities.so (qtutilitiesAUR)
- libtagparser.so (tagparserAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-webengine
- qtutilitiesAUR
- tagparserAUR
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt5-tools (make)
- reflective-rapidjsonAUR (make)
- cppunit (check)
- jq (jq-gitAUR, jaq-binAUR) (check)
Required by (0)
Sources (1)
arichiardi commented on 2020-03-26 02:29 (UTC)
Martchus commented on 2020-03-21 13:41 (UTC)
@arichiardi The error message tells you actually quite plainly what the problem is: your version of c++utilities is too old. The official distribution does not support partial updates and the same is true for the AUR package I maintain. So you have to build the latest version of c++utilities, qtutilities and tagparser first before building this package.
arichiardi commented on 2020-03-21 00:39 (UTC)
Hi there, I tried this but it does not like something I cannot really grasp.
$ TAGEDITOR_JSON_EXPORT=OFF pamac build tageditor
CMake Error at CMakeLists.txt:184 (find_package): Could not find a configuration file for package "c++utilities" that is compatible with requested version "5.0.0".
The following configuration files were considered but not accepted:
/usr/share/c++utilities/cmake/c++utilitiesConfig.cmake, version: 4.17.1
a_manthey commented on 2020-02-05 22:04 (UTC)
thanks, now i could update the 5 packages
Martchus commented on 2020-02-05 11:02 (UTC)
I'm usually building packages from locally created archives before releasing and then release the projects on GitHub when everything builds fine. This time I screwed up and the checksums of locally created archives ended up in the final PKGBUILDs. It should be fixed now.
a_manthey commented on 2020-02-05 10:27 (UTC)
update not possible because of wrong sha256sum, same for the dependencies reflective-rapidjson, qtutilities aund their dependenciy c++utilities
simona commented on 2019-01-11 18:19 (UTC)
I still get the error
Martchus commented on 2019-01-11 09:26 (UTC)
Checksum should be fixed now.
simona commented on 2019-01-11 09:17 (UTC)
=> Validazione di source file con sha256sums... tageditor-3.1.3.tar.gz ... NON RIUSCITO ==> ERRORE: Uno o più file non hanno superato il controllo di validità!
Martchus commented on 2018-01-27 14:36 (UTC)
@lord_rel I've uploaded the missing packages.
BTW: I also updated this package so using _json_export=OFF
should actually work. In this case reflective-rapidjson is not required. So you can save a few build-time dependencies if you don't need the JSON export.
Pinned Comments
Martchus commented on 2016-05-18 22:03 (UTC) (edited on 2020-04-16 17:06 (UTC) by Martchus)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff
This version contains both, the CLI and the Qt 5 GUI. Checkout tageditor-cli for a minimal CLI-only version.