Package Details: filebot 5.1.7-1

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)

Dependencies (6)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 26 Next › Last »

crashandburn4 commented on 2018-10-03 18:29 (UTC)

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)

CaptainHook8 commented on 2018-09-16 18:34 (UTC)

apache-ivy has been renamed in ivy. Please update dependency. Thank you

BlackenedSky84 commented on 2018-09-16 10:06 (UTC)

apache-ivy has been renamed ivy in the official repos

Magotchi commented on 2018-09-13 14:27 (UTC) (edited on 2018-09-13 14:56 (UTC) by Magotchi)

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

nylocx commented on 2018-09-11 19:26 (UTC)

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.

Anonymo commented on 2018-09-09 17:39 (UTC) (edited on 2018-09-11 15:23 (UTC) by Anonymo)

Try archlinux-java fix. App installs and runs fine for me.