From 5aeb4768c08e3b64baeabbc50e598d8b6d2c25bb Mon Sep 17 00:00:00 2001 From: Roman Vasilev <2rvasilev@live.ru> Date: Fri, 25 Sep 2020 16:41:13 +0300 Subject: [PATCH] Should Close #11, could be used with java + openjfx starting from version 11 --- .SRCINFO | 5 +++-- PKGBUILD | 4 ++-- filebot.install | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bd55e23c8042..e521bb626e02 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = filebot pkgdesc = The ultimate TV and Movie Renamer pkgver = 4.9.1 - pkgrel = 5 + pkgrel = 6 url = https://www.filebot.net/ install = filebot.install arch = i686 @@ -10,7 +10,8 @@ pkgbase = filebot arch = armv7l arch = armv7h license = Commercial - depends = liberica-jre-11-full-bin + depends = java-runtime-headless + depends = java-openjfx depends = fontconfig depends = chromaprint optdepends = libzen: Required by libmediainfo diff --git a/PKGBUILD b/PKGBUILD index 11e63b71c23f..093d1fef7f5f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,14 +8,14 @@ pkgname=filebot pkgver=4.9.1 -pkgrel=5 +pkgrel=6 pkgdesc="The ultimate TV and Movie Renamer" arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h') url="https://www.filebot.net/" license=('Commercial') install=$pkgname.install # install=() -depends=('liberica-jre-11-full-bin' 'fontconfig' 'chromaprint') +depends=('java-runtime-headless' 'java-openjfx' 'fontconfig' 'chromaprint') makedepends=() provides=('filebot') conflicts=('filebot47' 'filebot-git') diff --git a/filebot.install b/filebot.install index d6214ca46290..f92b003e6668 100644 --- a/filebot.install +++ b/filebot.install @@ -4,7 +4,7 @@ echo -e "\e[1;33m==>\e[0m \e[1;36mhttps://wiki.archlinux.org/index.php/Java#Open echo "" echo -e "\e[1;33m==>\e[0m \e[1;31mfilebot --license license.file\e[0m will activate your license.file" echo "" -echo "This version of Filebot is using Java 11 + OpenJFX (liberica-jre-11-full-bin)" +echo "This version of Filebot is using Java 11 or 14 with OpenJFX" echo "so java-8 dependency could be removed."