From 6191bb72ba360d7df6ff19249ad0d548417a3ab6 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 14 Jan 2020 18:33:22 +0300 Subject: [PATCH] libopenmpt add to repo --- multimedia/sound/libopenmpt/actions.py | 27 ++++++++++ multimedia/sound/libopenmpt/pspec.xml | 73 ++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100755 multimedia/sound/libopenmpt/actions.py create mode 100755 multimedia/sound/libopenmpt/pspec.xml diff --git a/multimedia/sound/libopenmpt/actions.py b/multimedia/sound/libopenmpt/actions.py new file mode 100755 index 0000000000..b06289fb05 --- /dev/null +++ b/multimedia/sound/libopenmpt/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.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 + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--disable-static \ + --without-portaudiocpp") + + +def build(): + + autotools.make() + +def install(): + 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 new file mode 100755 index 0000000000..78fcce7155 --- /dev/null +++ b/multimedia/sound/libopenmpt/pspec.xml @@ -0,0 +1,73 @@ + + + + + libopenmpt + http://lib.openmpt.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + 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 + + flac-devel + zlib-devel + libogg-devel + mpg123-devel + libvorbis-devel + portaudio-devel + libsndfile-devel + pulseaudio-libs-devel + + + + + libopenmpt + + flac + zlib + libgcc + libogg + mpg123 + libvorbis + portaudio + libsndfile + pulseaudio-libs + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + libopenmpt-devel + Header files for libopenmpt. + + libopenmpt + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-14 + 0.4.11 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + +