update to 2.0.7_2 [release 2.0.7_2-1mamba;Sun Dec 26 2021]
This commit is contained in:
parent
1cfe8232c3
commit
a4a9988f4c
@ -1,5 +1,6 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: guvcview
|
||||
Version: 2.0.6
|
||||
Version: 2.0.7_2
|
||||
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
|
||||
@ -7,27 +8,40 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://guvcview.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/guvcview/source/guvcview-src-%{version}.tar.gz
|
||||
Source: https://sourceforge.net/projects/guvcview/files/source/guvcview-src-%{pkgver}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgsl-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libportaudio-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libv4l-devel
|
||||
BuildRequires: udev-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A simple GTK interface for capturing and viewing video from devices supported by the linux UVC driver, although it should also work with any v4l2 compatible device.
|
||||
@ -50,7 +64,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-src-%{version}
|
||||
%setup -q -c
|
||||
./bootstrap.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -118,6 +133,9 @@ rm -rf %{buildroot}%{_datadir}/doc/guvcview
|
||||
%{_libdir}/pkgconfig/libgviewv4l2core.pc
|
||||
|
||||
%changelog
|
||||
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.7_2-1mamba
|
||||
- update to 2.0.7_2
|
||||
|
||||
* Tue Dec 11 2018 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user