Package Details: tuxguitar 1.6.2-3

Git Clone URL: https://aur.archlinux.org/tuxguitar.git (read-only, click to copy)
Package Base: tuxguitar
Description: A multitrack guitar tablature editor and player
Upstream URL: https://www.tuxguitar.app/
Licenses: LGPL-3.0-or-later
Replaces: tuxguitar-common, tuxguitar-gtk2
Submitter: Barthalion
Maintainer: Visne
Last Packager: Visne
Votes: 61
Popularity: 3.76
First Submitted: 2018-01-05 17:06 (UTC)
Last Updated: 2024-04-15 21:40 (UTC)

Dependencies (21)

Required by (1)

Sources (1)

Pinned Comments

Visne commented on 2024-04-13 10:54 (UTC)

I've adopted the package and updated to 1.6.2. Sadly this means that GTK2 support is dropped (SWT dropped support back in 2018...). I'm not sure if anyone was using this on Arch Linux ARM, but temporarily support for that is also dropped. They did some work on that upstream though but it is not part of 1.6.2 yet, so hopefully it can be supported after the next release.

Let me know if you run into any issues.

Latest Comments

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

Anarconda commented on 2020-04-01 16:49 (UTC)

@stupidus Seems to work. Thank you.

stupidus commented on 2020-04-01 13:15 (UTC)

I managed to compile it with the newest version of openjdk (13). I simply changed the jre11-openjdk and jdk11-openjdk dependencies to jre-openjdk and jdk-openjdk, respectively. Then I added the following lines to the build function (before mvn is called).

sed -i 's/1.6/1.7/g' pom.xml
for _i in */pom.xml
do (
    sed -i 's/1.6/1.7/g' $_i
); done

At first try, the software seemed to work. Could somebody else test this?

Kunda commented on 2020-01-02 04:13 (UTC)

1.5.3 available. https://sourceforge.net/projects/tuxguitar/files/TuxGuitar/TuxGuitar-1.5.3/

Metallion commented on 2019-09-10 09:06 (UTC)

Just installed it got an error that Java wasn't installed when I tried to run it. It was easily fixed by installing Java but perhaps it should be added as a dependency in the PKGBUILD?

vovvy92 commented on 2019-08-06 12:34 (UTC)

buzo: setting the java version to 11 did the trick. Thanks for the help.

buzo commented on 2019-08-06 10:55 (UTC)

vovvy92: Did you try to build in a clean chroot (recommended) or at least to manually set the Java version as RanaExMachina described earlier?

vovvy92 commented on 2019-08-06 10:10 (UTC)

Hello,

I have the same error andmars had:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project tuxguitar-lib: Compilation failure: Compilation failure: 
[ERROR] error: Source option 6 is no longer supported. Use 7 or later.
[ERROR] error: Target option 6 is no longer supported. Use 7 or later.

Tried to see if I could fix it from the PKGBUILD but I don't think it's possible

RanaExMachina commented on 2019-07-26 18:21 (UTC)

For me it helped to manually set my java version to 11 with sudo archlinux-java set java-11-openjdk.

leuko commented on 2019-07-12 14:19 (UTC)

buzo: I still get the error that andmars got.

buzo commented on 2019-07-10 15:50 (UTC) (edited on 2019-07-10 16:10 (UTC) by buzo)

LeonardK: I tried that first, too, but it didn't work. Pacman installed two Java versions in the chroot: 12 for the first dependency and 11 for the second one. Then I still got that build error.

It turns out that this is a known pacman bug.