@@ -77581,48 +77581,6 @@ to create header files and sources from protocol files.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<PartOf>x11.driver</PartOf>
|
||||
<Summary xml:lang="en">X.org amdgpu video driver</Summary>
|
||||
<Summary xml:lang="tr">X.Org amdgpu video sürücüsü</Summary>
|
||||
<Description xml:lang="en">xorg-input-amdgpu contains Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver.</Description>
|
||||
<Description xml:lang="tr">xorg-video-amdgpu, Linux çekirdeğindeki amdgpu sürücüsünü kullanan .</Description>
|
||||
<Archive type="tarbz2" sha1sum="044a97ea2f36dd3d2d4844bb503dd4e2b2854d56" name="xf86-input-amdgpu-19.1.0.tar.bz2">mirrors://xorg/individual/driver/xf86-input-amdgpu-19.1.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.20.7">xorg-server-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>x11/driver/xorg-input-amdgpu/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>xorg-video-radeon</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
03f6f3a49a79ad4918240f570fb418ec050c33a2
|
||||
e61daec2fea6638b760aff468a806d1f91c2a523
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
f327dd002c77bcaa3027f32443e2b7c046184ecc
|
||||
40bdd15c9c58942a7bcf823bb971dbacade93830
|
||||
@@ -1,27 +0,0 @@
|
||||
# -*- 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")
|
||||
@@ -1,42 +0,0 @@
|
||||
<?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>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?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