diff options
Diffstat (limited to 'multimedia/wl-screenrec/Makefile')
-rw-r--r-- | multimedia/wl-screenrec/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile index 5d7f7fbfb1d9..980f94bfd6b2 100644 --- a/multimedia/wl-screenrec/Makefile +++ b/multimedia/wl-screenrec/Makefile @@ -1,15 +1,17 @@ PORTNAME= wl-screenrec DISTVERSIONPREFIX= v -DISTVERSION= 0.1.5 -PORTREVISION= 8 +DISTVERSION= 0.1.5 # see PORTSCOUT comment below +PORTREVISION= 11 CATEGORIES= multimedia wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= High performance wlroots screen recording, featuring hardware encoding WWW= https://github.com/russelltg/wl-screenrec LICENSE= APACHE20 +BROKEN_i386= https://github.com/zmwangx/rust-ffmpeg-sys/issues/96 + LIB_DEPENDS= libdrm.so:graphics/libdrm \ libavformat.so:multimedia/ffmpeg @@ -22,7 +24,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/zsh/site-functions/_${PORTNAME} # https://github.com/russelltg/wl-screenrec/issues/99 -# https://github.com/zmwangx/rust-ffmpeg-sys/issues/96 PORTSCOUT= ignore:1 post-patch: |