Package Details: filebot 5.1.3-3

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: rvasilev
Last Packager: rvasilev
Votes: 138
Popularity: 0.32
First Submitted: 2009-06-21 07:41 (UTC)
Last Updated: 2024-03-30 19:38 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Pinned Comments

mithrial commented on 2022-03-03 21:16 (UTC)

This package now verifies the downloaded package against rednoahs PGP key:

gpg --recv-keys B0976E51E5C047AD0FD051294E402EBF7C3C6A71

(The key from https://get.filebot.net/filebot/KEYS )

rvasilev commented on 2018-11-11 11:46 (UTC) (edited on 2022-03-03 22:07 (UTC) by rvasilev)

Looking for a co-maintainer.

Please report bugs & fixes https://github.com/arch-noob/filebot

Latest Comments

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

Buddlespit commented on 2018-12-08 16:19 (UTC)

Who decided that the beta makes this version 'out-of-date'?

rvasilev commented on 2018-11-11 11:46 (UTC) (edited on 2022-03-03 22:07 (UTC) by rvasilev)

Looking for a co-maintainer.

Please report bugs & fixes https://github.com/arch-noob/filebot

benjarobin commented on 2018-11-10 15:21 (UTC) (edited on 2018-11-10 15:35 (UTC) by benjarobin)

In order to build it, without installing jdk AUR package:

  • Remove jdk make depend

  • Optionally replace in depends(): 'java-runtime>=8' by: 'java-openjfx' 'jre8-openjdk'

  • Install java-8-openjdk and java-openjfx

  • Set Java 8 as default java environment : archlinux-java set java-8-openjdk

  • Patch /usr/bin/filebot : Replace java by /usr/lib/jvm/java-8-openjdk/bin/java

  • Restore the previous java environment using archlinux-java...

apodim commented on 2018-10-14 17:21 (UTC) (edited on 2018-10-21 21:02 (UTC) by apodim)

Hi,

Not sure that this is directly related to this PKGBUILD but even though it now also supports java-runtime 8 and above, when I try to build this package pacaur still lists jdk (11.2) as dependency and then tries to build it first which of course fails, since this is an arm device, and thus fails to build filebot as well.

I checked the PKGBUILD but I couldn't find anything wrong with it. Does anybody have any idea?

EDIT: It seems that

makedepends=('ant' 'ivy' 'jdk>=8')

invokes building of jdk 11. If you click on the relevant link in the dependencies above (jdk>=8 (make)) that's where it links. Is this supposed to happen?

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