1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>sdl2-net</Name>
- <Homepage>https://github.com/libsdl-org/SDL_net</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Zlib</License>
- <IsA>library</IsA>
- <Summary>SDL network library 2.0 series</Summary>
- <Description>sdl-mixer is a SDL library for network access.</Description>
- <Archive sha1sum="9154bd0898399dbe98c4525b0f3fcaf5b15c64fc" type="targz">
- https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-2.2.0.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>libsdl2-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>sdl2-net</Name>
- <RuntimeDependencies>
- <Dependency>libsdl2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>sdl2-net-devel</Name>
- <Summary>Development files for sdl-net</Summary>
- <RuntimeDependencies>
- <Dependency release="current">sdl2-net</Dependency>
- <Dependency>libsdl2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2023-01-24</Date>
- <Version>2.2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="5">
- <Date>2020-03-07</Date>
- <Version>2.0.1</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-01</Date>
- <Version>2.0.1</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-09</Date>
- <Version>2.0.1</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.0.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-11</Date>
- <Version>2.0.1</Version>
- <Comment>First release</Comment>
- <Name>Mathias Freire</Name>
- <Email>mathiasfreire45@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|