Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #1

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG BUILD_X264_ENCODER_PLUGIN=0

# Future: when bluetooth works with speed editor in Linux, add these packages: bluez avahi dbus-x11 nss-mdns
# EXTRA_PACKS are packages that may not be available but should be installed if they are.
ARG EXTRA_PACKS=""
ARG EXTRA_PACKS="libtool-ltdl.x86_64"
RUN if [[ `dnf list libxcrypt-compat` == *libxcrypt-compat* ]]; then export EXTRA_PACKS="${EXTRA_PACKS} libxcrypt-compat" ; fi \
&& if [[ `dnf list compat-openssl11` == *compat-openssl11* ]]; then export EXTRA_PACKS="${EXTRA_PACKS} compat-openssl11" ; fi \
&& if [[ `dnf list compat-openssl10` == *compat-openssl10* ]]; then export EXTRA_PACKS="${EXTRA_PACKS} compat-openssl10"; fi \
Expand Down
2 changes: 2 additions & 0 deletions resolve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ fi
--env PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \
--env PULSE_COOKIE=/run/pulse/cookie \
--env QT_AUTO_SCREEN_SCALE_FACTOR=1 \
--env QT_SCALE_FACTOR=2 \
--env XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR} \
--env RESOLVE_SCRIPT_LIB="/opt/resolve/libs/Fusion/fusionscript.so" \
--env RESOLVE_SCRIPT_API="/opt/resolve/Developer/Scripting" \
Expand Down Expand Up @@ -237,6 +238,7 @@ fi
--mount type=bind,source=${RESOLVE_MOUNTS_PATH}/${RESOLVE_COMMON_DATA_DIR},target=/var/BlackmagicDesign \
--mount type=bind,source=${RESOLVE_MOUNTS_PATH}/${RESOLVE_DATABASE},target=/opt/resolve/Resolve\ Disk\ Database \
--mount type=bind,source=${RESOLVE_MOUNTS_PATH}/${RESOLVE_MEDIA},target=/opt/resolve/Media \
--mount type=bind,source=/media/VideoExt4,target=/home/VideoExt4 \
"${MOUNT_CURSOR_THEME[@]}" \
"${CGROUP_RULE[@]}" \
"${MOUNT_SYSTEM_FONTS[@]}" \
Expand Down