Getting an error when building:
[ERROR] Failed to execute goal on project tuxguitar-ui-toolkit-swt: Could not resolve dependencies for project org.herac.tuxguitar:tuxguitar-ui-toolkit-swt:jar:1.5.4: Failed to collect dependencies at org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:jar:4.6.1: Failed to read artifact descriptor for org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:jar:4.6.1: Could not transfer artifact org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:pom:4.6.1 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [swt-repo (http://maven-eclipse.github.io/maven, default, releases+snapshots)] -> [Help 1]
I'm guessing this has something to do with the latest version of Maven, which blocks http repos: https://maven.apache.org/docs/3.8.1/release-notes.html
Pinned Comments
Visne commented on 2024-04-13 10:54 (UTC) (edited on 2024-06-11 21:53 (UTC) by Visne)
I've adopted the package and updated to the latest version. 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.It should now support ARM64 (please let me know if it works for you).Let me know if you run into any issues.