xorg-video-amdgpu-25.0.0
This commit is contained in:
@@ -7,23 +7,22 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-fcommon -fno-plt")
|
||||
shelltools.export("CXXFLAGS", "-fno-plt")
|
||||
autotools.configure("--enable-glamor")
|
||||
# pisitools.cflags.add("-fcommon -fno-plt")
|
||||
# shelltools.export("CXXFLAGS", "-fno-plt")
|
||||
mesontools.configure()
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -12,8 +12,9 @@
|
||||
<IsA>driver</IsA>
|
||||
<Summary>X.org amdgpu video driver</Summary>
|
||||
<Description>X.org amdgpu video driver</Description>
|
||||
<Archive sha1sum="d840e300d866a26ee86dced7659e09b3c67ab16e" type="tarxz">https://www.x.org/archive/individual/driver/xf86-video-amdgpu-23.0.0.tar.xz</Archive>
|
||||
<Archive sha1sum="821d2fa3b7c06b545b107030de058c8e4d109729" type="tarxz">https://www.x.org/archive/individual/driver/xf86-video-amdgpu-25.0.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libdrm-devel</Dependency>
|
||||
<Dependency>libpciaccess-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
@@ -46,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2025-07-29</Date>
|
||||
<Version>25.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2023-02-22</Date>
|
||||
<Version>23.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user