summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-08-03 15:28:47 +0000
committerDaniel Bermond2021-08-03 15:28:47 +0000
commitc729b78f9cc5f04b41d2792ce03f3208a958c7b8 (patch)
tree09eaf8ca003993f1c223174485439276b30ae58b
parentd838aad5221f2a1148e436cf988a1a085f44d37c (diff)
downloadaur-c729b78f9cc5f04b41d2792ce03f3208a958c7b8.tar.gz
Match latest upstream changes
References ---------- https://github.com/libjxl/libjxl/commit/1afd1f28237715b0b8477bd30f079d0deff28b3b
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45da376a4727..2c47820e5ea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libjxl-git
pkgdesc = JPEG XL image format reference implementation (git version)
- pkgver = 0.3.7.r294.g50660ed
+ pkgver = 0.3.7.r304.g76df97e
pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
@@ -35,9 +35,6 @@ pkgbase = libjxl-git
source = git+https://github.com/google/googletest.git
source = git+https://github.com/webmproject/sjpeg.git
source = git+https://skia.googlesource.com/skcms.git
- source = git+https://github.com/veluca93/IQA-optimization.git
- source = git+https://github.com/Netflix/vmaf.git
- source = git+https://github.com/thorfdbg/difftest_ng.git
source = git+https://github.com/google/highway.git
sha256sums = SKIP
sha256sums = SKIP
@@ -47,9 +44,6 @@ pkgbase = libjxl-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
pkgname = libjxl-git
depends = brotli
diff --git a/PKGBUILD b/PKGBUILD
index ebc263587dba..988968ba8071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libjxl-git
pkgname=('libjxl-git' 'libjxl-doc-git')
-pkgver=0.3.7.r294.g50660ed
+pkgver=0.3.7.r304.g76df97e
pkgrel=1
pkgdesc='JPEG XL image format reference implementation (git version)'
arch=('x86_64')
@@ -19,9 +19,6 @@ source=('git+https://github.com/libjxl/libjxl.git'
'git+https://github.com/google/googletest.git'
'git+https://github.com/webmproject/sjpeg.git'
'git+https://skia.googlesource.com/skcms.git'
- 'git+https://github.com/veluca93/IQA-optimization.git'
- 'git+https://github.com/Netflix/vmaf.git'
- 'git+https://github.com/thorfdbg/difftest_ng.git'
'git+https://github.com/google/highway.git')
sha256sums=('SKIP'
'SKIP'
@@ -30,9 +27,6 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
'SKIP')
prepare() {
@@ -43,9 +37,6 @@ prepare() {
git -C libjxl config --local submodule.third_party/googletest.url "${srcdir}/googletest"
git -C libjxl config --local submodule.third_party/sjpeg.url "${srcdir}/sjpeg"
git -C libjxl config --local submodule.third_party/skcms.url "${srcdir}/skcms"
- git -C libjxl config --local submodule.third_party/IQA-optimization.url "${srcdir}/IQA-optimization"
- git -C libjxl config --local submodule.third_party/vmaf.url "${srcdir}/vmaf"
- git -C libjxl config --local submodule.third_party/difftest_ng.url "${srcdir}/difftest_ng"
git -C libjxl config --local submodule.third_party/highway.url "${srcdir}/highway"
git -C libjxl submodule update
}