Date: Fri, 16 Aug 2024 07:29:07 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 959d6b81224f - main - multimedia/py-ustreamer: New port: Lightweight and fast MJPG-HTTP streamer Message-ID: <202408160729.47G7T7ja049118@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=959d6b81224f7a214a4a27973159fae28ebd2eba commit 959d6b81224f7a214a4a27973159fae28ebd2eba Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-16 05:51:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-16 07:29:04 +0000 multimedia/py-ustreamer: New port: Lightweight and fast MJPG-HTTP streamer --- multimedia/Makefile | 1 + multimedia/py-ustreamer/Makefile | 28 ++++++++++++++++++++++++++++ multimedia/py-ustreamer/distinfo | 3 +++ multimedia/py-ustreamer/pkg-descr | 5 +++++ 4 files changed, 37 insertions(+) diff --git a/multimedia/Makefile b/multimedia/Makefile index a3564c47970d..36326554497f 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -323,6 +323,7 @@ SUBDIR += py-subliminal SUBDIR += py-tartube SUBDIR += py-tvnamer + SUBDIR += py-ustreamer SUBDIR += qmmp-plugin-pack-qt5 SUBDIR += qmmp-plugin-pack-qt6 SUBDIR += qmmp-qt5 diff --git a/multimedia/py-ustreamer/Makefile b/multimedia/py-ustreamer/Makefile new file mode 100644 index 000000000000..2cc91f8320b4 --- /dev/null +++ b/multimedia/py-ustreamer/Makefile @@ -0,0 +1,28 @@ +PORTNAME= ustreamer +DISTVERSIONPREFIX= v +DISTVERSION= 6.13 +CATEGORIES= multimedia net +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Lightweight and fast MJPG-HTTP streamer +WWW= https://github.com/pikvm/ustreamer + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/../LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat +LIB_DEPENDS= libevent.so:devel/libevent + +USES= compiler:c17 gmake jpeg localbase:ldflags pkgconfig python +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= pikvm + +WRKSRC_SUBDIR= python + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ustreamer${PYTHON_EXT_SUFFIX}.so + +.include <bsd.port.mk> diff --git a/multimedia/py-ustreamer/distinfo b/multimedia/py-ustreamer/distinfo new file mode 100644 index 000000000000..bfb3790cebd4 --- /dev/null +++ b/multimedia/py-ustreamer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1723782855 +SHA256 (pikvm-ustreamer-v6.13_GH0.tar.gz) = 1b32fac96ae6eb7cb638bd258fe09764438c379b2151fec6ae4edc8f19f2ddc3 +SIZE (pikvm-ustreamer-v6.13_GH0.tar.gz) = 144995 diff --git a/multimedia/py-ustreamer/pkg-descr b/multimedia/py-ustreamer/pkg-descr new file mode 100644 index 000000000000..b05d721f4825 --- /dev/null +++ b/multimedia/py-ustreamer/pkg-descr @@ -0,0 +1,5 @@ +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408160729.47G7T7ja049118>