x11.drivers part 1

This commit is contained in:
Ertuğrul Erata
2015-07-15 19:26:09 +03:00
parent f1f07fcac9
commit 533ddafe6c
23 changed files with 856 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# -*- 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
def setup():
pisitools.dosed("configure.ac", "gen4asm=yes", "gen4asm=no")
autotools.autoreconf("-vif")
autotools.configure("\
--disable-silent-rules \
--disable-wayland \
")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING")
+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libva-intel-driver</Name>
<Homepage>http://freedesktop.org/wiki/Software/vaapi</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>VA-API implementation for Intel G45 and HD Graphics family</Summary>
<Description>libva-intel-driver, VA-API implementation for Intel G45 and HD Graphics family.</Description>
<Archive sha1sum="98b670517cbd2d0e5e2ef3f171b805815dff9057" type="tarbz2">http://freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-1.5.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libdrm-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency versionFrom="1.5.1">libva-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libva-intel-driver</Name>
<RuntimeDependencies>
<Dependency>libdrm</Dependency>
<Dependency>libdrm-intel</Dependency>
<Dependency versionFrom="1.5.1">libva</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2015-05-08</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2015-01-21</Date>
<Version>1.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-09-01</Date>
<Version>1.3.2</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-16</Date>
<Version>1.3.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-05-16</Date>
<Version>1.3.1</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-04-23</Date>
<Version>1.3.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libva-intel-driver</Name>
<Summary xml:lang="en">VA-API implementation for Intel G45 and HD Graphics family</Summary>
<Description xml:lang="en">libva-intel-driver, VA-API implementation for Intel G45 and HD Graphics family.</Description>
</Source>
</PISI>