diff --git a/multimedia/sound/libbs2b/actions.py b/multimedia/sound/libbs2b/actions.py index feda3b0316..4afc6fc7c8 100755 --- a/multimedia/sound/libbs2b/actions.py +++ b/multimedia/sound/libbs2b/actions.py @@ -2,7 +2,7 @@ # -*- 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 pisitools @@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS()) + shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS() autotools.configure("--prefix=/usr") def build(): diff --git a/multimedia/sound/libbs2b/pspec.xml b/multimedia/sound/libbs2b/pspec.xml index d3733576a5..b8be798089 100755 --- a/multimedia/sound/libbs2b/pspec.xml +++ b/multimedia/sound/libbs2b/pspec.xml @@ -1,47 +1,47 @@ - + libbs2b http://bs2b.sourceforge.net/ - Mathias Freire - mathiasfreire45@gmail.com + Mathias Freire + mathiasfreire45@gmail.com - GPLv3 - library + 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 - + 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 + /usr/include - + 2020-01-17 3.1.0 @@ -52,5 +52,3 @@ - - diff --git a/multimedia/sound/shine/actions.py b/multimedia/sound/shine/actions.py index f33a503650..96cd583403 100755 --- a/multimedia/sound/shine/actions.py +++ b/multimedia/sound/shine/actions.py @@ -2,25 +2,22 @@ # -*- 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 def setup(): autotools.autoreconf("-vfi") autotools.configure("--disable-static") - def build(): - + autotools.make() def install(): autotools.rawInstall("DESTDIR=%s" %get.installDIR()) - + pisitools.dodoc("ChangeLog", "COPYING", "README*") diff --git a/multimedia/sound/shine/pspec.xml b/multimedia/sound/shine/pspec.xml index 8e09e8e161..659b1e4577 100755 --- a/multimedia/sound/shine/pspec.xml +++ b/multimedia/sound/shine/pspec.xml @@ -1,55 +1,53 @@ - + shine https://github.com/toots/shine - Mathias Freire - mathiasfreire45@gmail.com + Mathias Freire + mathiasfreire45@gmail.com - GPL2 - library + GPL2 + library Super fast fixed-point MP3 encoder shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to performe super fast mp3 encoding on architectures without a FPU, such as armel, etc - https://github.com/toots/shine/releases/download/3.1.1/shine-3.1.1.tar.gz + https://github.com/toots/shine/releases/download/3.1.1/shine-3.1.1.tar.gz - + shine - - libgcc - + + libgcc + /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - + /usr/lib + /usr/share/doc + /usr/share/man + - - + + shine-devel - Header files for shine. - - shine - + Header files for shine. + + shine + /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig - + 2020-01-14 - 3.1.1 - First release. - Idris Kalp - idriskalp@gmail.com + 3.1.1 + First release. + Idris Kalp + idriskalp@gmail.com - -