![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 058b63add21b307711659fc50c8f4f829fc16424 Author: Tim Biermann <tbier@posteo.de> Date: Tue Dec 14 09:44:07 2021 +0100 gdk-pixbuf: enabled lto and pie and syntax diff --git a/gdk-pixbuf/.signature b/gdk-pixbuf/.signature index 7ae95bd19..54d35cfad 100644 --- a/gdk-pixbuf/.signature +++ b/gdk-pixbuf/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dZgIK5DIfOnMbZiDGuEHxStN2XMQaB+7sRRKrmrOjgy9QL9hrLTiL+iCTd4i2dBaSeAYvZJNlVXHAxlWymlxQU= -SHA256 (Pkgfile) = 827ec61fe7a18cebb6fb26651a997e2497462b91feea54cc2e5f77bf5f461cdc +RWSE3ohX2g5d/VfsDS1PiVDZ+qka54deWW02w01kwdX/D2G2Cze/mUkTQLzWsEN2KtcgAsYDtXVCWwUfyUGc2K1mdfXrVZY6sgM= +SHA256 (Pkgfile) = b3f9e28c69852b8408348d5167244c0652eb1e28d0596935fc19e8e13b6d0ea9 SHA256 (.footprint) = 0582dadf58b57d85b941e7708586dbc26228e2a7ab9d205de50d39cf989d3d24 SHA256 (gdk-pixbuf-2.42.6.tar.xz) = c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f SHA256 (gdk-pixbuf.loaders) = cca349521b2de5dd2d19c0640dc5793b9d988a144d2b00afc81eb940c4d65622 diff --git a/gdk-pixbuf/Pkgfile b/gdk-pixbuf/Pkgfile index d3f00ad89..4b930957b 100644 --- a/gdk-pixbuf/Pkgfile +++ b/gdk-pixbuf/Pkgfile @@ -5,14 +5,17 @@ name=gdk-pixbuf version=2.42.6 -release=1 -source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \ +release=2 +source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz gdk-pixbuf.loaders gdk-pixbuf-register.sh) build() { meson setup build $name-$version \ --prefix=/usr \ --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D installed_tests=false \ -D man=false