rpms/libv4l/devel import.log, NONE, 1.1 libv4l.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Jul 28 09:03:40 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/libv4l/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24840/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libv4l.spec 
Log Message:
initial libv4l import



--- NEW FILE import.log ---
libv4l-0_3_7-1_fc9:HEAD:libv4l-0.3.7-1.fc9.src.rpm:1217236236


--- NEW FILE libv4l.spec ---
Name:           libv4l
Version:        0.3.7
Release:        1%{?dist}
Summary:        Collection of video4linux support libraries 
Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://hansdegoede.livejournal.com/3636.html
Source0:        http://people.atrpms.net/~hdegoede/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  kernel-headers

%description
libv4l is a collection of libraries which adds a thin abstraction layer on
top of video4linux2 devices. The purpose of this (thin) layer is to make it
easy for application writers to support a wide variety of devices without
having to write separate code for different devices in the same class. libv4l
consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.

libv4lconvert offers functions to convert from any (known) pixelformat
to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420.

libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
of the drivers for those devices supporting v4l1 compatibility (which many
v4l2 drivers do not).

libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the
application transparent libv4lconvert conversion where necessary.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING.LIB ChangeLog README TODO
%{_libdir}/libv4l*.so.*
%{_libdir}/libv4l

%files devel
%defattr(-,root,root,-)
%doc README.multi-threading
%{_includedir}/libv4l*.h
%{_libdir}/libv4l*.so


%changelog
* Sat Jul 26 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.7-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libv4l/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jul 2008 04:18:53 -0000	1.1
+++ .cvsignore	28 Jul 2008 09:03:09 -0000	1.2
@@ -0,0 +1 @@
+libv4l-0.3.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libv4l/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jul 2008 04:18:53 -0000	1.1
+++ sources	28 Jul 2008 09:03:09 -0000	1.2
@@ -0,0 +1 @@
+c1f955802735366ed01e15ff8b6116ae  libv4l-0.3.7.tar.gz




More information about the fedora-extras-commits mailing list