summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-09 16:53:13 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-09 16:53:13 +0000
commitc05d43dad3d6286463c421e86c5b5091775b43fc (patch)
treeee92ad13d48838662971dab8f610b8fc8073c299
parent9153128bda022aed24a1ab887e16d09963248efd (diff)
downloadgstreamer-plugins-bad-c05d43dad3d6286463c421e86c5b5091775b43fc.tar.gz
added v4l2 plugins
Original commit message from CVS: added v4l2 plugins
-rw-r--r--gst-plugins.spec.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 7d8b0bcf5..58949313c 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -682,6 +682,21 @@ GStreamer support libraries header files.
@USE_V4L_TRUE@%{_libdir}/gst/libgstv4lmjpegsrc.so
@USE_V4L_TRUE@%{_libdir}/gst/libgstv4lmjpegsink.so
+### VIDEO 4 LINUX 2 ###
+@USE_V4L2_TRUE@%package -n gstreamer-v4l2
+@USE_V4L2_TRUE@Summary: GStreamer Video for Linux 2 plug-in.
+@USE_V4L2_TRUE@Group: Libraries/Multimedia
+@USE_V4L2_TRUE@Requires: gstreamer-plugins = %{version}
+@USE_V4L2_TRUE@BuildRequires: glibc-devel
+@USE_V4L2_TRUE@
+@USE_V4L2_TRUE@%description -n gstreamer-v4l2
+@USE_V4L2_TRUE@Plug-in for accessing Video for Linux devices.
+@USE_V4L2_TRUE@
+@USE_V4L2_TRUE@%files -n gstreamer-v4l2
+@USE_V4L2_TRUE@%defattr(-, root, root)
+@USE_V4L2_TRUE@%{_libdir}/gst/libgstv4l2element.so
+@USE_V4L2_TRUE@%{_libdir}/gst/libgstv4l2src.so
+
### XVIDEO ###
@USE_XVIDEO_TRUE@%package -n gstreamer-xvideosink
@USE_XVIDEO_TRUE@Summary: GStreamer XFree output plug-in
@@ -907,6 +922,8 @@ processed with the lavtools from mjpegtools.
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
%changelog
+* Mon Sep 9 2002 Christian Schaller <Uraeus@linuxrising.org>
+- Added v4l2 plugin
* Thu Aug 27 2002 Christian Schaller <Uraeus@linuxrising.org>
- Fixed USE_DV_TRUE to USE_LIBDV_TRUE
- Added Gconf and floatcast headers to gstreamer-plugins-devel package