diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2011-11-17 20:00:39 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2011-11-17 20:00:39 +0000 |
commit | 99bf7bea9a410acc5cf405df53acde4d473f42b2 (patch) | |
tree | 5a01f9c204a4e38c552a745ae49e0cec98b153b2 /media-video/mjpg-streamer/metadata.xml | |
parent | Fix Manifest entry for mangler-1.2.2.ebuild and ChangeLog. (diff) | |
download | historical-99bf7bea9a410acc5cf405df53acde4d473f42b2.tar.gz historical-99bf7bea9a410acc5cf405df53acde4d473f42b2.tar.bz2 historical-99bf7bea9a410acc5cf405df53acde4d473f42b2.zip |
media-video/mjpg-streamer: Initial ebuild. Fixes bug #260969.
Proxy commit on behalf of Andrzej Pauli <andrzej.pauli@gmail.com>.
Package-Manager: portage-2.1.10.34/cvs/Linux x86_64
Diffstat (limited to 'media-video/mjpg-streamer/metadata.xml')
-rw-r--r-- | media-video/mjpg-streamer/metadata.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/media-video/mjpg-streamer/metadata.xml b/media-video/mjpg-streamer/metadata.xml new file mode 100644 index 000000000000..1df45afeb032 --- /dev/null +++ b/media-video/mjpg-streamer/metadata.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>andrzej.pauli@gmail.com</email> + <name>Andrzej Pauli</name> + <description>Maintainer. Assign bugs to him.</description> + </maintainer> + <maintainer> + <email>aidecoe@gentoo.org</email> + <name>Amadeusz Żołnowski</name> + <description>Proxy maintainer. CC him on bugs.</description> + </maintainer> + <longdescription lang="en"> + 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 + </longdescription> + <use> + <flag name='input_testpicture'>Plugin for sending compiled in, test + pictures</flag> + <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 + it's content</flag> + <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 + location</flag> + <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 + 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 + 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> +</pkgmetadata> |