summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Vasilev2020-09-25 16:02:45 +0300
committerRoman Vasilev2020-09-25 16:05:34 +0300
commit44cec7b218da724dcc44f82762d6188d6904644a (patch)
treed18d0facfed9ccb80746d98eedd2a0eba51facc6
parent7bd657800e2edf8ffc8db7e0371620682a1c1efd (diff)
downloadaur-44cec7b218da724dcc44f82762d6188d6904644a.tar.gz
Removes -Dsun.java2d.opengl=true from start options, Fixes #10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--filebot-arch.sh2
-rw-r--r--filebot.install2
4 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3a8b1e1fd31..bd55e23c8042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9e095366a7d0..11e63b71c23f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'
diff --git a/filebot-arch.sh b/filebot-arch.sh
index 32c48541d7a1..6a10b25a1029 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -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 "$@"
diff --git a/filebot.install b/filebot.install
index 3dbce3f05efa..d6214ca46290 100644
--- a/filebot.install
+++ b/filebot.install
@@ -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."