From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] sox: Update to 14.4.2 Date: Sun, 05 Apr 2020 16:07:13 +0200 Message-ID: <20200405140713.9053-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8763964776691294366==" List-Id: --===============8763964776691294366== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: http://sox.sourceforge.net/ Signed-off-by: Matthias Fischer --- config/rootfiles/packages/sox | 22 ++++++++++++++++++---- lfs/sox | 12 ++++++------ 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/packages/sox b/config/rootfiles/packages/sox index 85cd6b051..a3b2d7170 100644 --- a/config/rootfiles/packages/sox +++ b/config/rootfiles/packages/sox @@ -1,5 +1,19 @@ +usr/bin/play +usr/bin/rec usr/bin/sox -usr/bin/soxmix -#usr/man/man1/sox.1 -#usr/man/man1/soxexam.1 -#usr/man/man1/soxmix.1 +usr/bin/soxi +#usr/include/sox.h +#usr/lib/libsox.a +#usr/lib/libsox.la +#usr/lib/libsox.so +usr/lib/libsox.so.3 +usr/lib/libsox.so.3.0.0 +#usr/lib/pkgconfig/sox.pc +#usr/share/man/man1/play.1 +#usr/share/man/man1/rec.1 +#usr/share/man/man1/sox.1 +#usr/share/man/man1/soxi.1 +#usr/share/man/man3/libsox.3 +#usr/share/man/man7/soxeffect.7 +#usr/share/man/man7/soxformat.7 + diff --git a/lfs/sox b/lfs/sox index b5666fb07..f2d57a6ee 100644 --- a/lfs/sox +++ b/lfs/sox @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,15 +24,15 @@ =20 include Config =20 -VER =3D 12.18.1 +VER =3D 14.4.2 =20 THISAPP =3D sox-$(VER) -DL_FILE =3D $(THISAPP).tar.gz +DL_FILE =3D $(THISAPP).tar.bz2 DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D sox -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D libvorbis =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D b12507493d3c8571fa8b6e70a01d5438 +$(DL_FILE)_MD5 =3D ba804bb1ce5c71dd484a102a5b27d0dd =20 install : $(TARGET) =20 @@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) : =20 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=3D/usr --disable-alsa-dsp --disable-o= ss-dsp \ --disable-sun-audio --disable-mad --=20 2.18.0 --===============8763964776691294366==--