Balló György pushed to branch main at Arch Linux / Packaging / Packages /
guvcview
Commits:
271f43d0 by Balló György at 2026-07-04T19:15:53+02:00
upgpkg: 2.2.2-3: Fix metainfo file
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = guvcview
- pkgdesc = Simple interface for capturing and viewing video from v4l2
devices
+ pkgdesc = Simple interface for capturing and viewing video from V4L2
devices
pkgver = 2.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://guvcview.sourceforge.net/
arch = x86_64
license = GPL-2.0-or-later
@@ -29,7 +29,7 @@ pkgbase = guvcview
b2sums =
16e750704cacd377ed5901434867dfe5a48a5421e44362fb8114e0c80b3ec5c83044f1753afbd6a7a0b32f070f79f1474f6d4c4cdd4db4ba992d30c63e5d53c3
pkgname = guvcview
- pkgdesc = Simple GTK interface for capturing and viewing video from
v4l2 devices
+ pkgdesc = Simple GTK interface for capturing and viewing video from
V4L2 devices
depends = glib2
depends = glibc
depends = gtk3
@@ -50,7 +50,7 @@ pkgname = guvcview-common
depends = v4l-utils
pkgname = guvcview-qt
- pkgdesc = Simple Qt interface for capturing and viewing video from v4l2
devices
+ pkgdesc = Simple Qt interface for capturing and viewing video from V4L2
devices
depends = glibc
depends = guvcview-common
depends = libgcc
=====================================
PKGBUILD
=====================================
@@ -9,8 +9,8 @@ pkgname=(
guvcview-qt
)
pkgver=2.2.2
-pkgrel=2
-pkgdesc='Simple interface for capturing and viewing video from v4l2 devices'
+pkgrel=3
+pkgdesc='Simple interface for capturing and viewing video from V4L2 devices'
arch=(x86_64)
url='https://guvcview.sourceforge.net/'
license=(GPL-2.0-or-later)
@@ -52,7 +52,8 @@ prepare() {
# https://sourceforge.net/p/guvcview/tickets/81/
git apply -3 ../0001-Use-themed-icon.patch
- # Fix appdata install dir
+ # Fix metainfo file
+ sed -i 's|<\([/]*\)_|<\1|g' data/guvcview.appdata.xml.in
sed -i 's|\/appdata|\/metainfo|' data/CMakeLists.txt
# Rename binary name for Qt
@@ -96,7 +97,7 @@ package_guvcview-common() {
}
package_guvcview() {
- pkgdesc='Simple GTK interface for capturing and viewing video from v4l2
devices'
+ pkgdesc='Simple GTK interface for capturing and viewing video from V4L2
devices'
depends=(
glib2
glibc
@@ -109,7 +110,7 @@ package_guvcview() {
}
package_guvcview-qt() {
- pkgdesc='Simple Qt interface for capturing and viewing video from v4l2
devices'
+ pkgdesc='Simple Qt interface for capturing and viewing video from V4L2
devices'
depends=(
glibc
guvcview-common
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/guvcview/-/commit/271f43d04b322ed08c7084b354d800b2fde10ee7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/guvcview/-/commit/271f43d04b322ed08c7084b354d800b2fde10ee7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help