libopenmpt-0.4.52
This commit is contained in:
@@ -2,28 +2,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
NoStrip = ["/usr/lib"]
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static \
|
||||
--without-portaudiocpp")
|
||||
autotools.configure("--prefix=/usr --disable-static")
|
||||
|
||||
|
||||
def build():
|
||||
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>libopenmpt</Name>
|
||||
<Homepage>http://lib.openmpt.org/</Homepage>
|
||||
<Homepage>https://lib.openmpt.org/libopenmpt/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<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>
|
||||
<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>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -24,7 +24,7 @@
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>libopenmpt</Name>
|
||||
<RuntimeDependencies>
|
||||
@@ -32,7 +32,7 @@
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>mpg123</Dependency>
|
||||
<Dependency>mpg123</Dependency>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>portaudio</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
@@ -45,7 +45,7 @@
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>libopenmpt-devel</Name>
|
||||
<Summary>Header files for libopenmpt.</Summary>
|
||||
@@ -58,7 +58,14 @@
|
||||
</Files>
|
||||
</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">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.4.11</Version>
|
||||
@@ -68,6 +75,3 @@
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user