diff --git a/multimedia/sound/libbs2b/actions.py b/multimedia/sound/libbs2b/actions.py new file mode 100755 index 0000000000..feda3b0316 --- /dev/null +++ b/multimedia/sound/libbs2b/actions.py @@ -0,0 +1,23 @@ +#!/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 pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS()) + autotools.configure("--prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "README") + diff --git a/multimedia/sound/libbs2b/pspec.xml b/multimedia/sound/libbs2b/pspec.xml new file mode 100755 index 0000000000..5e9fed8de1 --- /dev/null +++ b/multimedia/sound/libbs2b/pspec.xml @@ -0,0 +1,56 @@ + + + + + libbs2b + http://http://bs2b.sourceforge.net/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv3 + library + Bauer stereophonic-to-binaural DSP library + The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to improve headphone listening of stereo audio records. + mirrors://sourceforge/bs2b/libbs2b/3.1.0/libbs2b-3.1.0.tar.bz2 + + libsndfile-devel + + + + + libbs2b + + libsndfile + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + libbs2b-devel + Header files for libbs2b. + + libbs2b + + + /usr/include + + + + + + 2020-01-17 + 3.1.0 + First release. + Mathias Freire + mathiasfreire45@gmail.com + + + + + +