Skip to content

Commit

Permalink
Merge pull request #296 from yermak/development
Browse files Browse the repository at this point in the history
Fixing issue #291
  • Loading branch information
yermak authored Aug 22, 2021
2 parents c0280a7 + 5bf161e commit 725921e
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 23 deletions.
16 changes: 5 additions & 11 deletions build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
sudo apt-get install ffmpeg
sudo apt-get install mp4v2-utils
export JAVA_HOME=/usr/lib/jvm/adoptopenjdk-16-hotspot-amd64
wget -q https://gluonhq.com/download/javafx-16-jmods-linux/ -O openjfx-16_linux-x64_bin-jmods.zip
unzip openjfx-16_linux-x64_bin-jmods.zip
export JAVAFX_JMODS=javafx-jmods-16
export JAVAFX_JMODS=jmods/linux
mvn clean package --no-transfer-progress
build/linux/package.sh $JAVA_HOME $JAVAFX_JMODS $(APP_VERSION)
Expand All @@ -63,10 +61,8 @@ jobs:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-16.0.2.jdk/Contents/Home
brew install ffmpeg
brew install mp4v2
wget -q https://gluonhq.com/download/javafx-16-jmods-mac/ -O openjfx-16_osx-x64_bin-jmods.zip
unzip openjfx-16_osx-x64_bin-jmods.zip
rm openjfx-16_osx-x64_bin-jmods.zip
export JAVAFX_JMODS=javafx-jmods-16
export JAVAFX_JMODS=jmods/mac
mvn clean package --no-transfer-progress
$JAVA_HOME/bin/jlink --module-path $JAVA_HOME/jmods:$JAVAFX_JMODS \
Expand All @@ -91,11 +87,9 @@ jobs:
7z.exe x openjdk-16.0.2_windows-x64_bin.zip
setx JAVA_HOME jdk-16.0.2
call refreshenv
wget -q https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
7z.exe x openjfx-16_windows-x64_bin-jmods.zip
SET JAVAFX_JMODS=javafx-jmods-16
SET JAVAFX_JMODS=jmods/windows
call mvn -X clean package --no-transfer-progress
call mvn clean package --no-transfer-progress
call build/windows/package.bat "%JAVA_HOME%" %JAVAFX_JMODS% $(APP_VERSION)
Expand Down
Binary file added jmods/linux/javafx.base.jmod
Binary file not shown.
Binary file added jmods/linux/javafx.controls.jmod
Binary file not shown.
Binary file added jmods/linux/javafx.fxml.jmod
Binary file not shown.
Binary file added jmods/linux/javafx.graphics.jmod
Binary file not shown.
Binary file added jmods/linux/javafx.media.jmod
Binary file not shown.
Binary file added jmods/linux/javafx.swing.jmod
Binary file not shown.
Binary file added jmods/linux/javafx.web.jmod
Binary file not shown.
Binary file added jmods/mac/javafx.base.jmod
Binary file not shown.
Binary file added jmods/mac/javafx.controls.jmod
Binary file not shown.
Binary file added jmods/mac/javafx.fxml.jmod
Binary file not shown.
Binary file added jmods/mac/javafx.graphics.jmod
Binary file not shown.
Binary file added jmods/mac/javafx.media.jmod
Binary file not shown.
Binary file added jmods/mac/javafx.swing.jmod
Binary file not shown.
Binary file added jmods/mac/javafx.web.jmod
Binary file not shown.
Binary file added jmods/windows/javafx.base.jmod
Binary file not shown.
Binary file added jmods/windows/javafx.controls.jmod
Binary file not shown.
Binary file added jmods/windows/javafx.fxml.jmod
Binary file not shown.
Binary file added jmods/windows/javafx.graphics.jmod
Binary file not shown.
Binary file added jmods/windows/javafx.media.jmod
Binary file not shown.
Binary file added jmods/windows/javafx.swing.jmod
Binary file not shown.
Binary file added jmods/windows/javafx.web.jmod
Binary file not shown.
15 changes: 4 additions & 11 deletions release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sudo apt-get install adoptopenjdk-16-hotspot
export JAVA_HOME=/usr/lib/jvm/adoptopenjdk-16-hotspot-amd64
wget -q https://gluonhq.com/download/javafx-16-jmods-linux/ -O openjfx-16_linux-x64_bin-jmods.zip
unzip openjfx-16_linux-x64_bin-jmods.zip
export JAVAFX_JMODS=javafx-jmods-16
export JAVAFX_JMODS=jmods/linux
mvn clean package --no-transfer-progress
build/linux/package.sh $JAVA_HOME $JAVAFX_JMODS $(APP_VERSION)
Expand All @@ -66,10 +64,7 @@ jobs:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-16.0.2.jdk/Contents/Home
brew install ffmpeg
brew install mp4v2
wget -q https://gluonhq.com/download/javafx-16-jmods-mac/ -O openjfx-16_osx-x64_bin-jmods.zip
unzip openjfx-16_osx-x64_bin-jmods.zip
rm openjfx-16_osx-x64_bin-jmods.zip
export JAVAFX_JMODS=javafx-jmods-16
export JAVAFX_JMODS=jmods/mac
mvn clean package --no-transfer-progress
$JAVA_HOME/bin/jlink --module-path $JAVA_HOME/jmods:$JAVAFX_JMODS \
Expand All @@ -94,11 +89,9 @@ jobs:
7z.exe x openjdk-16.0.2_windows-x64_bin.zip
setx JAVA_HOME jdk-16.0.2
call refreshenv
wget https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
7z.exe x openjfx-16_windows-x64_bin-jmods.zip
SET JAVAFX_JMODS=javafx-jmods-16
SET JAVAFX_JMODS=jmods/windows
call mvn -X clean package --no-transfer-progress
call mvn clean package --no-transfer-progress
call build/windows/package.bat "%JAVA_HOME%" %JAVAFX_JMODS% $(APP_VERSION)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public ConversionGroup detach() {
conversionGroup.setPosters(new ArrayList<>(posters));
conversionGroup.setBook(book.get());
conversionGroup.setBookInfo(bookInfo.get());
conversionGroup.setOutputParameters(outputParameters.get());
conversionGroup.setOutputParameters(new OutputParameters(outputParameters.get()));
conversionGroup.setDetached(true);

ConversionGroup newConversionGroup = new ConversionGroup();
Expand Down

0 comments on commit 725921e

Please sign in to comment.