Files
main/hardware/graphics/vbetool/pspec.xml
T
2016-06-09 00:45:04 +03:00

56 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>vbetool</Name>
<Homepage>http://www.codon.org.uk/~mjg59/vbetool/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Alter video hardware state through video BIOS</Summary>
<Description>vbetools is a real-mode video BIOS code to alter hardware state. Vbetool uses lrmi in order to run code from the video BIOS. It is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch.</Description>
<Archive sha1sum="c7ba7c0635160c47fb1b94fd7c7cbe39cb717d22" type="targz">http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libx86-devel</Dependency>
<Dependency>pciutils-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">vbetool-1.0-build-as-needed.patch</Patch>
<Patch level="1">unsigned_int.patch</Patch>
</Patches>
</Source>
<Package>
<Name>vbetool</Name>
<RuntimeDependencies>
<Dependency>libx86</Dependency>
<Dependency>pciutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/sbin</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-24</Date>
<Version>1.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>