xorg-video-amdgpu-1.4.0:First release
This commit is contained in:
+129488
-129312
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
51794b9b462905d7bf6687a87267ee61a42789bd
|
||||
bc3739fd052816a7707d8d61d7b5e437a2adeec9
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
dc0dba1274e35fb70a896968661ea660c42ea81b
|
||||
0174028f7d833af1fc36a41870e047d1c3a178da
|
||||
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--enable-glamor")
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xorg-video-amdgpu</Name>
|
||||
<Homepage>https://www.x.org/wiki/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>driver</IsA>
|
||||
<Summary>X.org amdgpu video driver</Summary>
|
||||
<Description>X.org amdgpu video driver</Description>
|
||||
<Archive sha1sum="d9971cc6177095219a6687328aef25a72df3dd9d" type="tarbz2">https://www.x.org/archive/individual/driver/xf86-video-amdgpu-1.4.0.tar.bz2</Archive>
|
||||
|
||||
<BuildDependencies>
|
||||
<Dependency>libdrm-devel</Dependency>
|
||||
<Dependency>libpciaccess-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>pixman-devel</Dependency>
|
||||
<Dependency>xorg-server-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>xorg-video-amdgpu.patch</Patch>
|
||||
<Patch level="1">xorg-video-amdgpu.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xorg-video-amdgpu</Name>
|
||||
|
||||
<RuntimeDependencies>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>libdrm-amd</Dependency>
|
||||
<Dependency>xorg-server</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/X11/xorg.conf.d</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/xorg-video-amdgpu.desktop">xorg-video-amdgpu.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/xorg-video-amdgpu.png">xorg-video-amdgpu.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
-->
|
||||
<!--
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
<COMAR script="service.py">System.Service</COMAR>
|
||||
</Provides>
|
||||
-->
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-09-09</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</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 driver</Summary>
|
||||
<Description xml:lang="tr">X.org amdgpu video driver</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user