mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
[SNAP] Depend on various standard Debian packages instead of bundling binaries (JRE, OpenJFX, fpcalc, 7z, etc)
This commit is contained in:
parent
f82e684d7b
commit
a8e5c29716
@ -559,8 +559,6 @@
|
||||
<property name="dir.staging" location="${dir.dist}/snap" />
|
||||
<property name="dir.base" location="${dir.staging}/base" />
|
||||
|
||||
<get-linux-jre dest="${dir.base}/jre" />
|
||||
|
||||
<!-- copy files and resolve ant variables -->
|
||||
<copy-replace todir="${dir.staging}">
|
||||
<fileset dir="${dir.installer}/snap" />
|
||||
|
@ -2,7 +2,7 @@
|
||||
export LANG="en_US.UTF-8"
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
|
||||
export JAVA_HOME="$SNAP/jre"
|
||||
export JAVA_HOME="$SNAP/usr/lib/jvm/java-@{jvm.version}-openjdk-amd64/bin/java"
|
||||
export FILEBOT_HOME="$SNAP/filebot"
|
||||
|
||||
APP_DATA="$SNAP_USER_DATA/data"
|
||||
|
@ -18,6 +18,12 @@ parts:
|
||||
plugin: dump
|
||||
source: base
|
||||
stage-packages:
|
||||
- openjdk-11-jre
|
||||
- openjfx
|
||||
- mediainfo
|
||||
- libchromaprint-tools
|
||||
- p7zip-full
|
||||
- p7zip-rar
|
||||
- libxrender1
|
||||
- libxext6
|
||||
- libx11-6
|
||||
|
Loading…
Reference in New Issue
Block a user