Merge pull request #8631 from IdrisKalp/master

amdgpu
This commit is contained in:
Idris Kalp
2020-06-17 18:16:48 +03:00
committed by GitHub
7 changed files with 243838 additions and 241439 deletions
+243758 -241437
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
622be1a663cff238044de971818f6ecf2007021c
bed34e8c8522d3274f6c74bd5cebeec95f04f2b9
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
8abd7a8d06da2a2ba45cc9b8b24fc6184f396d7a
6c829ff27d8ddbcb69da9a97496ea488602afbb0
+28
View File
@@ -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")
+42
View File
@@ -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>