From a9e1f2570069619bcef322b7033d7d2dcac5637d Mon Sep 17 00:00:00 2001 From: Per Jensen Date: Sun, 18 Sep 2022 12:11:23 +0200 Subject: [PATCH] Build Darktable 4.0.1 --- 22.04/{DT400/DT400_compile.sh => DT40/DT40_compile.sh} | 2 +- 22.04/{DT400 => DT40}/_compile.sh | 0 22.04/{DT400 => DT40}/envvars | 4 ++-- 22.04/{DT400 => DT40}/install_in_vm.sh | 0 22.04/{DT400 => DT40}/master_compile.sh | 0 README.md | 10 ++++++---- 6 files changed, 9 insertions(+), 7 deletions(-) rename 22.04/{DT400/DT400_compile.sh => DT40/DT40_compile.sh} (95%) rename 22.04/{DT400 => DT40}/_compile.sh (100%) rename 22.04/{DT400 => DT40}/envvars (62%) rename 22.04/{DT400 => DT40}/install_in_vm.sh (100%) rename 22.04/{DT400 => DT40}/master_compile.sh (100%) diff --git a/22.04/DT400/DT400_compile.sh b/22.04/DT40/DT40_compile.sh similarity index 95% rename from 22.04/DT400/DT400_compile.sh rename to 22.04/DT40/DT40_compile.sh index d7791c0..f157f83 100755 --- a/22.04/DT400/DT400_compile.sh +++ b/22.04/DT40/DT40_compile.sh @@ -9,7 +9,7 @@ source envvars # Change this if you want to run the compile script directly on your machine # Release to use -export RELEASE=release-4.0.0 +export RELEASE=release-4.0.1 export VERSION=$(echo $RELEASE|grep -E -o '\-.*') export INSTALL_PREFIX="$HOME/programmer/darktable${VERSION}" diff --git a/22.04/DT400/_compile.sh b/22.04/DT40/_compile.sh similarity index 100% rename from 22.04/DT400/_compile.sh rename to 22.04/DT40/_compile.sh diff --git a/22.04/DT400/envvars b/22.04/DT40/envvars similarity index 62% rename from 22.04/DT400/envvars rename to 22.04/DT40/envvars index a5b9190..abba892 100644 --- a/22.04/DT400/envvars +++ b/22.04/DT40/envvars @@ -1,10 +1,10 @@ #! /bin/bash -LOG="$HOME/DT40.log" +LOG="$HOME/DT401.log" VM_NAME=ubuntu2204-DTcompile VM_SIZE=15G VM_IMAGE=22.04 -DT_COMPILE_SCRIPT=DT400_compile.sh +DT_COMPILE_SCRIPT=DT40_compile.sh _COMPILE=_compile.sh diff --git a/22.04/DT400/install_in_vm.sh b/22.04/DT40/install_in_vm.sh similarity index 100% rename from 22.04/DT400/install_in_vm.sh rename to 22.04/DT40/install_in_vm.sh diff --git a/22.04/DT400/master_compile.sh b/22.04/DT40/master_compile.sh similarity index 100% rename from 22.04/DT400/master_compile.sh rename to 22.04/DT40/master_compile.sh diff --git a/README.md b/README.md index 7b3a9f6..198646a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ workstation :-) There are 2 ways to install Darktable: 1. Darktable releases can be installed in a VM for trying it out. + + It is easy to build on your local machine, but trying out in a VM first is nice. 2. Follow Git Master on your computer using the script for that. @@ -44,9 +46,9 @@ The compile script does the following: * builds and install Darktable in the VM * starts Darktable to print the --version info in the VM -The end result from running "darktable --version", is this: +The end result from running "darktable --version" on the latest supported build, is: ```` -this is darktable 4.0.0 +this is darktable 4.0.1 copyright (c) 2009-2022 johannes hanika darktable-dev@lists.darktable.org @@ -65,9 +67,9 @@ compile options: ```` -# How to compile Darktable 4.0.0 for Ubuntu 22.04 in a VM +# How to compile Darktable 4.0.1 for Ubuntu 22.04 in a VM git clone https://github.com/per2jensen/dt-on-ubuntu.git - cd dt-on-ubuntu/22.04/DT400 + cd dt-on-ubuntu/22.04/DT40 chmod u+x install_in_vm.sh ./install_in_vm.sh