sox: Remove from IPFire as no longer needed for asterix

Message ID 20230728213952.3984503-1-adolf.belka@ipfire.org
State Staged
Commit 1fa4116cf87ff03b387b7bdfe5793cbc6cefbc8f
Headers
Series sox: Remove from IPFire as no longer needed for asterix |

Commit Message

Adolf Belka July 28, 2023, 9:39 p.m. UTC
  - sox was used for asterix but that addon was removed in Core Update 158 so sox is no
   longer needed.
- remove the lfs and rootfile files and remove sox from the make.sh script

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 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
  

Patch

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  <info@ipfire.org>                     #
-#                                                                             #
-# 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 <http://www.gnu.org/licenses/>.       #
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-SUMMARY    = Sound Conversion Tools
-
-VER        = 14.4.2
-
-THISAPP    = sox-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
-DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = sox
-PAK_VER    = 2
-
-DEPS       = libvorbis
-
-SERVICES   =
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_BLAKE2 = 89c7dd4818864087add1c53c65fd934655a8df30f62b2d5fe1be12e5527e94330e50b65aef5626eda893d3841d5c38a875347521e8735ef9475c5cc12b2792e0
-
-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=/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