12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xorg-video-sis</Name>
- <Homepage>http://www.x.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>driver</IsA>
- <Summary>X.Org sis video driver</Summary>
- <Description>xorg-video-sis contains the X.Org driver for SiS cards.</Description>
- <Archive sha1sum="c0009118307b8cf110d43dbd0a174de2f90dfbcc" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-sis-0.10.9.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>libdrm-devel</Dependency>
- <Dependency>mesa-devel</Dependency>
- <Dependency>xorg-server-devel</Dependency>
- <Dependency>util-macros</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">0001-Disable-UploadToScreen-and-DownloadFromScreen.patch</Patch> -->
- <!-- <Patch level="1">git-fixes.patch</Patch> -->
- <!-- <Patch level="1">Xi.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>xorg-video-sis</Name>
- <RuntimeDependencies>
- <Dependency>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="5">
- <Date>2017-09-09</Date>
- <Version>0.10.9</Version>
- <Comment>rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-03-11</Date>
- <Version>0.10.9</Version>
- <Comment>rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-16</Date>
- <Version>0.10.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-02</Date>
- <Version>0.10.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Burak Ertürk</Name>
- <Email>burakerturk@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-05-08</Date>
- <Version>0.10.7</Version>
- <Comment>First release</Comment>
- <Name>Burak Ertürk</Name>
- <Email>burakerturk@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|