automatic version update by autodist [release 2.0.8-1mamba;Mon May 09 2022]
This commit is contained in:
parent
a4a9988f4c
commit
b5d16b09d0
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: guvcview
|
||||
Version: 2.0.7_2
|
||||
Version: 2.0.8
|
||||
Release: 1mamba
|
||||
Summary: A simple GTK interface for capturing and viewing video from devices supported by the linux UVC driver
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -15,6 +15,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libatomic-devel
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
@ -64,7 +65,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%setup -q -n guvcview-src-%{version}
|
||||
./bootstrap.sh
|
||||
|
||||
%build
|
||||
@ -88,7 +89,7 @@ rm -rf %{buildroot}%{_datadir}/doc/guvcview
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/guvcview
|
||||
%{_datadir}/appdata/guvcview.appdata.xml
|
||||
%{_datadir}/metainfo/guvcview.appdata.xml
|
||||
%{_datadir}/applications/guvcview.desktop
|
||||
%{_datadir}/menu/guvcview
|
||||
%dir %{_datadir}/pixmaps/guvcview
|
||||
@ -133,6 +134,9 @@ rm -rf %{buildroot}%{_datadir}/doc/guvcview
|
||||
%{_libdir}/pkgconfig/libgviewv4l2core.pc
|
||||
|
||||
%changelog
|
||||
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.7_2-1mamba
|
||||
- update to 2.0.7_2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user