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
|
Name: guvcview
|
||||||
Version: 2.0.6
|
Version: 2.0.7_2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple GTK interface for capturing and viewing video from devices supported by the linux UVC driver
|
Summary: A simple GTK interface for capturing and viewing video from devices supported by the linux UVC driver
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -7,27 +8,40 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://guvcview.sourceforge.net/
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libSDL2-devel
|
||||||
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libavcodec-ffmpeg-devel
|
BuildRequires: libavcodec-ffmpeg-devel
|
||||||
BuildRequires: libavutil-ffmpeg-devel
|
BuildRequires: libavutil-ffmpeg-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-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: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libportaudio-devel
|
BuildRequires: libportaudio-devel
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libSDL-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: libv4l-devel
|
BuildRequires: libv4l-devel
|
||||||
BuildRequires: udev-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-src-%{version}
|
%setup -q -c
|
||||||
|
./bootstrap.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -118,6 +133,9 @@ rm -rf %{buildroot}%{_datadir}/doc/guvcview
|
|||||||
%{_libdir}/pkgconfig/libgviewv4l2core.pc
|
%{_libdir}/pkgconfig/libgviewv4l2core.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 11 2018 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user