libva-2.10.0

This commit is contained in:
Rmys
2021-01-28 12:32:15 +03:00
committed by GitHub
parent 7af4e96d31
commit e73171fdd8
2 changed files with 15 additions and 2 deletions
+7 -1
View File
@@ -7,11 +7,15 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
LIBDIR = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
def setup():
autotools.autoreconf("-vif")
autotools.configure("--enable-glx \
--libdir=%s \
--enable-wayland \
--disable-static")
--disable-static" % LIBDIR)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -20,5 +24,7 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
return
pisitools.dodoc("COPYING")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Video Acceleration (VA) API for Linux</Summary>
<Description>libva is a library providing the VA API video acceleration API.</Description>
<Archive sha1sum="3e20605243096b4e935e1ef6ac7797efbacc44f6" type="tarbz2">https://github.com/01org/libva/releases/download/2.9.0/libva-2.9.0.tar.bz2</Archive>
<Archive sha1sum="a8e21a73043e1ac1db9b53a2db28c2b62d4dec0a" type="targz">https://github.com/intel/libva/archive/2.10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libdrm-devel</Dependency>
<Dependency>libXext-devel</Dependency>
@@ -82,6 +82,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-01-28</Date>
<Version>2.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-10-01</Date>
<Version>2.9.0</Version>