From 95e5061ec6e5c9d23bb28f719d3cbbf2ee17c255 Mon Sep 17 00:00:00 2001 From: kenmays Date: Mon, 29 Aug 2022 11:57:38 -0700 Subject: [PATCH] QMPlay2: bump version (#7141) --- ...mplay2-22.06.16.patchset => qmplay2-22.08.21.patchset} | 8 ++++---- .../{qmplay2-22.06.16.recipe => qmplay2-22.08.21.recipe} | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) rename media-video/qmplay2/patches/{qmplay2-22.06.16.patchset => qmplay2-22.08.21.patchset} (99%) rename media-video/qmplay2/{qmplay2-22.06.16.recipe => qmplay2-22.08.21.recipe} (96%) diff --git a/media-video/qmplay2/patches/qmplay2-22.06.16.patchset b/media-video/qmplay2/patches/qmplay2-22.08.21.patchset similarity index 99% rename from media-video/qmplay2/patches/qmplay2-22.06.16.patchset rename to media-video/qmplay2/patches/qmplay2-22.08.21.patchset index 08b8e1c44..e439224f7 100644 --- a/media-video/qmplay2/patches/qmplay2-22.06.16.patchset +++ b/media-video/qmplay2/patches/qmplay2-22.08.21.patchset @@ -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> &arguments) diff --git a/media-video/qmplay2/qmplay2-22.06.16.recipe b/media-video/qmplay2/qmplay2-22.08.21.recipe similarity index 96% rename from media-video/qmplay2/qmplay2-22.06.16.recipe rename to media-video/qmplay2/qmplay2-22.08.21.recipe index f31d46b4d..c5329cbb2 100644 --- a/media-video/qmplay2/qmplay2-22.06.16.recipe +++ b/media-video/qmplay2/qmplay2-22.08.21.recipe @@ -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