From 12e40b0bbec5e1e6b0bd5006bc0f0eda92f0a2e9 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 11 Dec 2021 17:33:55 +0300 Subject: [PATCH] vorbis-tools. --- multimedia/sound/vorbis-tools/actions.py | 26 ++++++++++++------------ multimedia/sound/vorbis-tools/pspec.xml | 21 +++++++++++++------ 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/multimedia/sound/vorbis-tools/actions.py b/multimedia/sound/vorbis-tools/actions.py index 0af2405b79..98c2dae778 100644 --- a/multimedia/sound/vorbis-tools/actions.py +++ b/multimedia/sound/vorbis-tools/actions.py @@ -2,25 +2,24 @@ # -*- 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 autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get -def setup(): - shelltools.export("AT_M4DIR", "m4") - autotools.autoreconf("-vfi") +j = ''.join([ + ' --enable-nls', + ' --enable-vcut', + ' --enable-ogg123', + ' --with-flac', + ' --with-kate', + ' --with-speex', + ' --docdir=/%s/%s' % (get.docDIR(), get.srcNAME()) + ]) - autotools.configure('--disable-dependency-tracking \ - --enable-nls \ - --enable-vcut \ - --enable-ogg123 \ - --with-flac \ - --with-speex \ - --with-kate \ - --docdir="/%s/%s"' % (get.docDIR(), get.srcNAME())) +def setup(): + autotools.configure(j) def build(): autotools.make() @@ -29,4 +28,5 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.removeDir("/usr/share/doc") + pisitools.dodoc("CHANGES", "COPYING", "AUTHORS", "README", "ogg123/ogg123rc-example") diff --git a/multimedia/sound/vorbis-tools/pspec.xml b/multimedia/sound/vorbis-tools/pspec.xml index 02204f9623..83d2467ace 100644 --- a/multimedia/sound/vorbis-tools/pspec.xml +++ b/multimedia/sound/vorbis-tools/pspec.xml @@ -1,26 +1,28 @@ - + vorbis-tools - http://www.vorbis.com/ + https://xiph.org/vorbis/ PisiLinux Community admins@pisilinux.org as-is app:console + multimedia.sound Tools for using the Ogg Vorbis sound file format This set of tools allow you to play and encode Ogg Vorbis files. - http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz + https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.2.tar.gz - libvorbis-devel - libao-devel + curl-devel flac-devel + libao-devel speex-devel libogg-devel libkate-devel - curl-devel + opusfile-devel + libvorbis-devel @@ -43,6 +45,13 @@ + + 2021-12-04 + 1.4.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2020-03-08 1.4.0