From 595bbe4a9e254d09112f532145bbf28c82ff1c50 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 29 Nov 2018 05:35:30 +0700 Subject: [PATCH] + Experimental platform-independent DEB package (that relies on existing debian dependencies for all native code) --- jdk8.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jdk8.patch b/jdk8.patch index fa99a922..6d6a5fd9 100644 --- a/jdk8.patch +++ b/jdk8.patch @@ -104,6 +104,18 @@ index 04ca5170..f71f3335 100644 +diff --git a/installer/deb-universal/control/control b/installer/deb-universal/control/control +index b4680d5c..80dd525b 100644 +--- a/installer/deb-universal/control/control ++++ b/installer/deb-universal/control/control +@@ -7,6 +7,6 @@ Description: @{package.synopsis} + Homepage: @{package.homepage} + Section: utils + Priority: extra +-Depends: openjdk-@{jvm.version}-jre ++Depends: openjdk-8-jre + Recommends: openjfx, libjna-jni, libmediainfo0v5, libchromaprint-tools, p7zip-full, p7zip-rar + Enhances: nautilus-actions diff --git a/installer/deb-universal/filebot.sh b/installer/deb-universal/filebot.sh index b8e7f8b2..005f702f 100644 --- a/installer/deb-universal/filebot.sh