mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
QMPlay2: bump version (#7141)
This commit is contained in:
@@ -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)
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user