mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated to BeScreenCapture 2.7.0 (#7701)
also removed patches for old BeScreenCapture version
This commit is contained in:
committed by
GitHub
parent
8599891014
commit
f37c57ffa6
@@ -8,11 +8,10 @@ HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
|
||||
COPYRIGHT="2014-2022 Stefano Ceccherini"
|
||||
LICENSE="BSD (3-clause)
|
||||
MIT"
|
||||
REVISION="1"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d7f50e6fcf81807244426bbc61b58163a995135842838ad041020d0e17a5c075"
|
||||
SOURCE_FILENAME="bescreencapture-$portVersion.tar.gz"
|
||||
|
||||
CHECKSUM_SHA256="9cb64081bf6b52323dd63b1521c5664576998c8c7372c3b7ad40adccdf9877e2"
|
||||
SOURCE_FILENAME="bescreencapture-v$portVersion.tar.gz"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
@@ -21,6 +20,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
ffmpeg_tools
|
||||
"
|
||||
|
||||
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user