Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
libvpl-tools
Commits:
23ada494 by Daniel Bermond at 2024-09-02T16:19:26-03:00
upgpkg: 1.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libvpl-tools
pkgdesc = Tools for Intel Video Processing Library
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/intel/libvpl-tools/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = libvpl-tools
depends = libx11
depends = vpl-runtime
depends = wayland
- source =
https://github.com/intel/libvpl-tools/archive/v1.1.0/libvpl-tools-1.1.0.tar.gz
- sha256sums =
e969452163cc9869ed927a510bf834a0f50acf7a66467e0e655bd1241e24efd9
+ source =
https://github.com/intel/libvpl-tools/archive/v1.2.0/libvpl-tools-1.2.0.tar.gz
+ sha256sums =
b6768982abdef340eb14764499d9cb7201b1c74d319f93f3ffb07c980e04f7fa
pkgname = libvpl-tools
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=libvpl-tools
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='Tools for Intel Video Processing Library'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libdrm' 'libva' 'libvpl' 'libx11' 'vpl-runtime' 'wayland')
makedepends=('cmake' 'libpciaccess' 'wayland-protocols')
source=("https://github.com/intel/libvpl-tools/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e969452163cc9869ed927a510bf834a0f50acf7a66467e0e655bd1241e24efd9')
+sha256sums=('b6768982abdef340eb14764499d9cb7201b1c74d319f93f3ffb07c980e04f7fa')
build() {
# fix warning: "_FORTIFY_SOURCE" redefined
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/commit/23ada4944d418c4aee686dbe685ec6393a903edf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/commit/23ada4944d418c4aee686dbe685ec6393a903edf
You're receiving this email because of your account on gitlab.archlinux.org.