ports/opt (3.7): babl: rebuild for libxml2
commit 224478c07ea2a9a38bafed4369afee9d831ade33 Author: Tim Biermann <tbier@posteo.de> Date: Wed Jan 12 16:05:56 2022 +0100 babl: rebuild for libxml2 diff --git a/babl/.signature b/babl/.signature index aafbe99f2..b9beb46a7 100644 --- a/babl/.signature +++ b/babl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VZNtRrja1RGBna9K16T9o8as7QI2uVQcTbVvG32exMZfq+cj2x5a0KIUCj9MtAYzhUMrmLYll7usTND/cxuxwg= -SHA256 (Pkgfile) = 5a265f10f694f14dc5b9422749af9242594538991db9ea6dc8a419e68837f1b3 +RWSE3ohX2g5d/QQwsDSJix4xB1FGS+T1mimD/SRAh3/6XVi18Ul6Rtmz+Jq6qW34FqG87KAsRhQHgCIfkdtBD6Mp9CJGuHzRQwI= +SHA256 (Pkgfile) = e73948db2850c8bd1d05522a6ba6729e09970ebc551b4b10343ee53306ab1b34 SHA256 (.footprint) = 4e7279b12ba1c1211f65e9dfdf512af34e25ae3e1922128154e3ca6a8d15141a SHA256 (babl-0.1.88.tar.xz) = 4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039 diff --git a/babl/Pkgfile b/babl/Pkgfile index c50065369..64b6e8ab3 100644 --- a/babl/Pkgfile +++ b/babl/Pkgfile @@ -12,7 +12,10 @@ source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz) build() { meson setup build $name-$version \ --prefix=/usr \ - --buildtype=plain + --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build }
participants (1)
-
crux@crux.nu