Index: head/multimedia/ustreamer/Makefile =================================================================== --- head/multimedia/ustreamer/Makefile (revision 545538) +++ head/multimedia/ustreamer/Makefile (revision 545539) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= ustreamer DISTVERSIONPREFIX= v -DISTVERSION= 1.19 +DISTVERSION= 1.22 CATEGORIES= multimedia net MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight and fast MJPG-HTTP streamer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid USES= compiler:c11 gmake jpeg localbase:ldflags USE_GITHUB= yes -GH_ACCOUNT= pi-kvm +GH_ACCOUNT= pikvm CFLAGS+= -DWITH_PTHREAD_NP=0 # src/threading.h:101:4: error: thread_get_name() not implemented, you can disable it using WITH_PTHREAD_NP=0 INSTALL_TARGET= install-strip PLIST_FILES= bin/ustreamer BROKEN_FreeBSD_11= error: thread_get_name() not implemented, you can disable it using WITH_PTHREAD_NP=0 .include Index: head/multimedia/ustreamer/distinfo =================================================================== --- head/multimedia/ustreamer/distinfo (revision 545538) +++ head/multimedia/ustreamer/distinfo (revision 545539) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595296579 -SHA256 (pi-kvm-ustreamer-v1.19_GH0.tar.gz) = aa6433a895d3e642d0da9c10fd46922ffffa664f554dad47521158e6cfdd9791 -SIZE (pi-kvm-ustreamer-v1.19_GH0.tar.gz) = 97088 +TIMESTAMP = 1597941013 +SHA256 (pikvm-ustreamer-v1.22_GH0.tar.gz) = 05c02766fe1fe9862f3e90f7e91a8b042a6536e71286cc06c086c6c868a89b8b +SIZE (pikvm-ustreamer-v1.22_GH0.tar.gz) = 98425 Index: head/multimedia/ustreamer/pkg-descr =================================================================== --- head/multimedia/ustreamer/pkg-descr (revision 545538) +++ head/multimedia/ustreamer/pkg-descr (revision 545539) @@ -1,7 +1,7 @@ muStreamer is a lightweight and very quick server to broadcast MJPG video from any V4L2 device to the net. All new browsers have native support of this video format, as well as most video players such as mplayer, VLC etc. muStreamer is a part of the Pi-KVM project designed to stream VGA and HDMI screencast hardware data with the highest resolution and FPS possible. -WWW: https://github.com/pi-kvm/ustreamer +WWW: https://github.com/pikvm/ustreamer