diff options
author | 2019-09-17 20:31:51 +0200 | |
---|---|---|
committer | 2019-10-27 12:25:05 +0000 | |
commit | 09a97c152dbd8ec5ef3e3cf117acf58ba91ccbbe (patch) | |
tree | 73136f222fa0283ad0b7d893be866fb24651cc24 /media-video/mjpg-streamer/metadata.xml | |
parent | app-text/pdfjam: EAPI 7 (diff) | |
download | gentoo-09a97c152dbd8ec5ef3e3cf117acf58ba91ccbbe.tar.gz gentoo-09a97c152dbd8ec5ef3e3cf117acf58ba91ccbbe.tar.bz2 gentoo-09a97c152dbd8ec5ef3e3cf117acf58ba91ccbbe.zip |
media-video/mjpg-streamer: usinge EAPI=7 and cleaning old ebuilds
Fixes Gentoo bug #694642 (https://bugs.gentoo.org/694642)
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Diffstat (limited to 'media-video/mjpg-streamer/metadata.xml')
-rw-r--r-- | media-video/mjpg-streamer/metadata.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/media-video/mjpg-streamer/metadata.xml b/media-video/mjpg-streamer/metadata.xml index 492364ee19f4..27a772223ceb 100644 --- a/media-video/mjpg-streamer/metadata.xml +++ b/media-video/mjpg-streamer/metadata.xml @@ -20,26 +20,24 @@ streaming application with Pan/Tilt </longdescription> <use> - <flag name="input_testpicture">Plugin for sending compiled in, test + <flag name="input-testpicture">Plugin for sending compiled in, test pictures</flag> - <flag name="input_control">Plugin giving ability to control camera + <flag name="input-control">Plugin giving ability to control camera movement (only specific cameras)</flag> - <flag name="input_file">Plugin that watches given directory and send + <flag name="input-file">Plugin that watches given directory and send it's content</flag> - <flag name="input_uvc">Plugin that sends video stream from UVC + <flag name="input-uvc">Plugin that sends video stream from UVC compatible camera</flag> - <flag name="output_file">Plugin that saves received content under given + <flag name="output-file">Plugin that saves received content under given location</flag> - <flag name="output_udp">Plugin receiving content over UDP and storing to + <flag name="output-udp">Plugin receiving content over UDP and storing to a directory</flag> - <flag name="output_http">Small HTTP server plugin which sends WWW + <flag name="output-http">Small HTTP server plugin which sends WWW directory content and streams image content</flag> - <flag name="output_autofocus">Auto focusing plugin</flag> - <flag name="output_rtsp">Plugin which provides a mechanism to take + <flag name="output-autofocus">Auto focusing plugin</flag> + <flag name="output-rtsp">Plugin which provides a mechanism to take snapshots with a trigger from a UDP packet</flag> <flag name="www">Installs WWW content</flag> - <flag name="v4l">Uses <pkg>media-libs/libv4l</pkg> function mapping for - input_uvc plugin</flag> </use> <upstream> <remote-id type="sourceforge">mjpg-streamer</remote-id> |