1.26.0
This commit is contained in:
parent
d029009dbc
commit
a84293a4c1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v4l-utils-*.tar.bz2
|
||||
/v4l-utils-1.25.0.tar.xz
|
||||
/v4l-utils-1.26.0.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v4l-utils-1.25.0.tar.xz) = 7c585526f6d8cf129e5ea03cc5128a468258bed79156a514933b131d500bc8ffb242065b8d8a0bb424c19be3d417989d52badcd2782d537055ba18fd8d4b5efd
|
||||
SHA512 (v4l-utils-1.26.0.tar.xz) = 7820a91beb5cfc8e3ecf54145f2503fbbbf879abf1551d5bba5d8454f5a93242daaa51ff4636959d3434aa0d352bdf35afcd5f56e0eb9ab50c8191e8f6283f4a
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
%bcond qt5 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
# BPF decoder dependencies
|
||||
%define with_bpf 1
|
||||
|
||||
Name: v4l-utils
|
||||
|
||||
Version: 1.25.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.26.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities for video4linux and DVB devices
|
||||
# libdvbv5, dvbv5 utils, ir-keytable and v4l2-sysfs-path are GPLv2 only
|
||||
License: GPL-2.0-or-later AND GPL-2.0-only
|
||||
@ -26,11 +29,10 @@ BuildRequires: systemd
|
||||
BuildRequires: meson >= 0.56
|
||||
BuildRequires: json-c-devel
|
||||
|
||||
# BPF decoder dependencies
|
||||
%define with_bpf 1
|
||||
|
||||
%if %{with_bpf}
|
||||
BuildRequires: elfutils-libelf-devel clang libbpf-devel
|
||||
BuildRequires: clang
|
||||
BuildRequires: elfutils-libelf-devel
|
||||
BuildRequires: libbpf-devel
|
||||
%endif
|
||||
|
||||
# For /lib/udev/rules.d ownership
|
||||
@ -129,6 +131,7 @@ files for developing applications that use libdvbv5.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Dbpf=auto -Ddoxygen-man=true -Ddoxygen-html=false \
|
||||
%{!?with_qt5:-Dqv4l2=disabled -Dqvidcap=disabled -Dv4l2-tracer=disabled}
|
||||
|
||||
@ -138,7 +141,6 @@ files for developing applications that use libdvbv5.
|
||||
#%meson -Dbpf=disabled -Ddoxygen-man=true -Ddoxygen-html=false
|
||||
#%endif
|
||||
|
||||
%build
|
||||
#export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
|
||||
%meson_build
|
||||
|
||||
@ -230,6 +232,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qv4l2.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 04 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 1.26.0-1
|
||||
- Update to 1.26.0
|
||||
|
||||
* Wed Aug 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.25.0-4
|
||||
- Disable qv4l2 in RHEL 10 builds
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user