QMPlay2: bump version (#7141)

This commit is contained in:
kenmays
2022-08-29 11:57:38 -07:00
committed by GitHub
parent c8d1cdc783
commit 95e5061ec6
2 changed files with 6 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
From 9c947695bfc6c9730c073f4a779ffb578245068f Mon Sep 17 00:00:00 2001
From fbe1f28335ef4c777f990e19291a68ed5b95e0a5 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sat, 18 Dec 2021 21:36:25 +1000
Subject: Add haiku support
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 16272aa..6bea14a 100644
index cae33f5..af04ba8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,6 +78,9 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
@@ -27,7 +27,7 @@ index 16272aa..6bea14a 100644
option(USE_FREEDESKTOP_NOTIFICATIONS "Use Freedesktop notifications" ON)
add_feature_info("Freedesktop notifications" USE_FREEDESKTOP_NOTIFICATIONS "Use Freedesktop notifications")
@@ -166,7 +169,7 @@ else()
@@ -172,7 +175,7 @@ else()
set(USE_YOUTUBEDL OFF)
endif()
@@ -71,7 +71,7 @@ index 446ae6f..3c8dd2e 100644
return 0;
}
diff --git a/src/gui/MainWidget.cpp b/src/gui/MainWidget.cpp
index 796b97d..13e40ec 100644
index 845aacb..93caa34 100644
--- a/src/gui/MainWidget.cpp
+++ b/src/gui/MainWidget.cpp
@@ -150,7 +150,7 @@ MainWidget::MainWidget(QList<QPair<QString, QString>> &arguments)

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2010-2022 Błażej Szczygieł"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/zaps166/QMPlay2/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="1ed462c78288400d8fdcc5e9840e9f427afb883b7b4da9f3486b371ad50911f7"
CHECKSUM_SHA256="a82e60b09917e72bd738c0754463174f7815f5ff97e176543326b85d0cbdcab3"
SOURCE_DIR="QMPlay2-$portVersion"
PATCHES="qmplay2-$portVersion.patchset"
ADDITIONAL_FILES="
@@ -83,6 +83,7 @@ BUILD()
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir/QMPlay2 \
-DUSE_FFMPEG_AVDEVICE=ON \
-DUSE_CUVID=OFF \
-DUSE_OPENGL=OFF
make $jobArgs