Added BeScreenCapture 2.5.2. Removed 2.5.0. (#5784)

This commit is contained in:
Stefano Ceccherini
2021-03-17 22:12:56 +01:00
committed by GitHub
parent a7ad9ac81e
commit 190509bd0a
2 changed files with 2 additions and 24 deletions

View File

@@ -5,14 +5,13 @@ to any media format supported in Haiku.
BeScreenCapture can record either the entire screen, or just a section you \
select."
HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
COPYRIGHT="2014-2019 Stefano Ceccherini"
COPYRIGHT="2014-2021 Stefano Ceccherini"
LICENSE="BSD (3-clause)
MIT"
REVISION="1"
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="f110198f9c5d518543d98779946266787d42659aaf42ffb73bfb43d68fa22d84"
CHECKSUM_SHA256="0e4a6baed11253d5dece7fe2e8295f5c83db81dae96d273ec4e909a34cae882a"
SOURCE_FILENAME="bescreencapture-$portVersion.tar.gz"
PATCHES="bescreencapture-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -1,21 +0,0 @@
From 5ac8d968c0f016d61d64fe0884f6ad6b69707b21 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Sat, 24 Nov 2018 15:55:31 +0100
Subject: include algorithm for std::max.
diff --git a/OutputView.cpp b/OutputView.cpp
index 8e56611..2bf0315 100644
--- a/OutputView.cpp
+++ b/OutputView.cpp
@@ -16,6 +16,7 @@
#include <Screen.h>
#include <TextControl.h>
+#include <algorithm>
#include <iostream>
--
2.24.0