![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 527a8e1767cde01378c73cf106386cb5f5700bf6 Author: Tim Biermann <tbier@posteo.de> Date: Sun Mar 13 10:16:41 2022 +0100 libvdpau: 1.4 -> 1.5 diff --git a/libvdpau/.signature b/libvdpau/.signature index 5024091c..d23c7317 100644 --- a/libvdpau/.signature +++ b/libvdpau/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndIJzzg41IN/fV8eu5ibqyio1HoOAeD6LK4kKit76CKlxYsQbESTJZ8MHQTa1ORDyzgJ3479uHb+h29hY7Whavgc= -SHA256 (Pkgfile) = 2a3eff6f6060dadc251a885b65efa71c2ef92fa8318fa1d80e74ffd1d5436b02 +RWTSGWF5Q7TndMZ9o+j7wg1fHvDaz8cIywZ4HGz04x5w8tuvmPYTpqMYAspW4XOU7877pwVgOYi++plmXl7qLKAu3Lb7aMm0/wg= +SHA256 (Pkgfile) = 193ffe6c4e86557eafb1dfa5c7d962ffea6ea413c983f5b5690d93430f2457b0 SHA256 (.footprint) = a2bb1a4403548b4c04557bd90a16fee59cd5889039c0cf51dba49018687e13f6 -SHA256 (libvdpau-1.4.tar.bz2) = 4258824c5a4555ef31de0a7d82b3caf19e75a16a13949f1edafc5f6fb2d33f30 +SHA256 (libvdpau-1.5.tar.bz2) = a5d50a42b8c288febc07151ab643ac8de06a18446965c7241f89b4e810821913 diff --git a/libvdpau/Pkgfile b/libvdpau/Pkgfile index 0ecf8727..15b7ccf5 100644 --- a/libvdpau/Pkgfile +++ b/libvdpau/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxext meson ninja name=libvdpau -version=1.4 +version=1.5 release=1 source=(https://gitlab.freedesktop.org/vdpau/$name/-/archive/$version//$name-$versio...) @@ -12,6 +12,9 @@ build() { meson setup build $name-$version \ --prefix=/usr \ --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D documentation=false meson compile -C build -j ${JOBS:-1}