diff --git a/multimedia/sound/libsndfile/actions.py b/multimedia/sound/libsndfile/actions.py index 059c3e632e..595eeaccd6 100644 --- a/multimedia/sound/libsndfile/actions.py +++ b/multimedia/sound/libsndfile/actions.py @@ -4,15 +4,18 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get -def setup(): - shelltools.export("PYTHON", "/usr/bin/env python3") +i = ''.join([ + ' PYTHON=python3', + ' --enable-alsa', + ' --disable-static ' + ]) - autotools.configure("--enable-alsa --disable-static") +def setup(): + autotools.configure(i) def build(): autotools.make() @@ -20,4 +23,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "NEWS") + pisitools.dodoc("AUTHORS", "CHANGELOG.md") diff --git a/multimedia/sound/libsndfile/pspec.xml b/multimedia/sound/libsndfile/pspec.xml index 87dad0edaf..e39c645df4 100644 --- a/multimedia/sound/libsndfile/pspec.xml +++ b/multimedia/sound/libsndfile/pspec.xml @@ -14,9 +14,10 @@ multimedia.sound A C library for reading and writing files containing sampled sound Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. - https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2 + https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfile-1.2.0.tar.xz flac-devel + lame-devel libogg-devel python3-devel libopus-devel @@ -32,6 +33,7 @@ libsndfile flac + lame libogg libopus alsa-lib @@ -52,6 +54,7 @@ libsndfile flac-devel + lame-devel libogg-devel libopus-devel libvorbis-devel @@ -89,6 +92,13 @@ + + 2023-01-27 + 1.2.0 + Version bump. + fury + uglyside@yandex.ru + 2021-12-04 1.0.31