Hello community,

here is the log from the commit of package libv4l for openSUSE:Factory
checked in at Wed Jul 6 10:16:11 CEST 2011.



--------
--- libv4l/libv4l.changes       2010-06-10 10:34:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/libv4l/libv4l.changes  2011-07-02 
23:03:48.000000000 +0200
@@ -1,0 +2,19 @@
+Sat Jul  2 21:02:49 UTC 2011 - idon...@novell.com
+
+- Upstream is now v4l-utils project
+- Update version 0.8.4
+  * Add many more laptop models to the upside down devices table (hdegoede)
+  * Add support for 8-bits grey format (V4L2_PIX_FMT_GREY) (mchehab)
+  * Detect short frames (and retry upto 3 times to get a non short frame)
+  * Support (uvc) cameras with more then 16 framesizes properly (Balint Reczey)
+  * libv4l1 no longer relies on the kernel v4l1 compat ioctl handling, many
+    thanks to Huzaifa Sidhpurwala for his work on this!
+  * Add support for Xirlink C-It YYVYUY
+  * Add support for konica yuv420 format
+  * Fix Pixart JPEG ff ff ff xx markers removal, this fixes the occasional
+    corrupt frame we used to get (thanks to Németh Márton)
+  * Enable whitebalance by default on various sonixj based cams
+  * Enable whitebalance + gamma correction by default on all sonixb cams
+  * Enable gamma correction by default on pac7302 based cams 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libv4l-0.6.4.tar.gz
  libv4l-nonvoid_return.diff

New:
----
  libv4l-disable-utils.patch
  v4l-utils-0.8.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libv4l.spec ++++++
--- /var/tmp/diff_new_pack.o3j4Bh/_old  2011-07-06 10:13:58.000000000 +0200
+++ /var/tmp/diff_new_pack.o3j4Bh/_new  2011-07-06 10:13:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libv4l (Version 0.6.4)
+# spec file for package libv4l
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,20 @@
 
 
 Name:           libv4l
+Version:        0.8.4
+Release:        1
+License:        LGPLv2.0+
 Summary:        Collection of video4linux support libraries
-Version:        0.6.4
-Release:        4
+Url:            http://git.linuxtv.org/v4l-utils.git
 Group:          System/Libraries
-License:        LGPLv2.0+
-Url:            http://people.atrpms.net/~hdegoede/
-Source0:        http://people.atrpms.net/~hdegoede/%{name}-%{version}.tar.gz
+Source0:        
http://linuxtv.org/downloads/v4l-utils/v4l-utils-%{version}.tar.bz2
 Source2:        baselibs.conf
-Patch0:         libv4l-nonvoid_return.diff
+# PATCH-FIX-OPENSUSE libv4l-disable-utils.patch idoen...@suse.de -- Don't 
build utils
+Patch0:         libv4l-disable-utils.patch
+BuildRequires:  kernel-headers
+BuildRequires:  libjpeg-devel
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  kernel-headers pkg-config
 
 %define debug_package_requires libv4l1-0 = %{version}-%{release}
 %define debug_package_requires libv4l2-0 = %{version}-%{release}
@@ -56,7 +59,6 @@
 License:        LGPLv2.0+
 Summary:        The libv4l1-0 shared lib
 Group:          System/Libraries
-Requires:       %{name}
 
 %description -n libv4l1-0
 This package contains shared lib for packages that
@@ -66,7 +68,6 @@
 License:        LGPLv2.0+
 Summary:        The libv4l2-0 shared lib
 Group:          System/Libraries
-Requires:       %{name}
 
 %description -n libv4l2-0
 This package contains shared lib for packages that
@@ -76,7 +77,6 @@
 License:        LGPLv2.0+
 Summary:        The libv4lconvert0 shared lib
 Group:          System/Libraries
-Requires:       %{name}
 
 %description -n libv4lconvert0
 This package contains shared lib for packages that
@@ -95,17 +95,14 @@
 developing applications that use libv4l.
 
 %prep
-%setup -q
+%setup -q -n v4l-utils-%{version}
 %patch0
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install
 
 %post -p /sbin/ldconfig
 
@@ -142,7 +139,6 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc README.multi-threading
 %{_includedir}/libv4l*.h
 %{_libdir}/libv4l*.so
 %{_libdir}/pkgconfig/*.pc

++++++ libv4l-disable-utils.patch ++++++
--- Makefile    2011-06-01 13:23:03.000000000 +0200
+++ Makefile    2011-07-02 22:53:10.260504952 +0200
@@ -1,6 +1,5 @@
 all install:
        $(MAKE) -C lib $@
-       $(MAKE) -C utils $@
 
 sync-with-kernel:
        @if [ ! -f $(KERNEL_DIR)/include/linux/videodev2.h -o \

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to