12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libgme</Name>
- <Homepage>https://bitbucket.org/mpyne/game-music-emu</Homepage>
- <Packager>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>LGPL</License>
- <Summary>Video game music file emulation/playback library</Summary>
- <Description>Video game music file emulation/playback library</Description>
- <Archive type="tarxz" sha1sum="4b060b534884bd88bdf1b90a3a2804ac1d611592">https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>zlib-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libgme</Name>
- <Summary>Video game music file emulation/playback library</Summary>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgme-devel</Name>
- <Summary>Development file for libgme</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libgme</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-03-07</Date>
- <Version>0.6.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-09-01</Date>
- <Version>0.6.1</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-30</Date>
- <Version>0.6.1</Version>
- <Comment>First Release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|