Search Criteria
Package Details: vassal 3.7.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vassal.git (read-only, click to copy) |
---|---|
Package Base: | vassal |
Description: | Game engine for building and playing online adaptations of board games and card games. |
Upstream URL: | http://www.vassalengine.org/ |
Licenses: | LGPL |
Submitter: | davvil |
Maintainer: | sunng |
Last Packager: | sunng |
Votes: | 36 |
Popularity: | 0.003043 |
First Submitted: | 2010-09-12 23:17 (UTC) |
Last Updated: | 2024-08-31 18:00 (UTC) |
Dependencies (1)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, jre17AUR, jdk21-jetbrains-binAUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
Latest Comments
1 2 3 Next › Last »
timschumi commented on 2021-07-06 08:01 (UTC) (edited on 2021-07-06 08:01 (UTC) by timschumi)
Vassal only works with Java 11 and newer, which is not necessarily satisfied by everyones default Java version.
I'd recommend that you restore the Java selection code that was previously there or create something similiar instead of simply replacing it with
which java
.timschumi commented on 2021-03-29 01:16 (UTC) (edited on 2021-03-29 01:16 (UTC) by timschumi)
@sunng
I updated the package so that it skips selecting a new java version if the default is already suitable (i.e. Java 11 or newer). Please let me know in case there are any issues.
timschumi commented on 2021-03-28 11:33 (UTC)
vassal is only compatible with Java 11 or newer. I'm also quite sure that not everyones default Java satisfies that (at least mine doesn't).
However, checking whether the users currently selected Java is already suitable is probably a good idea. I'll check whether I can make it skip searching in that case.
sunng commented on 2021-03-28 02:41 (UTC)
The JAVA_PATHS in /usr/bin/vassal results in random JRE selection if user installed multiple versions of JDK/JRE. For me, it uses GraalVM JRE which has issue for GUI apps. I would recommend using
java
directly becausearchlinux-java
already deals with selection.https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vassal#n32
timschumi commented on 2021-02-03 19:21 (UTC)
Should be fixed now.
sn4fu commented on 2021-02-03 15:08 (UTC)
Vassal should also work with openjdk 15. However, the PKGBUILD currently only sets up the java paths for 11 to 14. Is this intentional?
MessedUpHare commented on 2019-01-11 11:28 (UTC)
I'm pretty sure this version is known to be not working with any Java newer than 8. This can be worked around by adding, "export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH" to the second line in the script at "/usr/bin/vassal". This does mean there is a dependency on openjdk 8 then - but at least it's not broken anymore...
davvil commented on 2018-11-02 15:38 (UTC)
Thanks for reporting. I'll have a look at it next week.
n3vqm commented on 2018-11-01 20:30 (UTC)
Flagged as needing possible update due to vassal not working with java-11-openjdk.
davvil commented on 2016-06-18 20:38 (UTC)
1 2 3 Next › Last »