diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile index b4a977d3d8aa..b3e80928a5f2 100644 --- a/multimedia/mjpg-streamer/Makefile +++ b/multimedia/mjpg-streamer/Makefile @@ -1,34 +1,36 @@ # Created by: Kozlov Sergey PORTNAME= mjpg-streamer PORTVERSION= g2021081601 PORTEPOCH= 1 CATEGORIES= multimedia net MAINTAINER= swills@FreeBSD.org COMMENT= HTTP video streaming daemon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat -USES= cmake localbase jpeg +USES= cmake jpeg localbase USE_GITHUB= yes GH_ACCOUNT= jacksonliam GH_TAGNAME= 310b29f4a94c46652b20c4b7b6e5cf24e532af39 WRKSRC_SUBDIR= mjpg-streamer-experimental USE_RC_SUBR= mjpg_streamer SUB_FILES+= pkg-message +PORTCOUT= skip:^1\.0\.0 + post-build: cd ${WRKSRC}/plugins/input_testpicture && \ ${SETENV} ${MAKE_ENV} make post-install: ${INSTALL_LIB} ${WRKSRC}/plugins/input_testpicture/input_testpicture.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .include diff --git a/multimedia/mjpg-streamer/pkg-descr b/multimedia/mjpg-streamer/pkg-descr index 24aae218f921..903141c10657 100644 --- a/multimedia/mjpg-streamer/pkg-descr +++ b/multimedia/mjpg-streamer/pkg-descr @@ -1,6 +1,6 @@ MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software. It is the successor of uvc-streamer, a Linux-UVC streaming application with Pan/Tilt -WWW: https://sourceforge.net/projects/mjpg-streamer/ +WWW: https://github.com/jacksonliam/mjpg-streamer