###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 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 #
SUMMARY = An AirPlay audio player
-VER = 4.3.4
+VER = 4.3.7
THISAPP = shairport-sync-$(VER)
DL_FILE = $(THISAPP).tar.gz
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = shairport-sync
-PAK_VER = 16
+PAK_VER = 17
DEPS = alac alsa avahi ffmpeg libdaemon libplist nqptp soxr
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 298f836f924dde30ac7563f431d8c657efdc0bc4bb3a0a55fb500591a6eab4801f904a0a61bfb325e0ebe62b68b935926c4fb18a9a574c78d6f8249503bb828f
+$(DL_FILE)_BLAKE2 = 9c4013fce4c7e5c45126fc685cc2db408fd51f570d696e01ff8463756778e075a6e1728c03ac3bcaa9db7953c473965c3ac6853a2f3625bd843a02dd60c97281
install : $(TARGET)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && autoreconf -vfi
cd $(DIR_APP) && ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --with-airplay-2 \
- --with-alsa \
- --with-apple-alac \
- --with-avahi \
- --with-libdaemon \
- --with-ssl=openssl \
- --with-soxr
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-airplay-2 \
+ --with-alsa \
+ --with-apple-alac \
+ --with-avahi \
+ --with-libdaemon \
+ --with-ssl=openssl \
+ --with-soxr
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install