summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaosEngine <andrzej.pauli@gmail.com>2020-12-12 11:42:19 +0100
committerSam James <sam@gentoo.org>2021-08-14 00:28:07 +0100
commit1f3f26edc5a68c2d536ebc17db6a1bf652a3e8fa (patch)
tree46ae0019841402127117d1a333c78adbe2a92691 /media-video
parentmedia-video/mjpg-streamer: bump to 0_pre20200524-r1 (diff)
downloadgentoo-1f3f26edc5a68c2d536ebc17db6a1bf652a3e8fa.tar.gz
gentoo-1f3f26edc5a68c2d536ebc17db6a1bf652a3e8fa.tar.bz2
gentoo-1f3f26edc5a68c2d536ebc17db6a1bf652a3e8fa.zip
media-video/mjpg-streamer: misc fixes
* Adding ~arm64 keyword * RDEPEND from acct-group/video when UVC input plugin is enabled with some info Package-Manager: Portage-2.3.99, Repoman 2.3.22 Signed-off-by: Andrzej Pauli <andrzej.pauli@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mjpg-streamer/mjpg-streamer-0_pre20200524-r1.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/media-video/mjpg-streamer/mjpg-streamer-0_pre20200524-r1.ebuild b/media-video/mjpg-streamer/mjpg-streamer-0_pre20200524-r1.ebuild
index e0d1f254f9ea..231db6a85a23 100644
--- a/media-video/mjpg-streamer/mjpg-streamer-0_pre20200524-r1.ebuild
+++ b/media-video/mjpg-streamer/mjpg-streamer-0_pre20200524-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/jacksonliam/${PN}/archive/${EGIT_COMMIT}.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
INPUT_PLUGINS="input-testpicture input-control input-file input-uvc input-http input-ptp2"
OUTPUT_PLUGINS="output-file output-udp output-http output-autofocus output-rtsp output-viewer output-zmqserver"
@@ -24,7 +24,7 @@ REQUIRED_USE="|| ( ${INPUT_PLUGINS} )
|| ( ${OUTPUT_PLUGINS} )"
RDEPEND="virtual/jpeg
- input-uvc? ( media-libs/libv4l )
+ input-uvc? ( media-libs/libv4l acct-group/video )
input-ptp2? ( media-libs/libgphoto2 )
output-zmqserver? (
dev-libs/protobuf-c
@@ -81,11 +81,17 @@ src_install() {
}
pkg_postinst() {
+ einfo
elog "Remember to set an input and output plugin for mjpg-streamer."
+ if use input-uvc ; then
+ elog "To use the UVC plugin as a regular user, you must be a part of the video group"
+ fi
+
if use www ; then
- echo
+ einfo
elog "An example webinterface has been installed into"
elog "/usr/share/mjpg-streamer/www for your usage."
fi
+ einfo
}