Date: Thursday, March 15, 2018 @ 00:48:48 Author: heftig Revision: 319145
0.1.44-2: FS#57842 - F16C implies AVX Modified: babl/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-14 21:13:22 UTC (rev 319144) +++ PKGBUILD 2018-03-15 00:48:48 UTC (rev 319145) @@ -3,14 +3,13 @@ pkgname=babl pkgver=0.1.44 -pkgrel=1 +pkgrel=2 pkgdesc="Dynamic, any to any, pixel format conversion library" arch=(x86_64) url="http://gegl.org/babl/" license=(LGPL3) depends=(glibc) -makedepends=(gobject-introspection vala git meson) -options=(!makeflags) +makedepends=(git meson) _commit=9e4bfe9f1470a7836f7f885ea95607427ed7997f # tags/BABL_0_1_44^0 source=("git+https://git.gnome.org/browse/babl#commit=$_commit") sha256sums=('SKIP') @@ -21,7 +20,10 @@ } build() { - arch-meson $pkgname build + arch-meson $pkgname build \ + -D enable-sse4_1=false \ + -D enable-f16c=false \ + -D with-docs=false ninja -C build }
