fix wrong _p tag in appdata file [release 2.2.1-2mamba;Sun Mar 23 2025]
This commit is contained in:
parent
121f3c223f
commit
9735c7085e
21
guvcview-2.2.1-appdata-fix-p-tag.patch
Normal file
21
guvcview-2.2.1-appdata-fix-p-tag.patch
Normal file
@ -0,0 +1,21 @@
|
||||
--- guvcview-src-2.2.1/data/guvcview.appdata.xml.in.orig 2025-03-23 18:25:29.859942161 +0100
|
||||
+++ guvcview-src-2.2.1/data/guvcview.appdata.xml.in 2025-03-23 18:25:46.389972084 +0100
|
||||
@@ -8,13 +8,13 @@
|
||||
<name>Simple UVC Viewer</name>
|
||||
<_summary>Capture video from v4l2 devices</_summary>
|
||||
<description>
|
||||
- <_p>Video capture tool for video4linux2 compliant cameras.</_p>
|
||||
- <_p>With a special emphasis on the linux uvc driver,
|
||||
+ <p>Video capture tool for video4linux2 compliant cameras.</p>
|
||||
+ <p>With a special emphasis on the linux uvc driver,
|
||||
it provides Image (jpg, png, bmp) and
|
||||
Video (mjpeg, flv1, wmv1, mpg2, mpg4,...) capture
|
||||
- with sound in several formats( currently: avi and matroska).</_p>
|
||||
- <_p>It also supports a control panel option (--control_only)
|
||||
- that is compatible with any other v4l2 app.</_p>
|
||||
+ with sound in several formats( currently: avi and matroska).</p>
|
||||
+ <p>It also supports a control panel option (--control_only)
|
||||
+ that is compatible with any other v4l2 app.</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot>
|
@ -1,7 +1,7 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: guvcview
|
||||
Version: 2.2.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A simple GTK interface for capturing and viewing video from devices supported by the linux UVC driver
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -9,6 +9,7 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://guvcview.sourceforge.net/
|
||||
Source: https://sourceforge.net/projects/guvcview/files/source/guvcview-src-%{pkgver}.tar.bz2
|
||||
Patch0: guvcview-2.2.1-appdata-fix-p-tag.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -52,10 +53,9 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n guvcview-src-%{version}
|
||||
%patch 0 -p1
|
||||
|
||||
%build
|
||||
%cmake
|
||||
@ -97,6 +97,9 @@ rm -rf %{buildroot}%{_datadir}/doc/guvcview
|
||||
%{_libdir}/libgviewv4l2core.so
|
||||
|
||||
%changelog
|
||||
* Sun Mar 23 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-2mamba
|
||||
- fix wrong _p tag in appdata file
|
||||
|
||||
* Mon Nov 25 2024 Automatic Build System <autodist@openmamba.org> 2.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user