diff --git a/v4l-utils-0.8.5.tar.bz2 b/v4l-utils-0.8.5.tar.bz2 deleted file mode 100644 index dc3931d..0000000 --- a/v4l-utils-0.8.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c205848fbaf3489b97519dae04da31be4998bbc170a2ca9791357a8a549e594c -size 373882 diff --git a/v4l-utils-0.8.6.tar.bz2 b/v4l-utils-0.8.6.tar.bz2 new file mode 100644 index 0000000..ea7727a --- /dev/null +++ b/v4l-utils-0.8.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a53ac6348363bbdc94ea11ca48dadc0342a579384a910f6c956b6a185f0c20f +size 375254 diff --git a/v4l-utils.changes b/v4l-utils.changes index 472504b..64a6350 100644 --- a/v4l-utils.changes +++ b/v4l-utils.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Feb 26 12:06:28 UTC 2012 - asterios.dramis@gmail.com + +- Update to v0.8.6 + libv4l changes: + * Add support for libjpeg >= v7 + * Add new matching algorithm for upside down table + * Add some more laptop models to the upside down devices table + * Retry with another frame on JPEG header decode errors + * Improved JL2005BCD support + * Set errno to EIO if getting 4 consecutive EAGAIN convert errors + * Make software autowhitebalance converge faster + * Add quirk support for forced tinyjpeg fallback +- Spec file updates: + * Added libjpeg-devel in BuildRequires: as direct dependency. + ------------------------------------------------------------------- Sun Jan 29 00:56:38 UTC 2012 - jengelh@medozas.de diff --git a/v4l-utils.spec b/v4l-utils.spec index 82e7f4e..b81674d 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -16,25 +16,22 @@ # - Name: v4l-utils -Version: 0.8.5 -Release: 1 +Version: 0.8.6 +Release: 0 Summary: Utilities for video4linux and DVB devices - -# ir-keytable and v4l2-sysfs-path are GPLv2 only License: GPL-2.0+ and GPL-2.0 -Url: http://linuxtv.org/downloads/v4l-utils/ Group: Hardware/TV +# ir-keytable and v4l2-sysfs-path are GPLv2 only +Url: http://linuxtv.org/downloads/v4l-utils/ Source0: http://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2 Source100: baselibs.conf # PATCH-FIX-OPENSUSE disable_rds_compilation.patch asterios.dramis@gmail.com -- Disable compilation of utils/rds (it isn't installed anyway) as it fails to compile with i2c-dev.h from i2c-tools (needs the one from linux-glibc-devel) Patch0: disable_rds_compilation.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build - # Only needed to patch broken images in the upstream tarball BuildRequires: ImageMagick BuildRequires: kernel-headers +BuildRequires: libjpeg-devel BuildRequires: libqt4-devel %if 0%{?suse_version} > 1130 BuildRequires: sysfsutils-devel @@ -50,6 +47,7 @@ BuildRequires: update-desktop-files %endif Requires: libv4l = %{version} Requires: udev +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description v4l-utils is a collection of various video4linux (V4L) and DVB utilities. The @@ -57,10 +55,10 @@ main v4l-utils package contains cx18-ctl, ir-keytable, ivtv-ctl, v4l2-ctl and v4l2-sysfs-path. %package devel-tools -# decode_tm6000 is GPLv2 only -License: GPL-2.0+ and GPL-2.0 Summary: Utilities for v4l2 / DVB driver development and debugging +License: GPL-2.0+ and GPL-2.0 Group: Hardware/TV +# decode_tm6000 is GPLv2 only Requires: libv4l = %{version} %description devel-tools @@ -68,11 +66,11 @@ Utilities for v4l2 / DVB driver authors: decode_tm6000, v4l2-compliance and v4l2-dbg. %package -n libv4l -# Some of the decompression helpers are GPLv2, the rest is LGPLv2+ -License: LGPL-2.1+ and GPL-2.0 Summary: Collection of video4linux support libraries -Url: http://hansdegoede.livejournal.com/3636.html +License: LGPL-2.1+ and GPL-2.0 Group: System/Libraries +# Some of the decompression helpers are GPLv2, the rest is LGPLv2+ +Url: http://hansdegoede.livejournal.com/3636.html %description -n libv4l libv4l is a collection of libraries which adds a thin abstraction layer on @@ -82,8 +80,8 @@ having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. %package -n libv4l1-0 -License: LGPL-2.1+ Summary: Video4linux support library +License: LGPL-2.1+ Group: System/Libraries Requires: libv4l @@ -95,8 +93,8 @@ v4l2 drivers do not). This package contains shared lib for packages that use libv4l1.so.0 %package -n libv4l2-0 -License: LGPL-2.1+ Summary: Video4linux support library +License: LGPL-2.1+ Group: System/Libraries Requires: libv4l @@ -107,8 +105,8 @@ application transparent libv4lconvert conversion where necessary. This package contains shared lib for packages that use libv4l2.so.0 %package -n libv4lconvert0 -License: LGPL-2.1+ Summary: Video4linux support library +License: LGPL-2.1+ Group: System/Libraries Requires: libv4l @@ -119,8 +117,8 @@ to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. This package contains shared lib for packages that use libv4lconvert.so.0 %package -n libv4l-devel -License: LGPL-2.1+ Summary: Development files for libv4l +License: LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: libv4l1-0 = %{version} Requires: libv4l2-0 = %{version} @@ -131,8 +129,8 @@ The libv4l-devel package contains libraries and header files for developing applications that use libv4l. %package -n qv4l2 -License: GPL-2.0+ Summary: Video4linux test control and streaming test application +License: GPL-2.0+ Group: Hardware/TV Requires: libv4l = %{version}