Update to version 1.6.2
It contains several fixes:
Hans Verkuil (5):
v4l2-ctl: fix sliced vbi mode parsing
v4l2-compliance: when streaming used at least 2 buffers.
v4l2-compliance: add initial checks for VIDIOC_QUERY_EXT_CTRL
v4l2-ctl: add support for U32 control type.
v4l2-ctl: fix array handling
Gregor Jasny (5):
man: remove duplicate backslash from NAME section
man: Use Unicode character for ellipsis and fall back to ...
man: add generated files to .gitignore
v4l2-compliance: Explicitely link against rt library
v4l2-ctl: Explicitely link against rt library
Hans Verkuil (1):
qv4l2/v4l2-ctl: fix buffer overrun in vivid-tpg.
Hans de Goede (2):
rc_keymaps: allwinner: S/KEY_HOME/KEY_HOMEPAGE/
v4lconvert: Fix decoding of jpeg data with no vertical sub-sampling
Mauro Carvalho Chehab (4):
libdvbv5: properly represent Satellite frequencies
README: better document the package
ir-keytable: fix a regression introduced by fe2aa5f767eba
rc: Update the protocol name at RC6 tables
Niels Ole Salscheider (1):
qv4l2: Fix out-of-source build
Patch1 is not needed anymore, as the fix got merged on version 1.6.1.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
6c2ea0f3a4
commit
2081d3e317
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/v4l-utils-1.2.1.tar.bz2
|
||||
/v4l-utils-1.4.0.tar.bz2
|
||||
/v4l-utils-1.6.0.tar.bz2
|
||||
/v4l-utils-1.6.2.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
921dab41b8d950fb7d1412e39f48703e v4l-utils-1.6.0.tar.bz2
|
||||
9cb3c178f937954e65bf30920af433ef v4l-utils-1.6.2.tar.bz2
|
||||
|
||||
@ -1,13 +1,12 @@
|
||||
Name: v4l-utils
|
||||
Version: 1.6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities for video4linux and DVB devices
|
||||
Group: Applications/System
|
||||
# libdvbv5, dvbv5 utils, ir-keytable and v4l2-sysfs-path are GPLv2 only
|
||||
License: GPLv2+ and GPLv2
|
||||
URL: http://www.linuxtv.org/downloads/v4l-utils/
|
||||
Source0: http://linuxtv.org/downloads/v4l-utils/v4l-utils-%{version}.tar.bz2
|
||||
Patch1: 0001-v4lconvert-Fix-decoding-of-jpeg-data-with-no-vertica.patch
|
||||
BuildRequires: libjpeg-devel qt4-devel kernel-headers desktop-file-utils
|
||||
BuildRequires: alsa-lib-devel doxygen
|
||||
# For /lib/udev/rules.d ownership
|
||||
@ -98,7 +97,6 @@ files for developing applications that use libdvbv5.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -192,6 +190,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 22 2014 Mauro Carvalho Chehab <mchehab@osg.samsung.com> - 1.6.2-1
|
||||
- Update to version 1.6.2 with contains several bugfixes
|
||||
|
||||
* Thu Nov 20 2014 Hans de Goede <hdegoede@redhat.com> - 1.6.0-2
|
||||
- Fix crash when decoding 1920x1080 jpeg to YUV420
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user