summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-02-01 16:52:58 +0000
committerDaniel Bermond2021-02-01 16:52:58 +0000
commit445e4857c98bc4cf0bbf2cae6783a172733a9d67 (patch)
tree90f3c8e2758f5006ba6e0ab7bd0d57587555e4a7
parentca76dd8a8698e41eb700876f91c72cf04556f79c (diff)
downloadaur-445e4857c98bc4cf0bbf2cae6783a172733a9d67.tar.gz
Use highway from system
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88b2fee934c3..be929d905bda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libjpeg-xl-git
pkgdesc = JPEG XL image format reference implementation (git version)
- pkgver = 0.2.r0.g31c71b0
+ pkgver = 0.3.r0.g35ad23d
pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
@@ -23,11 +23,12 @@ pkgbase = libjpeg-xl-git
makedepends = python
makedepends = doxygen
makedepends = graphviz
+ makedepends = highway
source = git+https://gitlab.com/wg1/jpeg-xl.git
source = git+https://github.com/google/brotli.git
source = git+https://github.com/lvandeve/lodepng.git
source = git+https://github.com/mm2/Little-CMS.git
- source = git+https://github.com/google/googletest
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 10b1d7cfcebb..8ae2847bfa26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libjpeg-xl-git
pkgname=('libjpeg-xl-git' 'libjpeg-xl-doc-git')
-pkgver=0.2.r0.g31c71b0
+pkgver=0.3.r0.g35ad23d
pkgrel=1
pkgdesc='JPEG XL image format reference implementation (git version)'
arch=('x86_64')
@@ -10,12 +10,12 @@ url='https://jpeg.org/jpegxl/'
license=('Apache')
makedepends=('git' 'cmake' 'clang' 'brotli' 'gdk-pixbuf2' 'giflib' 'gimp'
'libjpeg-turbo' 'libpng' 'openexr' 'zlib' 'libgl' 'freeglut'
- 'gtest' 'gmock' 'python' 'doxygen' 'graphviz')
+ 'gtest' 'gmock' 'python' 'doxygen' 'graphviz' 'highway')
source=('git+https://gitlab.com/wg1/jpeg-xl.git'
'git+https://github.com/google/brotli.git'
'git+https://github.com/lvandeve/lodepng.git'
'git+https://github.com/mm2/Little-CMS.git'
- 'git+https://github.com/google/googletest'
+ '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'
@@ -65,7 +65,7 @@ build() {
-DJPEGXL_ENABLE_VIEWERS:BOOL='false' \
-DJPEGXL_FORCE_SYSTEM_BROTLI:BOOL='true' \
-DJPEGXL_FORCE_SYSTEM_GTEST:BOOL='true' \
- -DJPEGXL_FORCE_SYSTEM_HWY:BOOL='false' \
+ -DJPEGXL_FORCE_SYSTEM_HWY:BOOL='true' \
-DJPEGXL_WARNINGS_AS_ERRORS:BOOL='false' \
-Wno-dev
make -C build all doc
@@ -88,8 +88,6 @@ package_libjpeg-xl-git() {
make -C build DESTDIR="$pkgdir" install
install -D -m644 jpeg-xl/plugins/mime/image-jxl.xml -t "${pkgdir}/usr/share/mime/packages"
- rm "${pkgdir}/usr/lib"/{libhwy.a,pkgconfig/libhwy{,-test}.pc}
- rm -r "${pkgdir}/usr/include"/{contrib,hwy}
}
package_libjpeg-xl-doc-git() {