SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
multimedia/shotcut/patches/patch-src_mainwindow_cpp
Normal file
21
multimedia/shotcut/patches/patch-src_mainwindow_cpp
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: src/mainwindow.cpp
|
||||
--- src/mainwindow.cpp.orig
|
||||
+++ src/mainwindow.cpp
|
||||
@@ -136,7 +136,7 @@ MainWindow::MainWindow()
|
||||
, m_keyframesDock(0)
|
||||
{
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
|
||||
- QLibrary libJack("libjack.so.0");
|
||||
+ QLibrary libJack("libjack.so");
|
||||
if (!libJack.load()) {
|
||||
QMessageBox::critical(this, qApp->applicationName(),
|
||||
tr("Error: This program requires the JACK 1 library.\n\nPlease install it using your package manager. It may be named libjack0, jack-audio-connection-kit, jack, or similar."));
|
||||
@@ -144,7 +144,7 @@ MainWindow::MainWindow()
|
||||
} else {
|
||||
libJack.unload();
|
||||
}
|
||||
- QLibrary libSDL("libSDL2-2.0.so.0");
|
||||
+ QLibrary libSDL("libSDL2.so");
|
||||
if (!libSDL.load()) {
|
||||
QMessageBox::critical(this, qApp->applicationName(),
|
||||
tr("Error: This program requires the SDL 2 library.\n\nPlease install it using your package manager. It may be named libsdl2-2.0-0, SDL2, or similar."));
|
Loading…
Add table
Add a link
Reference in a new issue