libvdpau-1.5

This commit is contained in:
Rmys
2024-03-07 17:10:41 +03:00
parent f676888c02
commit d5faa2ec2f
2 changed files with 14 additions and 6 deletions
+4 -5
View File
@@ -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")
+10 -1
View File
@@ -12,8 +12,10 @@
<IsA>library</IsA>
<Summary>Wrapper library for the Video Decode and Presentation API</Summary>
<Description>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.</Description>
<Archive sha1sum="6312ebbeca8a14a861c44319d2f8d45d2a0821ae" type="tarbz2">https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.2.tar.bz2</Archive>
<Archive sha1sum="7c30763796f6abe178dab49268e818378b7c3d4a" type="tarbz2">https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/1.5/libvdpau-1.5.tar.bz2</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>libXext-devel</Dependency>
</BuildDependencies>
</Source>
@@ -60,6 +62,13 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2024-03-07</Date>
<Version>1.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-01-10</Date>
<Version>1.2</Version>