Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
libvpl
Commits:
997fd880 by Daniel Bermond at 2024-02-21T10:09:24-03:00
upgpkg: 2.10.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libvpl
pkgdesc = Intel Video Processing Library
- pkgver = 2.10.1
+ pkgver = 2.10.2
pkgrel = 1
url = https://intel.github.io/libvpl/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = libvpl
provides = libvpl.so
conflicts = onevpl
replaces = onevpl
- source =
https://github.com/intel/libvpl/archive/v2.10.1/libvpl-2.10.1.tar.gz
- sha256sums =
524299a7b920ac0de1f6913ca90515858ea3a8ea2daaea60f8e0be62f22c8041
+ source =
https://github.com/intel/libvpl/archive/v2.10.2/libvpl-2.10.2.tar.gz
+ sha256sums =
ad956ea7ecf14614325f59dfb44cc5ba08e2fcac373342d61c7db152ac651253
pkgname = libvpl
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=libvpl
-pkgver=2.10.1
+pkgver=2.10.2
pkgrel=1
pkgdesc='Intel Video Processing Library'
arch=('x86_64')
@@ -15,7 +15,7 @@ provides=('onevpl' 'libvpl.so')
conflicts=('onevpl')
replaces=('onevpl')
source=("https://github.com/intel/libvpl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('524299a7b920ac0de1f6913ca90515858ea3a8ea2daaea60f8e0be62f22c8041')
+sha256sums=('ad956ea7ecf14614325f59dfb44cc5ba08e2fcac373342d61c7db152ac651253')
build() {
export CFLAGS+=' -DNDEBUG'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/commit/997fd88030876e8b6db64ae47b4261fb472f89a4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/commit/997fd88030876e8b6db64ae47b4261fb472f89a4
You're receiving this email because of your account on gitlab.archlinux.org.