BeScreenCapture: bump to 2.8.1 (#9618)

This commit is contained in:
Stefano Ceccherini
2023-10-12 22:34:39 +02:00
committed by GitHub
parent f8fa1f2d9f
commit 46ba2bb686
2 changed files with 1 additions and 45 deletions

View File

@@ -10,9 +10,8 @@ LICENSE="BSD (3-clause)
MIT"
REVISION="1"
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="d5fb33eec0b5d57e5b5c1a0ae854d7eaa3dade85bda1a7ea395a8565792648d0"
CHECKSUM_SHA256="b97fb2cc7e01741a3966ad0e77d14e3e3108d972caee36fbbd4a61121711f7c6"
SOURCE_FILENAME="bescreencapture-$portVersion.tar.gz"
PATCHES="bescreencapture-$portVersion.patchset"
ARCHITECTURES="all"

View File

@@ -1,43 +0,0 @@
From 361d016324fe577e0bfc9abb127013963f8b7d25 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Fri, 6 Oct 2023 16:53:49 +0200
Subject: Fix building for gcc2
diff --git a/inputfilter/BSCInputFilter.cpp b/inputfilter/BSCInputFilter.cpp
index 5b6a0ba..3ef9722 100644
--- a/inputfilter/BSCInputFilter.cpp
+++ b/inputfilter/BSCInputFilter.cpp
@@ -54,7 +54,7 @@ private:
BSCInputFilter::BSCInputFilter()
:
BInputServerFilter(),
- fLooper(nullptr),
+ fLooper(NULL),
fEnabled(true)
{
fLooper = new InputFilterLooper(this);
--
2.37.3
From 9b37513291806dfedc4a6f1608d2e08d2749e502 Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Sat, 7 Oct 2023 11:05:17 +0200
Subject: Use multimarkdown cmd instead of mmd
diff --git a/makefile b/makefile
index 8a92f40..633c762 100644
--- a/makefile
+++ b/makefile
@@ -187,4 +187,4 @@ Changelog.h : bin2txt Changelog.txt
bin2txt : bin2txt.cpp
README.html : README.md
- mmd README.md
\ No newline at end of file
+ multimarkdown -b README.md
--
2.37.3