* update v4l-utils to 1.28.1-1
This commit is contained in:
parent
237f6bb6c1
commit
d95987c069
32
v4l-utils/.SRCINFO
Normal file
32
v4l-utils/.SRCINFO
Normal file
@ -0,0 +1,32 @@
|
||||
pkgbase = v4l-utils
|
||||
pkgdesc = Userspace tools and conversion library for Video 4 Linux
|
||||
pkgver = 1.28.1
|
||||
pkgrel = 1
|
||||
url = https://linuxtv.org/
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
makedepends = qt5-base
|
||||
makedepends = alsa-lib
|
||||
makedepends = meson
|
||||
makedepends = clang
|
||||
makedepends = doxygen
|
||||
makedepends = libbpf
|
||||
depends = hicolor-icon-theme
|
||||
depends = gcc-libs
|
||||
depends = libjpeg-turbo
|
||||
depends = systemd-libs
|
||||
depends = json-c
|
||||
optdepends = qt5-base: for qv4l2 and qvidcap
|
||||
optdepends = alsa-lib: for qv4l2
|
||||
optdepends = libbpf: for ir-keytable
|
||||
provides = libv4l=1.28.1
|
||||
conflicts = libv4l
|
||||
replaces = libv4l
|
||||
backup = etc/rc_maps.cfg
|
||||
source = https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.28.1.tar.xz
|
||||
source = https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.28.1.tar.xz.asc
|
||||
validpgpkeys = 05D0169C26E41593418129DF199A64FADFB500FF
|
||||
sha256sums = 0fa075ce59b6618847af6ea191b6155565ccaa44de0504581ddfed795a328a82
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = v4l-utils
|
4
v4l-utils/.nvchecker.toml
Normal file
4
v4l-utils/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[v4l-utils]
|
||||
source = "git"
|
||||
git = "https://git.linuxtv.org/v4l-utils.git"
|
||||
prefix = "v4l-utils-"
|
@ -1,7 +1,7 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Thomas Bächler <thomas@archlinux.org>
|
||||
pkgname=v4l-utils
|
||||
pkgver=1.26.1
|
||||
pkgver=1.28.1
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace tools and conversion library for Video 4 Linux"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -13,10 +13,9 @@ backup=(etc/rc_maps.cfg)
|
||||
license=('LGPL')
|
||||
depends=('hicolor-icon-theme' 'gcc-libs' 'libjpeg-turbo' 'systemd-libs' 'json-c')
|
||||
makedepends=('qt5-base' 'alsa-lib' 'meson' 'clang' 'doxygen' 'libbpf')
|
||||
optdepends=('qt5-base: for qv4l2 and qvidcap' 'alsa-lib: for qv4l2')
|
||||
options=(!ccache !distcc)
|
||||
optdepends=('qt5-base: for qv4l2 and qvidcap' 'alsa-lib: for qv4l2' 'libbpf: for ir-keytable')
|
||||
source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.xz{,.asc})
|
||||
sha256sums=('4a71608c0ef7df2931176989e6d32b445c0bdc1030a2376d929c8ca6e550ec4e'
|
||||
sha256sums=('0fa075ce59b6618847af6ea191b6155565ccaa44de0504581ddfed795a328a82'
|
||||
'SKIP')
|
||||
validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny <gjasny@googlemail.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user