diff --git a/multimedia/sound/wavpack/actions.py b/multimedia/sound/wavpack/actions.py index 43b8c6be19..4d45748c71 100644 --- a/multimedia/sound/wavpack/actions.py +++ b/multimedia/sound/wavpack/actions.py @@ -2,19 +2,14 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# 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.system("./autogen.sh") - autotools.configure("--prefix=/usr \ - --libdir=/usr/lib \ - --disable-static \ - --enable-mmx") + autotools.configure("--disable-static --enable-asm") def build(): autotools.make() @@ -22,4 +17,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README") + pisitools.dodoc("AUTHORS", "NEWS") diff --git a/multimedia/sound/wavpack/pspec.xml b/multimedia/sound/wavpack/pspec.xml index bd9410ae53..fef7330eff 100644 --- a/multimedia/sound/wavpack/pspec.xml +++ b/multimedia/sound/wavpack/pspec.xml @@ -1,18 +1,20 @@ - + wavpack - http://www.wavpack.com + https://www.wavpack.com/ PisiLinux Community admins@pisilinux.org BSD library + app:console + multimedia.sound WavPack audio compression tools WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. - https://github.com/dbry/WavPack/archive/5.1.0.tar.gz + https://www.wavpack.com/wavpack-5.4.0.tar.xz @@ -37,7 +39,14 @@ - + + 2021-12-04 + 5.4.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + 2020-01-18 5.1.0 Rebuild.