Removes -Dsun.java2d.opengl=true from start options, Fixes #10

This commit is contained in:
Roman Vasilev 2020-09-25 16:02:45 +03:00
parent 7bd657800e
commit 44cec7b218
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = filebot
pkgdesc = The ultimate TV and Movie Renamer
pkgver = 4.9.1
pkgrel = 4
pkgrel = 5
url = https://www.filebot.net/
install = filebot.install
arch = i686
@ -22,7 +22,7 @@ pkgbase = filebot
source = https://get.filebot.net/filebot/FileBot_4.9.1/FileBot_4.9.1-aur.tar.xz
source = filebot-arch.sh
md5sums = 07dc606ca9a5132bb39bf1bb55088605
md5sums = 0176d5e120aecabce9f0a320ce8b0955
md5sums = ceb8aa1774827e96deeac528b3a53c0a
pkgname = filebot

View file

@ -8,7 +8,7 @@
pkgname=filebot
pkgver=4.9.1
pkgrel=4
pkgrel=5
pkgdesc="The ultimate TV and Movie Renamer"
arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h')
url="https://www.filebot.net/"
@ -34,7 +34,7 @@ source=(#"https://get.filebot.net/filebot/FileBot_${pkgver}/FileBot_${pkgver}-po
)
md5sums=('07dc606ca9a5132bb39bf1bb55088605'
'0176d5e120aecabce9f0a320ce8b0955')
'ceb8aa1774827e96deeac528b3a53c0a')
optdepends=('libzen: Required by libmediainfo'
'libmediainfo: Read media info such as video codec, resolution or duration'

View file

@ -19,5 +19,5 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
/usr/bin/java -Dsun.java2d.opengl=true -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=AUR -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djna.nosys=false -Djna.nounpack=true -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java/filebot $JAVA_OPTS -cp /usr/share/java/filebot/filebot.jar net.filebot.Main "$@"
/usr/bin/java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=AUR -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djna.nosys=false -Djna.nounpack=true -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java/filebot $JAVA_OPTS -cp /usr/share/java/filebot/filebot.jar net.filebot.Main "$@"

View file

@ -5,7 +5,7 @@ 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 "so java-8 dependency could be removed"
echo "so java-8 dependency could be removed."