I needed to install ant and java-openjfx in order to build this, I think those should be added as dependencies?
(also, thanks for maintaining the package)
Git Clone URL: | https://aur.archlinux.org/filebot.git (read-only, click to copy) |
---|---|
Package Base: | filebot |
Description: | The ultimate TV and Movie Renamer |
Upstream URL: | https://www.filebot.net/ |
Keywords: | mass media rename subtitle |
Licenses: | Commercial |
Conflicts: | filebot-git, filebot47 |
Provides: | filebot |
Submitter: | ndowens |
Maintainer: | mithrial |
Last Packager: | mithrial |
Votes: | 138 |
Popularity: | 0.000426 |
First Submitted: | 2009-06-21 07:41 (UTC) |
Last Updated: | 2025-03-07 17:00 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 26 Next › Last »
I needed to install ant and java-openjfx in order to build this, I think those should be added as dependencies?
(also, thanks for maintaining the package)
apache-ivy has been renamed in ivy. Please update dependency. Thank you
apache-ivy has been renamed ivy in the official repos
There is a conflict between Apache Ant and Apache Ivy in the official repos. caused by the renaming of "apache-ant" to "ant", including renaming its lib path, without adjusting where Ivy puts its JAR. I filed a bug report about it.
It results in the following:
BUILD FAILED
/home/zach/build/filebot/src/filebot/build.xml:796: Problem: failed to create task or type antlib:org.apache.ivy.ant:retrieve
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet
This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
-/usr/share/ant/lib
-/home/zach/.ant/lib
-a directory added on the command line with the -lib argument
I temporarily fixed the problem by symlinking ivy.jar to the new location Ant expects:
sudo ln -s /usr/share/java/apache-ant/ivy.jar /usr/share/java/ant/ivy.jar
Hi, can you please remove the cd $APP_ROOT from the filebot-arch.sh? This breaks a lot of my cli scripts which use relative path when invoked.
Try archlinux-java fix. App installs and runs fine for me.
Pinned Comments