diff --git a/multimedia/sound/libopenmpt/actions.py b/multimedia/sound/libopenmpt/actions.py index af15b4136f..a598def242 100755 --- a/multimedia/sound/libopenmpt/actions.py +++ b/multimedia/sound/libopenmpt/actions.py @@ -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") diff --git a/multimedia/sound/libopenmpt/pspec.xml b/multimedia/sound/libopenmpt/pspec.xml index c76a5cdb06..291bd8e43f 100755 --- a/multimedia/sound/libopenmpt/pspec.xml +++ b/multimedia/sound/libopenmpt/pspec.xml @@ -1,18 +1,18 @@ - + libopenmpt - http://lib.openmpt.org/ + https://lib.openmpt.org/libopenmpt/ - Mathias Freire - mathiasfreire45@gmail.com + Mathias Freire + mathiasfreire45@gmail.com - BSD - library + BSD + library A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. - https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.11+release.autotools.tar.gz + https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.52+release.autotools.tar.gz flac-devel zlib-devel @@ -24,7 +24,7 @@ pulseaudio-libs-devel - + libopenmpt @@ -32,7 +32,7 @@ zlib libgcc libogg - mpg123 + mpg123 libvorbis portaudio libsndfile @@ -45,7 +45,7 @@ /usr/share/man - + libopenmpt-devel Header files for libopenmpt. @@ -58,7 +58,14 @@ - + + + 2026-02-08 + 0.4.52 + Past release + Idris Kalp + lpd_iriska@gmail.com + 2020-01-14 0.4.11 @@ -68,6 +75,3 @@ - - -