Package Details: ffdec 26.0.0-1

Git Clone URL: https://aur.archlinux.org/ffdec.git (read-only, click to copy)
Package Base: ffdec
Description: Open Source Flash SWF decompiler and editor
Upstream URL: https://github.com/jindrapetrik/jpexs-decompiler
Keywords: decompiler flash java jpexs
Licenses: GPL-3.0-or-later
Submitter: zopieux
Maintainer: yataro
Last Packager: yataro
Votes: 35
Popularity: 0.040826
First Submitted: 2014-12-26 21:03 (UTC)
Last Updated: 2026-04-09 12:58 (UTC)

Dependencies (3)

Required by (1)

Sources (3)

Latest Comments

1 2 3 4 Next › Last »

yataro commented on 2026-02-12 08:54 (UTC)

@Perdu the package builds just fine in clean chroot, if you still have this problem with 25.0.0-2, this problem is usually an oddity with Java setup on your machine

Perdu commented on 2026-02-11 23:32 (UTC)

@yataro, I still have the same error, still fixed the same (although it's java-25-openjdk now)

yataro commented on 2026-02-11 11:22 (UTC)

@Perdu should be fixed now

Perdu commented on 2026-02-07 14:44 (UTC)

Build fails:

BUILD FAILED                                                                                                                                                     
/home/user/.cache/yay/ffdec/src/jpexs-decompiler-version24.1.2/build.xml:615: The following error occurred while executing this line:                           
/home/user/.cache/yay/ffdec/src/jpexs-decompiler-version24.1.2/libsrc/ffdec_lib/build.xml:52: Unable to find a javac compiler;                                  
com.sun.tools.javac.Main is not on the classpath.                                                                                                                
Perhaps JAVA_HOME does not point to the JDK.                                    
It is currently set to "/usr/lib/jvm/java-8-openjdk/jre" 

I fixed it by installing jdk17-openjdk, and running export JAVA_HOME=/usr/lib/jvm/java-17-openjdk.

Not sure if that's my original setup which is incorrect, or if openjdk should be added as makedepend.

creyon commented on 2023-11-04 23:24 (UTC)

Should be all fixed now.

creyon commented on 2023-11-04 23:08 (UTC)

Oh, I see the issue. The .SRCINFO is missing it. I'll fix that. Thanks for bringing this to my attention!

hilts_vaughan commented on 2023-11-04 23:05 (UTC)

You're right. I should have checked the actual package. yay is not prompting for it like it typically does but this sounds more like an AUR helper issue than an actual packaging one. Sorry for the noise.

creyon commented on 2023-11-04 23:00 (UTC)

@hilts_vaughan It's listed as a makedepends, so that should be fine?

hilts_vaughan commented on 2023-11-04 22:59 (UTC)

I think this package needs ant to build, so it should be listed as a dependency.

creyon commented on 2023-10-22 19:11 (UTC)

The package now compiles from source. Let me know if you notice any issues.