Files
2020-01-21 01:08:46 +03:00

123 lines
4.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pygame</Name>
<Homepage>http://www.pygame.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Python game library</Summary>
<Description>Python bindings to sdl and other libs that facilitate game production.</Description>
<Archive sha1sum="4daa159e35a4f0fec81b2a6862da861296d9435a" type="targz">https://github.com/pygame/pygame/archive/1.9.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>sdl-image-devel</Dependency>
<Dependency>sdl-mixer-devel</Dependency>
<Dependency>portmidi-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>sdl-ttf-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>libsdl-devel</Dependency>
<Dependency>python-devel</Dependency>
<!--
<Dependency>python-numpy</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>smpeg-devel</Dependency>
-->
</BuildDependencies>
</Source>
<Package>
<Name>pygame</Name>
<Summary>Python game library</Summary>
<RuntimeDependencies>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>sdl-image</Dependency>
<Dependency>sdl-mixer</Dependency>
<Dependency>freetype</Dependency>
<Dependency>portmidi</Dependency>
<Dependency>sdl-ttf</Dependency>
<Dependency>python</Dependency>
<Dependency>libpng</Dependency>
<Dependency>libsdl</Dependency>
<!--
<Dependency>python-numpy</Dependency>
<Dependency>libX11</Dependency>
<Dependency>smpeg</Dependency>
-->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>pygame-devel</Name>
<Summary>Development files for python game library</Summary>
<RuntimeDependencies>
<Dependency release="current">pygame</Dependency>
<Dependency>sdl-image-devel</Dependency>
<Dependency>sdl-mixer-devel</Dependency>
<Dependency>sdl-ttf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/pygame/examples/*</Path>
</Files>
</Package>
<Package>
<Name>pygame-doc</Name>
<Summary>Documentation files for python game library</Summary>
<RuntimeDependencies>
<Dependency release="current">pygame</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/pygame/README.rst</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-20</Date>
<Version>1.9.6</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-08-29</Date>
<Version>1.9.4</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-05-09</Date>
<Version>1.9.3</Version>
<Comment>Rebuild and version bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-03</Date>
<Version>1.9.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-05-06</Date>
<Version>1.9.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>