mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Should Close #11, could be used with java + openjfx starting from version 11
This commit is contained in:
parent
304304ee5b
commit
5aeb4768c0
3 changed files with 6 additions and 5 deletions
5
.SRCINFO
5
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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')
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue