public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 3/5] alac: Remove this addon linked to shairport-sync update
Date: Sun, 13 Sep 2026 12:36:12 +0200	[thread overview]
Message-ID: <20260913103614.202285-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260913103614.202285-1-adolf.belka@ipfire.org>

- 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

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
-- 
2.55.0



  parent reply	other threads:[~2026-09-13 10:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-13 10:36 [PATCH 1/5] ffmpeg: Update to version 9.0.1 Adolf Belka
2026-09-13 10:36 ` [PATCH 2/5] shairport-sync: Update to version 5.5.1 Adolf Belka
2026-09-13 10:36 ` Adolf Belka [this message]
2026-09-13 10:36 ` [PATCH 4/5] minidlna: bump version due to ffmpeg sobump Adolf Belka
2026-09-13 10:36 ` [PATCH 5/5] mpd: " Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260913103614.202285-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox