update to 1.26.0 [release 1.26.0-1mamba;Fri Dec 08 2023]
This commit is contained in:
parent
e6c85cfe71
commit
c7303b43d5
30
libv4l.spec
30
libv4l.spec
@ -1,5 +1,5 @@
|
||||
Name: libv4l
|
||||
Version: 1.24.1
|
||||
Version: 1.26.0
|
||||
Release: 1mamba
|
||||
Summary: Collection of video4linux support libraries
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.linuxtv.org/downloads/v4l-utils/
|
||||
Source0: https://linuxtv.org/downloads/v4l-utils/v4l-utils-%{version}.tar.bz2
|
||||
Source0: https://linuxtv.org/downloads/v4l-utils/v4l-utils-%{version}.tar.xz
|
||||
Source1: qv4l2.desktop
|
||||
Source2: qv4l2.svg
|
||||
License: GPL, LGPL
|
||||
@ -81,20 +81,21 @@ QT video capture tool.
|
||||
%setup -q -n v4l-utils-%{version}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-libdvbv5
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
:<< __OLD
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
|
||||
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
|
||||
install -pm 644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
||||
__OLD
|
||||
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
@ -124,8 +125,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_libdir}/libv4lconvert.so.*
|
||||
%{_libdir}/libv4l2tracer.so
|
||||
%{_libdir}/libdvbv5.so.*
|
||||
%{_libdir}/v4l1compat.so
|
||||
%{_libdir}/v4l2convert.so
|
||||
%dir %{_libdir}/libv4l
|
||||
%dir %{_libdir}/libv4l/plugins
|
||||
%{_libdir}/libv4l/plugins/libv4l-mplane.so
|
||||
@ -140,21 +139,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_includedir}/*.h
|
||||
%dir %{_includedir}/libdvbv5
|
||||
%{_includedir}/libdvbv5/*.h
|
||||
%{_libdir}/libv4l1.a
|
||||
%{_libdir}/libv4l1.so
|
||||
%{_libdir}/libv4l2.a
|
||||
%{_libdir}/libv4l2.so
|
||||
%{_libdir}/libv4lconvert.a
|
||||
%{_libdir}/libv4lconvert.so
|
||||
%{_libdir}/libdvbv5.a
|
||||
%{_libdir}/libdvbv5.so
|
||||
%{_libdir}/libv4l2rds.a
|
||||
%{_libdir}/libv4l2rds.so
|
||||
%{_libdir}/gconv/ARIB-STD-B24.so
|
||||
%{_libdir}/gconv/EN300-468-TAB00.so
|
||||
%{_libdir}/gconv/gconv-modules
|
||||
%{_libdir}/pkgconfig/libv4l1.pc
|
||||
%{_libdir}/pkgconfig/libv4l2.pc
|
||||
%{_libdir}/pkgconfig/libv4lconvert.pc
|
||||
%{_libdir}/pkgconfig/libdvbv5.pc
|
||||
%{_libdir}/pkgconfig/libv4l2rds.pc
|
||||
%dir %{_docdir}/v4l-utils
|
||||
%{_docdir}/v4l-utils/*
|
||||
%doc README.lib-multi-threading TODO ChangeLog
|
||||
|
||||
%files -n v4l-utils -f %{name}.lang
|
||||
@ -170,7 +169,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_bindir}/dvbv5-daemon
|
||||
%{_bindir}/dvbv5-scan
|
||||
%{_bindir}/dvbv5-zap
|
||||
%{_bindir}/media-ctl
|
||||
%{_bindir}/ir-ctl
|
||||
%{_bindir}/ir-keytable
|
||||
%{_bindir}/ivtv-ctl
|
||||
@ -179,6 +177,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_bindir}/v4l2-sysfs-path
|
||||
%{_bindir}/v4l2-tracer
|
||||
%{_udevrulesdir}/70-infrared.rules
|
||||
%{_unitdir}/systemd-udevd.service.d/50-rc_keymap.conf
|
||||
%{_prefix}/lib/udev/rc_keymaps/*
|
||||
%{_mandir}/man1/cec-compliance.1*
|
||||
%{_mandir}/man1/cec-ctl.1*
|
||||
@ -220,6 +219,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.26.0-1mamba
|
||||
- update to 1.26.0
|
||||
|
||||
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 1.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user