From d5faa2ec2f4c7a83e4d90b1d8c7055ecbdb11f24 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 7 Mar 2024 17:10:41 +0300 Subject: [PATCH] libvdpau-1.5 --- x11/library/libvdpau/actions.py | 9 ++++----- x11/library/libvdpau/pspec.xml | 11 ++++++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/x11/library/libvdpau/actions.py b/x11/library/libvdpau/actions.py index 42172ed191..a1554257b5 100644 --- a/x11/library/libvdpau/actions.py +++ b/x11/library/libvdpau/actions.py @@ -6,17 +6,16 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import mesontools def setup(): - autotools.configure("--disable-static \ - --disable-documentation") + mesontools.configure() - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() pisitools.dodoc("AUTHORS", "COPYING") diff --git a/x11/library/libvdpau/pspec.xml b/x11/library/libvdpau/pspec.xml index 198a082844..d6c5b9a4bc 100644 --- a/x11/library/libvdpau/pspec.xml +++ b/x11/library/libvdpau/pspec.xml @@ -12,8 +12,10 @@ library Wrapper library for the Video Decode and Presentation API VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. - https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.2.tar.bz2 + https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/1.5/libvdpau-1.5.tar.bz2 + meson + xorg-proto libXext-devel @@ -60,6 +62,13 @@ + + 2024-03-07 + 1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-10 1.2