xorg video intel
This commit is contained in:
@@ -6,15 +6,13 @@
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
# DRI3 has been known to be buggy with the current stack, so is disabled
|
||||
autotools.configure("\
|
||||
--disable-static \
|
||||
--disable-dri3 \
|
||||
--enable-glamor \
|
||||
")
|
||||
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
@@ -24,4 +22,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
|
||||
# pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>driver</IsA>
|
||||
<Summary>X.Org intel video driver</Summary>
|
||||
<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>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
@@ -73,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2015-05-10</Date>
|
||||
<Version>2.99.917</Version>
|
||||
|
||||
Reference in New Issue
Block a user