ports/multimedia/shotcut-qt6/files/shotcut.sh.in
Jason E. Hale e44b88657d multimedia/shotcut-qt6: Add port
This is the updated Qt6 version of multimedia/shotcut.

PR:		271775
2024-12-01 01:03:31 -05:00

11 lines
343 B
Bash

#!/bin/sh
PREFIX="%%PREFIX%%/bin"
PROGRAM="${0}"
# Prevent loading the Qt 5 flavor of the mlt7 plugins if installed.
# Shotcut will crash without this environment variable set because
# mlt7 defaults to loading the Qt 5 flavor of the plugins.
export MLT_REPOSITORY_DENY="libmltqt:libmltglaxnimate"
exec ${PREFIX}/${PROGRAM##*/}-real "${@}"