Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f8e194dfa | ||
|
|
c6cfa97199 | ||
|
|
b2e1112ab6 | ||
|
|
48bdb0c452 | ||
|
|
59435e6c52 |
2 changed files with 20 additions and 2 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v4l-utils-1.16.2.tar.bz2) = e74a422bf22ca47533c28680ce21169de428cf0a4718bbd20e51d4c7ab6327b1894edf76caade3cc38c1eeacb2a479940c7a8fcd4b79b51ba8a2df2fde1d34df
|
||||
SHA512 (v4l-utils-1.16.7.tar.bz2) = 898b41cef7284f5796ec89c55ef08ecb3ec3fa3c5bf572ef30478be056fe9027b422b2d2513b906549e747e6a490e3211c6d2f8f1cade340b18185cc18b0684d
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: v4l-utils
|
||||
Version: 1.16.2
|
||||
Version: 1.16.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities for video4linux and DVB devices
|
||||
# libdvbv5, dvbv5 utils, ir-keytable and v4l2-sysfs-path are GPLv2 only
|
||||
|
|
@ -16,6 +16,15 @@ BuildRequires: kernel-headers
|
|||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: systemd-devel
|
||||
|
||||
# BPF decoder dependencies
|
||||
|
||||
%define with_bpf 1
|
||||
|
||||
%if %{with_bpf}
|
||||
BuildRequires: elfutils-libelf-devel clang
|
||||
%endif
|
||||
|
||||
# For /lib/udev/rules.d ownership
|
||||
Requires: udev
|
||||
Requires: libv4l%{?_isa} = %{version}-%{release}
|
||||
|
|
@ -193,6 +202,15 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qv4l2.desktop
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 02 2019 Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 1.6.7-1
|
||||
- Updated to new fix release with NIT parsing fix
|
||||
|
||||
* Mon Dec 17 2018 Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 1.6.3-1
|
||||
- Updated to new fix release, with should solve BPF protocol packaging issues
|
||||
|
||||
* Thu Nov 22 2018 Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 1.6.2-2
|
||||
- Add dependencies needed to build BPF code
|
||||
|
||||
* Mon Nov 19 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.16.2-1
|
||||
- New upstream release 1.16.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue