rpms/libv4l/F-9 libv4l.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede jwrdegoede at fedoraproject.org
Mon Nov 17 18:55:37 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/libv4l/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31369

Modified Files:
	.cvsignore sources 
Added Files:
	libv4l.spec 
Log Message:
* Mon Nov 17 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.5.4-1
- New upstream release 0.5.4



--- NEW FILE libv4l.spec ---
Name:           libv4l
Version:        0.5.4
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}, pkgconfig

%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" \
  PREFIX=%{_prefix} LIBDIR=%{_libdir}


%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
%{_libdir}/pkgconfig/libv4l*.pc


%changelog
* Mon Nov 17 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.5.4-1
- New upstream release 0.5.4

* Mon Oct 27 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.5.3-1
- New upstream release 0.5.3

* Thu Oct 23 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.5.2-1
- New upstream release 0.5.2

* Mon Oct 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.5.1-1
- New upstream release 0.5.1

* Mon Sep 15 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.5.0-1
- New upstream release 0.5.0

* Fri Aug 29 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4.2-1
- New upstream release 0.4.2

* Tue Aug 26 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4.1-1
- New upstream release 0.4.1

* Sun Aug  3 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4.0-1
- New upstream release 0.4.0

* Tue Jul 30 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.8-1
- New upstream release 0.3.8

* 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/F-9/.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	17 Nov 2008 18:55:06 -0000	1.2
@@ -0,0 +1 @@
+libv4l-0.5.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libv4l/F-9/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	17 Nov 2008 18:55:07 -0000	1.2
@@ -0,0 +1 @@
+18b7b5494e3dd625edfa5a6a1622105a  libv4l-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list