* update zvbi to 0.2.43-1

This commit is contained in:
Alexander Baldeck 2025-02-09 17:27:23 +01:00
parent c1bd538ee3
commit 9329d65d97
3 changed files with 30 additions and 3 deletions

22
zvbi/.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = zvbi
pkgdesc = VBI capture and decoding library
pkgver = 0.2.43
pkgrel = 1
url = http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
license = GPL2
license = LGPL2.1
license = MIT
makedepends = git
depends = libpng
depends = libx11
source = git+https://github.com/zapping-vbi/zvbi.git#tag=66a1c9bdf3a7f105a5c02070cc6de0d949513c58
validpgpkeys = FA26CA784BE188927F22B99F6570EA01146F7354
b2sums = ca6100f51f17820a974f4eacb922204e7b373261ee43dfb1d99b0eeea0241c94e3d42a32c073273fbe8da45d2faaf9266a72a7d56d506f027054409e7c9bfd93
pkgname = zvbi

4
zvbi/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[zvbi]
source = "git"
git = "https://github.com/zapping-vbi/zvbi.git"
prefix = "v"

View File

@ -1,9 +1,10 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=zvbi
pkgver=0.2.42
pkgver=0.2.43
pkgrel=1
pkgdesc='VBI capture and decoding library'
url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome
@ -19,10 +20,10 @@ license=(
LGPL2.1
MIT
)
_tag=3785481f51f41a49e28f2b7f6fd5bd9187d24ae1
_tag=66a1c9bdf3a7f105a5c02070cc6de0d949513c58
#source=(git+https://github.com/zapping-vbi/zvbi.git?signed#tag=${_tag})
source=(git+https://github.com/zapping-vbi/zvbi.git#tag=${_tag})
b2sums=(SKIP)
b2sums=('ca6100f51f17820a974f4eacb922204e7b373261ee43dfb1d99b0eeea0241c94e3d42a32c073273fbe8da45d2faaf9266a72a7d56d506f027054409e7c9bfd93')
validpgpkeys=(FA26CA784BE188927F22B99F6570EA01146F7354) # Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
prepare() {