File bootstrap_add_lrelease6.patch of Package avidemux
diff --git a/bootStrap.bash b/bootStrap.bash
index 68055cdfa..4fc0af0f0 100644
--- a/bootStrap.bash
+++ b/bootStrap.bash
@@ -326,7 +326,7 @@ if [ "x$do_core" = "x1" ]; then
fi
if [ "x$do_qt" = "x1" ]; then
echo "** $qt_ext **"
- Process build${qt_ext} "${SRCTOP}/avidemux/qt4" "-DOpenGL_GL_PREFERENCE=GLVND $QT_FLAVOR"
+ Process build${qt_ext} "${SRCTOP}/avidemux/qt4" "-DOpenGL_GL_PREFERENCE=GLVND -DLRELEASE_EXECUTABLE=/usr/bin/lrelease6 $QT_FLAVOR"
fi
if [ "x$do_cli" = "x1" ]; then
echo "** CLI **"
@@ -338,7 +338,7 @@ if [ "x$do_plugins" = "x1" ]; then
fi
if [ "x$do_plugins" = "x1" -a "x$do_qt" = "x1" ]; then
echo "** Plugins ${qt_ext} **"
- Process buildPlugins${qt_ext} "${SRCTOP}/avidemux_plugins" "-DOpenGL_GL_PREFERENCE=GLVND -DPLUGIN_UI=QT4 $QT_FLAVOR $EXTRA_CMAKE_DEFS"
+ Process buildPlugins${qt_ext} "${SRCTOP}/avidemux_plugins" "-DOpenGL_GL_PREFERENCE=GLVND -DPLUGIN_UI=QT4 -DLRELEASE_EXECUTABLE=/usr/bin/lrelease6 $QT_FLAVOR $EXTRA_CMAKE_DEFS"
fi
if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ]; then
echo "** Plugins CLI **"