Package Details: tagtool 0.14.2-1

Git Clone URL: https://aur.archlinux.org/tagtool.git (read-only, click to copy)
Package Base: tagtool
Description: Tool to edit tags in MP3 and Ogg Vorbis files
Upstream URL: https://github.com/impegoraro/tagtool
Licenses: GPL
Submitter: xyproto
Maintainer: KaibutsuX
Last Packager: City-busz
Votes: 27
Popularity: 0.000000
First Submitted: 2011-12-14 17:07 (UTC)
Last Updated: 2021-05-22 13:21 (UTC)

Latest Comments

1 2 Next › Last »

KaibutsuX commented on 2023-04-15 14:38 (UTC)

Make issue resolved

KaibutsuX commented on 2023-04-13 13:17 (UTC) (edited on 2023-04-13 13:17 (UTC) by KaibutsuX)

This is now the 2nd pkg I've seen with this issue. Is this a result of a new gcc and its default warnings?

message_box.c: In function ‘message_box’:
message_box.c:11:9: error: format not a string literal and no format arguments [-Werror=format-security]
   11 |         dlg = GTK_DIALOG(gtk_message_dialog_new(transientfor, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, buttons,text));
      |         ^~~
cc1: some warnings being treated as errors
make[2]: *** [Makefile:798: tagtool-message_box.o] Error 1
make[2]: Leaving directory '/home/kaibutsux/.cache/yay/tagtool/src/tagtool-0.14.2/src'
make[1]: *** [Makefile:409: all-recursive] Error 1
make[1]: Leaving directory '/home/kaibutsux/.cache/yay/tagtool/src/tagtool-0.14.2'
make: *** [Makefile:346: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: tagtool-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
tagtool - exit status 4

fernandopsilveir commented on 2017-12-06 00:38 (UTC)

tagtool window gets blank/empty when maximizing it. I'm using GNOME 3.26 on Wayland

BreadMaker commented on 2017-07-24 01:57 (UTC) (edited on 2017-07-24 01:58 (UTC) by BreadMaker)

It won't create or rename folders, it says "File already exists (17)": Error al crear directorio "Música/VALAIRE - Oobopopop" El fichero ya existe (17) And the folder does not exists. Is there something I'm missing?

vesath commented on 2014-06-29 17:15 (UTC)

I've switched to a new upstream (that incidentally moved to gtk3), as the fontforge team was long inactive. Feel free to voice any comment or suggestion.

<deleted-account> commented on 2012-02-06 16:59 (UTC)

I was unable to update to this new version. The error I am getting is: configure: error: in `/tmp/yaourt-tmp-rsambuca/aur-tagtool/src/tagtool-0.12.3': configure: error: C compiler cannot create executables Any ideas on how I can fix this?

dflt commented on 2012-01-25 12:33 (UTC)

If anyone likes this app and uses qt4/kde you should try kid3. I think that's good alternative and it is in packages.

dflt commented on 2012-01-24 16:47 (UTC)

+1

vesath commented on 2012-01-18 05:24 (UTC)

Dragonlord: Could you update this PKGBUILD with the patch provided by miffe (or another fix)? The build is currently broken.

miffe commented on 2011-12-31 18:01 (UTC)

http://codepad.org/OFvYIEDL Patch that makes it build for me. Apply patch; mkdir m4; autoreconf -fis and configure as usual.