Name: livecam Version: 0.1 Release: 3mamba Summary: An application written to enable end-users to stream video from V4L2 compliant webcams Group: Graphical Desktop/Applications/Multimedia Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://livecam.sourceforge.net/ # How to get sources from SVN: # svn co https://livecam.svn.sourceforge.net/svnroot/livecam livecam # cd livecam/trunk # ./configure # make dist Source: livecam-%{version}.tar.gz Patch0: %{name}-0.1-extern_jpeglib.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libGL-devel BuildRequires: libICE-devel BuildRequires: libjpeg-devel BuildRequires: libmng-devel BuildRequires: libpng-devel BuildRequires: libqt-devel BuildRequires: libSDL-devel BuildRequires: libSM-devel BuildRequires: libstdc++6-devel BuildRequires: libX11-devel BuildRequires: libXcursor-devel BuildRequires: libXext-devel BuildRequires: libXft-devel BuildRequires: libXinerama-devel BuildRequires: libXmu-devel BuildRequires: libXrandr-devel BuildRequires: libXrender-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description LiveCam is a Qt based application written primarily for Linux to enable end-users to stream video from V4L2 compliant webcams. You can take live snapshots which can be saved in JPEG and also save live video sequences in the MPEG-1. The latest feature is made possible thanks to the open source FFmpeg library. The program was initially developed to support the Linux kernel device driver development for webcams based on the ALi M5602 and M5603C USB 2.0 bridges. %prep %setup -q %patch0 -p1 %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/livecam %doc COPYING %changelog * Wed Dec 10 2008 Silvan Calarco 0.1-3mamba - automatic rebuild by autodist * Wed Nov 19 2008 Silvan Calarco 0.1-2mamba - automatic rebuild by autodist * Tue Jun 24 2008 Silvan Calarco 0.1-1mamba - package created by autospec