mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
multimedia/wf-recorder: Update to 0.1
Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.1
This commit is contained in:
parent
4b4a839f36
commit
28dd726b4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502013
3 changed files with 6 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wf-recorder
|
||||
DISTVERSION= g20190226
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1
|
||||
CATEGORIES= multimedia wayland
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
@ -13,12 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols \
|
||||
wayland-scanner:graphics/wayland
|
||||
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
|
||||
libpulse.so:audio/pulseaudio \
|
||||
libwayland-client.so:graphics/wayland
|
||||
|
||||
USES= compiler:c++11-lang meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ammen99
|
||||
GH_TAGNAME= 7cd6bd2779b1da68afd34dfb3fb63214d1aff7d9
|
||||
|
||||
PLIST_FILES= bin/wf-recorder
|
||||
PORTDOCS= README.md
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1552199757
|
||||
SHA256 (ammen99-wf-recorder-g20190226-7cd6bd2779b1da68afd34dfb3fb63214d1aff7d9_GH0.tar.gz) = 79a185456d396d35965f62ee2c53a2224cb3d9a7dbe2f854018fc6d0c334736c
|
||||
SIZE (ammen99-wf-recorder-g20190226-7cd6bd2779b1da68afd34dfb3fb63214d1aff7d9_GH0.tar.gz) = 10517
|
||||
TIMESTAMP = 1558241448
|
||||
SHA256 (ammen99-wf-recorder-v0.1_GH0.tar.gz) = 1a59e979eda8326c1d6dbdfcc734ee03d9f0afbcca3c30191e3b2c9641637d24
|
||||
SIZE (ammen99-wf-recorder-v0.1_GH0.tar.gz) = 14956
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
https://github.com/ammen99/wf-recorder/pull/4
|
||||
|
||||
--- src/main.cpp.orig 2019-03-10 06:36:05 UTC
|
||||
+++ src/main.cpp
|
||||
@@ -275,7 +275,7 @@ static void write_loop(std::string name, int32_t width
|
||||
{
|
||||
/* Ignore SIGINT, main loop is responsible for the exit_main_loop signal */
|
||||
sigset_t sigset;
|
||||
- sigisemptyset(&sigset);
|
||||
+ sigemptyset(&sigset);
|
||||
sigaddset(&sigset, SIGINT);
|
||||
pthread_sigmask(SIG_BLOCK, &sigset, NULL);
|
||||
|
Loading…
Add table
Reference in a new issue