libmikmod ported from pisi 1.2 update and check

This commit is contained in:
groni
2015-10-19 15:30:03 +02:00
parent 49564baa3f
commit da97dc8282
3 changed files with 165 additions and 0 deletions
+100
View File
@@ -0,0 +1,100 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libmikmod</Name>
<Homepage>http://mikmod.raphnet.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>A library to play a wide range of module formats</Summary>
<Description>libmikmod is a portable sound library, which used to be packaged with the MikMod module player, but is now released independentely. It is capable of playing samples as well as module files, using the OSS driver for output, as well as Alsa and EsounD. Supported module format include mod, s3m, xm, it, med, mtm and 669, to name a few.</Description>
<Archive sha1sum="f936d92ed9752d9f47a3340bdafc78159a270ca9" type="targz">http://sourceforge.net/projects/mikmod/files/libmikmod/3.3.7/libmikmod-3.3.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>audiofile-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libmikmod</Name>
<RuntimeDependencies>
<Dependency>pulseaudio-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/libmikmod</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>libmikmod-devel</Name>
<Summary>Development files for libmikmod</Summary>
<RuntimeDependencies>
<Dependency release="current">libmikmod</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/libmikmod-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
</Files>
</Package>
<Package>
<Name>libmikmod-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libmikmod</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>audiofile-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>pulseaudio-libs-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">libmikmod</Dependency>
<Dependency>audiofile-32bit</Dependency>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>pulseaudio-libs-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-10-19</Date>
<Version>3.3.7</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-31</Date>
<Version>3.3.6</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-31</Date>
<Version>3.3.5</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-08-01</Date>
<Version>3.2.0_beta2</Version>
<Comment>First release</Comment>
<Name>Anıl Özbek</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>