Edit

IABSD.fr/ports/multimedia/shotcut/patches/patch-src_mainwindow_cpp

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-08-29 13:11:40
    Hash : 1ea9fe7d
    Message : Update to shotcut 26.8.1, ok ian https://github.com/mltframework/shotcut/releases/tag/v26.8.1

  • multimedia/shotcut/patches/patch-src_mainwindow_cpp
  • Index: src/mainwindow.cpp
    --- src/mainwindow.cpp.orig
    +++ src/mainwindow.cpp
    @@ -158,7 +158,7 @@ MainWindow::MainWindow()
         , m_keyframesDock(0)
     {
     #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
    -    QLibrary libSDL("libSDL2-2.0.so.0");
    +    QLibrary libSDL("libSDL2.so");
         if (!libSDL.load()) {
             QMessageBox::critical(
                 this,