xorg-input-amdgpu add to repo
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||||
|
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
|
||||||
|
pisitools.cflags.add("-fno-plt -fcommon")
|
||||||
|
pisitools.cxxflags.add("-fno-plt")
|
||||||
|
pisitools.ldflags.add(",-z,now")
|
||||||
|
|
||||||
|
autotools.autoreconf("-fiv")
|
||||||
|
autotools.configure("\
|
||||||
|
--disable-static \
|
||||||
|
--enable-glamor \
|
||||||
|
")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
pisitools.dodoc("COPYING", "ChangeLog", "README")
|
||||||
Executable
+42
@@ -0,0 +1,42 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>xorg-video-amdgpu</Name>
|
||||||
|
<Homepage>http://www.x.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>Custom</License>
|
||||||
|
<IsA>driver</IsA>
|
||||||
|
<Summary>X.org amdgpu video driver</Summary>
|
||||||
|
<Description>xorg-input-amdgpu contains Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver.</Description>
|
||||||
|
<Archive sha1sum="044a97ea2f36dd3d2d4844bb503dd4e2b2854d56" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-amdgpu-19.1.0.tar.bz2</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency versionFrom="1.20.7">xorg-server-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>xorg-video-amdgpu</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency versionFrom="1.20.7">xorg-server</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib/xorg</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2020-06-17</Date>
|
||||||
|
<Version>19.1.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>İdris Kalp</Name>
|
||||||
|
<Email>idriskalp@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>xorg-video-amdgpu</Name>
|
||||||
|
<Summary xml:lang="tr">X.Org amdgpu video sürücüsü</Summary>
|
||||||
|
<Description xml:lang="tr">xorg-video-amdgpu, Linux çekirdeğindeki amdgpu sürücüsünü kullanan .</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user