summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-04-08 16:03:14 -0300
committerDaniel Bermond2023-04-08 16:03:14 -0300
commitca18bea0eae98630718bf10723caab8e5dbd0bda (patch)
tree0d167b20c08b1b41c21ab375b5beab78ff806b52
parentfb7808be341121afa77046f63cc76f0435d38d68 (diff)
downloadaur-ca18bea0eae98630718bf10723caab8e5dbd0bda.tar.gz
Match repository package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5374bbf31e51..25594026fe65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onevpl-git
pkgdesc = oneAPI Video Processing Library (git version)
- pkgver = 2023.1.3.r0.g4cdf44c
+ pkgver = 2023.2.0.r1.g208c0d4
pkgrel = 1
url = https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3e667ddf1d10..5f89c126acb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=onevpl-git
-pkgver=2023.1.3.r0.g4cdf44c
+pkgver=2023.2.0.r1.g208c0d4
pkgrel=1
pkgdesc='oneAPI Video Processing Library (git version)'
arch=('x86_64')
@@ -20,6 +20,8 @@ pkgver() {
}
build() {
+ export CFLAGS+=' -DNDEBUG'
+ export CXXFLAGS+=' -DNDEBUG'
cmake -B build -S oneVPL \
-G 'Unix Makefiles' \
-DCMAKE_BUILD_TYPE:STRING='None' \