Date: Sun, 29 Aug 2021 15:08:59 GMT From: Steve Wills <swills@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 44d61338de29 - main - multimedia/mjpg-streamer: cleanup Message-ID: <202108291508.17TF8xJY094222@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by swills: URL: https://cgit.FreeBSD.org/ports/commit/?id=44d61338de298ec9f8dd748706c2d0b753a7baf2 commit 44d61338de298ec9f8dd748706c2d0b753a7baf2 Author: Steve Wills <swills@FreeBSD.org> AuthorDate: 2021-08-29 15:07:56 +0000 Commit: Steve Wills <swills@FreeBSD.org> CommitDate: 2021-08-29 15:08:53 +0000 multimedia/mjpg-streamer: cleanup - sort USES - add portscout skip for older 1.0.0 version - add WWW --- multimedia/mjpg-streamer/Makefile | 4 +++- multimedia/mjpg-streamer/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@ -13,7 +13,7 @@ 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 @@ -24,6 +24,8 @@ 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 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 @@ -3,4 +3,4 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108291508.17TF8xJY094222>