libopenmpt-0.4.52
This commit is contained in:
@@ -2,28 +2,19 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
NoStrip = ["/usr/lib"]
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vfi")
|
autotools.configure("--prefix=/usr --disable-static")
|
||||||
autotools.configure("--disable-static \
|
|
||||||
--without-portaudiocpp")
|
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("LICENSE", "README.md")
|
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE", "README.md")
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libopenmpt</Name>
|
<Name>libopenmpt</Name>
|
||||||
<Homepage>http://lib.openmpt.org/</Homepage>
|
<Homepage>https://lib.openmpt.org/libopenmpt/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Mathias Freire</Name>
|
<Name>Mathias Freire</Name>
|
||||||
<Email>mathiasfreire45@gmail.com</Email>
|
<Email>mathiasfreire45@gmail.com</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>BSD</License>
|
<License>BSD</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Summary>
|
<Summary>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Summary>
|
||||||
<Description>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Description>
|
<Description>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Description>
|
||||||
<Archive sha1sum="edd05d565950601c2bcb11e92d7dba95dd752a4e" type="targz">https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.11+release.autotools.tar.gz</Archive>
|
<Archive sha1sum="0c47bc2bae6b9e29b31b4227fa6d60f3ce7697be" type="targz">https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.52+release.autotools.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>flac-devel</Dependency>
|
<Dependency>flac-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libopenmpt</Name>
|
<Name>libopenmpt</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libogg</Dependency>
|
<Dependency>libogg</Dependency>
|
||||||
<Dependency>mpg123</Dependency>
|
<Dependency>mpg123</Dependency>
|
||||||
<Dependency>libvorbis</Dependency>
|
<Dependency>libvorbis</Dependency>
|
||||||
<Dependency>portaudio</Dependency>
|
<Dependency>portaudio</Dependency>
|
||||||
<Dependency>libsndfile</Dependency>
|
<Dependency>libsndfile</Dependency>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libopenmpt-devel</Name>
|
<Name>libopenmpt-devel</Name>
|
||||||
<Summary>Header files for libopenmpt.</Summary>
|
<Summary>Header files for libopenmpt.</Summary>
|
||||||
@@ -58,7 +58,14 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2026-02-08</Date>
|
||||||
|
<Version>0.4.52</Version>
|
||||||
|
<Comment>Past release</Comment>
|
||||||
|
<Name>Idris Kalp</Name>
|
||||||
|
<Email>lpd_iriska@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-01-14</Date>
|
<Date>2020-01-14</Date>
|
||||||
<Version>0.4.11</Version>
|
<Version>0.4.11</Version>
|
||||||
@@ -68,6 +75,3 @@
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user