Index: head/multimedia/wf-recorder/files/patch-src_main.cpp =================================================================== --- head/multimedia/wf-recorder/files/patch-src_main.cpp (revision 502012) +++ head/multimedia/wf-recorder/files/patch-src_main.cpp (nonexistent) @@ -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); - Property changes on: head/multimedia/wf-recorder/files/patch-src_main.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/wf-recorder/Makefile =================================================================== --- head/multimedia/wf-recorder/Makefile (revision 502012) +++ head/multimedia/wf-recorder/Makefile (revision 502013) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= wf-recorder -DISTVERSION= g20190226 +DISTVERSIONPREFIX= v +DISTVERSION= 0.1 CATEGORIES= multimedia wayland MAINTAINER= tobik@FreeBSD.org COMMENT= Screen recorder for wlroots-based compositors LICENSE= MIT 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 OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/multimedia/wf-recorder/distinfo =================================================================== --- head/multimedia/wf-recorder/distinfo (revision 502012) +++ head/multimedia/wf-recorder/distinfo (revision 502013) @@ -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