Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
v4l-utils
Commits:
c590064c by Jelle van der Waa at 2026-03-01T14:28:15+01:00
Move gcc-libs dependency to libgcc
gcc-libs has been deprecated in favour of split packages.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = v4l-utils
pkgdesc = Userspace tools and conversion library for Video 4 Linux
pkgver = 1.32.0
- pkgrel = 1
+ pkgrel = 2
url = https://linuxtv.org/
arch = x86_64
license = LGPL
@@ -12,7 +12,7 @@ pkgbase = v4l-utils
makedepends = clang
makedepends = doxygen
depends = hicolor-icon-theme
- depends = gcc-libs
+ depends = libgcc
depends = libbpf
depends = libjpeg-turbo
depends = systemd-libs
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Thomas Bächler <[email protected]>
pkgname=v4l-utils
pkgver=1.32.0
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace tools and conversion library for Video 4 Linux"
arch=('x86_64')
url="https://linuxtv.org/"
@@ -10,7 +10,7 @@ replaces=('libv4l')
conflicts=('libv4l')
backup=(etc/rc_maps.cfg)
license=('LGPL')
-depends=('hicolor-icon-theme' 'gcc-libs' 'libbpf' 'libjpeg-turbo'
'systemd-libs' 'json-c')
+depends=('hicolor-icon-theme' 'libgcc' 'libbpf' 'libjpeg-turbo'
'systemd-libs' 'json-c')
makedepends=('qt6-base' 'qt6-5compat' 'alsa-lib' 'meson' 'clang' 'doxygen')
optdepends=('qt6-base: for qv4l2 and qvidcap'
'qt6-5compat: for qv4l2'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v4l-utils/-/commit/c590064c864c4728923f40001f1c26253a7dce38
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v4l-utils/-/commit/c590064c864c4728923f40001f1c26253a7dce38
You're receiving this email because of your account on gitlab.archlinux.org.