xorg video intel

This commit is contained in:
bferturk
2016-05-02 17:27:45 +03:00
parent 8fd5b9a671
commit 8c511e246d
2 changed files with 13 additions and 8 deletions
+5 -7
View File
@@ -6,15 +6,13 @@
from pisi.actionsapi import get from pisi.actionsapi import get
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup(): def setup():
# DRI3 has been known to be buggy with the current stack, so is disabled # DRI3 has been known to be buggy with the current stack, so is disabled
autotools.configure("\
--disable-static \ shelltools.system("NOCONFIGURE=1 ./autogen.sh")
--disable-dri3 \ autotools.configure()
--enable-glamor \
")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -24,4 +22,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README") # pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>driver</IsA> <IsA>driver</IsA>
<Summary>X.Org intel video driver</Summary> <Summary>X.Org intel video driver</Summary>
<Description>xorg-video-intel contains the X.Org driver for Intel video chipsets.</Description> <Description>xorg-video-intel contains the X.Org driver for Intel video chipsets.</Description>
<Archive sha1sum="9af9ded7a29026c211e5eb50a547e3e33976301d" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-intel-2.99.917.tar.bz2</Archive> <Archive sha1sum="6f00866f1bec46b1f3bd3fb89e1cbc3a00032315" type="tarxz">http://anduin.linuxfromscratch.org/BLFS/xf86-video-intel/xf86-video-intel-0340718.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libX11-devel</Dependency> <Dependency>libX11-devel</Dependency>
<Dependency>libxcb-devel</Dependency> <Dependency>libxcb-devel</Dependency>
@@ -73,6 +73,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>0340718</Version>
<Comment>Version bump</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2015-05-10</Date> <Date>2015-05-10</Date>
<Version>2.99.917</Version> <Version>2.99.917</Version>