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