From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sox: Remove from IPFire as no longer needed for asterix Date: Fri, 28 Jul 2023 23:39:52 +0200 Message-ID: <20230728213952.3984503-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7134966720229150318==" List-Id: --===============7134966720229150318== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - sox was used for asterix but that addon was removed in Core Update 158 so s= ox is no longer needed. - remove the lfs and rootfile files and remove sox from the make.sh script Signed-off-by: Adolf Belka --- config/rootfiles/packages/sox | 19 -------- lfs/sox | 89 ----------------------------------- make.sh | 1 - 3 files changed, 109 deletions(-) delete mode 100644 config/rootfiles/packages/sox delete mode 100644 lfs/sox diff --git a/config/rootfiles/packages/sox b/config/rootfiles/packages/sox deleted file mode 100644 index a3b2d7170..000000000 --- a/config/rootfiles/packages/sox +++ /dev/null @@ -1,19 +0,0 @@ -usr/bin/play -usr/bin/rec -usr/bin/sox -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 deleted file mode 100644 index a9470d5db..000000000 --- a/lfs/sox +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################= ### -# = # -# IPFire.org - A linux based firewall = # -# 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 = # -# the Free Software Foundation, either version 3 of the License, or = # -# (at your option) any later version. = # -# = # -# This program is distributed in the hope that it will be useful, = # -# but WITHOUT ANY WARRANTY; without even the implied warranty of = # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the = # -# GNU General Public License for more details. = # -# = # -# You should have received a copy of the GNU General Public License = # -# along with this program. If not, see . = # -# = # -############################################################################= ### - -############################################################################= ### -# Definitions -############################################################################= ### - -include Config - -SUMMARY =3D Sound Conversion Tools - -VER =3D 14.4.2 - -THISAPP =3D sox-$(VER) -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 2 - -DEPS =3D libvorbis - -SERVICES =3D - -############################################################################= ### -# Top-level Rules -############################################################################= ### - -objects =3D $(DL_FILE) - -$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 =3D 89c7dd4818864087add1c53c65fd934655a8df30f62b2d5fe1be12= e5527e94330e50b65aef5626eda893d3841d5c38a875347521e8735ef9475c5cc12b2792e0 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - @$(PAK) - -############################################################################= ### -# Downloading, checking, b2sum -############################################################################= ### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################= ### -# Installation Details -############################################################################= ### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=3D/usr - cd $(DIR_APP) && make $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/make.sh b/make.sh index d41e6bd6b..b0a4b8926 100755 --- a/make.sh +++ b/make.sh @@ -1465,7 +1465,6 @@ buildipfire() { lfsmake2 libvorbis lfsmake2 flac lfsmake2 lame - lfsmake2 sox lfsmake2 soxr lfsmake2 libshout lfsmake2 xvid --=20 2.41.0 --===============7134966720229150318==--