upgpkg: motion-git 4.6.0.r11.629b3ba-2

add missing provides

upgpkg: python-pystray 0.19.5-4

rename package function

upgpkg: rvpk 1.1.0-3

formatting

upgpkg: unvpk-git r108.1f1f44f-2

formatting
This commit is contained in:
2024-06-03 20:19:57 +02:00
parent f13c057f6c
commit 2f906abe48
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = motion-git pkgbase = motion-git
pkgdesc = Monitor and record video signals from many types of cameras pkgdesc = Monitor and record video signals from many types of cameras
pkgver = 4.6.0.r11.629b3ba pkgver = 4.6.0.r11.629b3ba
pkgrel = 1 pkgrel = 2
url = https://motion-project.github.io url = https://motion-project.github.io
arch = x86_64 arch = x86_64
license = GPL-2.0-or-later license = GPL-2.0-or-later
@@ -14,6 +14,7 @@ pkgbase = motion-git
depends = libwebp depends = libwebp
depends = mariadb-libs depends = mariadb-libs
optdepends = gettext: native language support optdepends = gettext: native language support
provides = motion
conflicts = motion conflicts = motion
backup = etc/motion/motion.conf backup = etc/motion/motion.conf
source = git+https://github.com/Motion-Project/motion.git source = git+https://github.com/Motion-Project/motion.git

View File

@@ -6,12 +6,13 @@
pkgname=motion-git pkgname=motion-git
pkgver=4.6.0.r11.629b3ba pkgver=4.6.0.r11.629b3ba
pkgrel=1 pkgrel=2
pkgdesc='Monitor and record video signals from many types of cameras' pkgdesc='Monitor and record video signals from many types of cameras'
arch=(x86_64) arch=(x86_64)
license=(GPL-2.0-or-later) license=(GPL-2.0-or-later)
url='https://motion-project.github.io' url='https://motion-project.github.io'
conflicts=(motion) conflicts=(motion)
provides=(motion)
depends=(glibc libjpeg-turbo sqlite ffmpeg libmicrohttpd libwebp mariadb-libs) depends=(glibc libjpeg-turbo sqlite ffmpeg libmicrohttpd libwebp mariadb-libs)
makedepends=(git) makedepends=(git)
optdepends=('gettext: native language support') optdepends=('gettext: native language support')