Package Details: chatty-beta 0.26-1

Git Clone URL: https://aur.archlinux.org/chatty-beta.git (read-only, click to copy)
Package Base: chatty-beta
Description: Twitch Chat Client for Desktop
Upstream URL: https://chatty.github.io/
Licenses: GPL3
Conflicts: chatty
Provides: chatty
Submitter: Freso
Maintainer: Freso (AutoUpdateBot)
Last Packager: Freso
Votes: 3
Popularity: 0.000001
First Submitted: 2018-07-18 19:29 (UTC)
Last Updated: 2024-04-03 13:10 (UTC)

Dependencies (6)

Required by (1)

Sources (4)

Latest Comments

donrudo commented on 2023-07-12 23:01 (UTC) (edited on 2023-07-12 23:04 (UTC) by donrudo)

Still needs jdk11

sudo archlinux-java status  # and take note of your current default
sudo archlinux-java set java-11-openjdk

before makepkg and once it builds then do sudo archlinux-java set <original default>

Freso commented on 2023-04-23 23:23 (UTC) (edited on 2023-07-18 17:47 (UTC) by Freso)

<del>This doesn’t currently build with jdk17-openjdk or newer. jdk11-openjdk is the most recent Arch package this will build with. (You can still run it using a more recent Java version, it just needs to be built with an older one.)</del> <ins>No longer an issue per version 0.25b2.</ins>

See upstream issue for building with newer versions: https://github.com/chatty/chatty/issues/491

zangoku commented on 2023-04-16 03:29 (UTC) (edited on 2023-04-16 03:29 (UTC) by zangoku)

No longer builds

=> Starting build()...

FAILURE: Build failed with an exception.

* Where:
Build file '/home/zangoku/.cache/paru/clone/chatty-beta/src/chatty-0.24-b1/build.gradle' line: 84

* What went wrong:
A problem occurred evaluating root project 'chatty-0.24-b1'.
> Could not set unknown property 'classifier' for task ':shadowJar' of type com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'chatty-beta-0.24b1-1': 

zangoku commented on 2022-05-09 22:22 (UTC)

No longer builds as of May 9:

/home/zangoku/.cache/paru/clone/chatty-beta/src/chatty-0.19-b2/src/chatty/gui/components/settings/SliderLongSetting.java:66: warning: [removal] Long(long) in Long has been deprecated and marked for removal valueLabel.setText(LABEL_PREFIX+new Long(value).toString()); ^ /home/zangoku/.cache/paru/clone/chatty-beta/src/chatty-0.19-b2/src/chatty/util/SimpleCache.java:53: warning: [removal] Long(long) in Long has been deprecated and marked for removal writer.write(new Long(System.currentTimeMillis() / 1000).toString()+"\n"); ^

mheob commented on 2019-10-27 19:43 (UTC)

@Freso There is a new beta version of chatty.

Please commit this patch to update to version 0.11-b1: https://gist.github.com/mheob/e50f26584bc175a550c9fa0037ecfab9

Freso commented on 2019-07-06 13:13 (UTC) (edited on 2019-07-06 13:13 (UTC) by Freso)

Yes, JavaFX is required if you’re using OpenJDK; see https://wiki.archlinux.org/index.php/Java#OpenJDK – however, it is not given here as a dependency since theoretically other (non-OpenJDK) Java versions should not need it (and the non-OpenJDK packages I looked at don’t specify java-openjfx in their $provides). (I haven’t tested this though.)

This also means that only OpenJDK 8 will work for now, since the java-openjfx package is still only available in its Java 8 version: https://www.archlinux.org/packages/extra/x86_64/java-openjfx/ (flagged out of date more than a year ago). There’s a package in testing and AUR for Java 11 as well as one in AUR for Java 13, if you’re feeling adventurous.

zangoku commented on 2019-06-17 07:09 (UTC)

update is failing:

Building chatty-beta... ==> Making package: chatty-beta 0.9.7_b3-1 (Mon 17 Jun 2019 03:07:15 AM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found chatty-0.9.7-b3.tar.gz -> Found chatty.desktop -> Found chatty_script -> Found disable_version_check.patch ==> Validating source files with sha512sums... chatty-0.9.7-b3.tar.gz ... Passed chatty.desktop ... Passed chatty_script ... Passed disable_version_check.patch ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting chatty-0.9.7-b3.tar.gz with bsdtar ==> Starting prepare()... patching file src/chatty/Chatty.java Hunk #1 succeeded at 57 (offset -1 lines). ==> Removing existing $pkgdir/ directory... ==> Starting build()... /tmp/pamac-build/chatty-beta/src/chatty-0.9.7-b3/src/chatty/gui/components/completion/AutoCompletionWindow.java:30: error: package javafx.scene.control does not exist import javafx.scene.control.SelectionMode; ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':compileJava'.

    Compilation failed; see the compiler error output for details.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1s ==> ERROR: A failure occurred in build(). Aborting...

Stebs commented on 2019-06-14 17:59 (UTC) (edited on 2019-06-17 10:08 (UTC) by Stebs)

Build failed: .../chatty-beta/src/chatty-0.9.7-b3/src/chatty/gui/components/completion/AutoCompletionWindow.java:30: error: package javafx.scene.control does not exist import javafx.scene.control.SelectionMode;

$archlinux-java status

Available Java environments:

java-11-openjdk (default) java-8-openjdk

I also have java-openjfx installed

Build of 0.9.7_b1-1 was successful.

Update: Builds fine when setting the default to java-8-openjdk

Is the old Java 8 with JavaFX really indispensable for chatty?