[3/5] alac: Remove this addon linked to shairport-sync update

Message ID 20260913103614.202285-3-adolf.belka@ipfire.org
State Staged
Commit 049dfb9a8a0d1effe5df2ac3e9f924843fbbee1e
Headers
Series [1/5] ffmpeg: Update to version 9.0.1 |

Commit Message

Adolf Belka 13 Sep 2026, 10:36 a.m. UTC
- With the latest shairport-sync update in this patch set, the 10 year old apple-alac
   package is no longer required. shairport-sync stopped using it due to security
   conecrn.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/packages/alac | 15 ------
 lfs/alac                       | 89 ----------------------------------
 make.sh                        |  1 -
 3 files changed, 105 deletions(-)
 delete mode 100644 config/rootfiles/packages/alac
 delete mode 100644 lfs/alac
  

Patch

diff --git a/config/rootfiles/packages/alac b/config/rootfiles/packages/alac
deleted file mode 100644
index 305a2c4e8..000000000
--- a/config/rootfiles/packages/alac
+++ /dev/null
@@ -1,15 +0,0 @@ 
-#usr/include/alac
-#usr/include/alac/ALACAudioTypes.h
-#usr/include/alac/ALACBitUtilities.h
-#usr/include/alac/ALACDecoder.h
-#usr/include/alac/ALACEncoder.h
-#usr/include/alac/EndianPortable.h
-#usr/include/alac/aglib.h
-#usr/include/alac/dplib.h
-#usr/include/alac/matrixlib.h
-#usr/lib/libalac.a
-#usr/lib/libalac.la
-#usr/lib/libalac.so
-usr/lib/libalac.so.0
-usr/lib/libalac.so.0.0.0
-#usr/lib/pkgconfig/alac.pc
diff --git a/lfs/alac b/lfs/alac
deleted file mode 100644
index ecea84b33..000000000
--- a/lfs/alac
+++ /dev/null
@@ -1,89 +0,0 @@ 
-###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  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    = Apple Lossless Audio Codec
-
-VER        = 0.0.7
-
-THISAPP    = alac-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = alac
-PAK_VER    = 1
-
-DEPS       =
-
-SERVICES   =
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_BLAKE2 = 763e8d93a2ff0445cc260d6a631bd6468fc35b3ac4a5a1fed8f412bce53b6960d57aad43cadb693d0d069a18ffe2876e0a6a85e814e1b5f5846dc9cfa9ceba07
-
-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 axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && autoreconf -vfi
-	cd $(DIR_APP) && ./configure --prefix=/usr
-	cd $(DIR_APP) && make $(MAKETUNING)
-	cd $(DIR_APP) && make install
-	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)
diff --git a/make.sh b/make.sh
index 37f01c1a2..cf082c6b0 100755
--- a/make.sh
+++ b/make.sh
@@ -1922,7 +1922,6 @@  build_system() {
 	lfsmake2 observium-agent
 	lfsmake2 ebtables
 	lfsmake2 faad2
-	lfsmake2 alac
 	lfsmake2 ffmpeg
 	lfsmake2 vdr
 	lfsmake2 vdr_streamdev