From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 08/14] Drop icecast Date: Wed, 12 Feb 2020 09:34:47 +0000 Message-ID: <20200212093453.5732-9-michael.tremer@ipfire.org> In-Reply-To: <20200212093453.5732-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5590897600505947681==" List-Id: --===============5590897600505947681== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is unmaintained for a very long time. Signed-off-by: Michael Tremer --- config/rootfiles/packages/icecast | 55 -------------------- lfs/icecast | 85 ------------------------------- make.sh | 1 - 3 files changed, 141 deletions(-) delete mode 100644 config/rootfiles/packages/icecast delete mode 100644 lfs/icecast diff --git a/config/rootfiles/packages/icecast b/config/rootfiles/packages/ic= ecast deleted file mode 100644 index 7a79bb518..000000000 --- a/config/rootfiles/packages/icecast +++ /dev/null @@ -1,55 +0,0 @@ -usr/bin/icecast -usr/etc/icecast.xml -#usr/share/doc/icecast -#usr/share/doc/icecast/AUTHORS -#usr/share/doc/icecast/COPYING -#usr/share/doc/icecast/ChangeLog -#usr/share/doc/icecast/NEWS -#usr/share/doc/icecast/README -#usr/share/doc/icecast/TODO -usr/share/doc/icecast/icecast2_admin.html -usr/share/doc/icecast/icecast2_basicsetup.html -usr/share/doc/icecast/icecast2_changes.html -usr/share/doc/icecast/icecast2_config_file.html -usr/share/doc/icecast/icecast2_faq.html -usr/share/doc/icecast/icecast2_glossary.html -usr/share/doc/icecast/icecast2_introduction.html -usr/share/doc/icecast/icecast2_listenerauth.html -usr/share/doc/icecast/icecast2_relay.html -usr/share/doc/icecast/icecast2_stats.html -usr/share/doc/icecast/icecast2_win32.html -usr/share/doc/icecast/icecast2_yp.html -usr/share/doc/icecast/index.html -usr/share/doc/icecast/listener_auth1.jpg -usr/share/doc/icecast/listener_auth2.jpg -usr/share/doc/icecast/listener_auth3.jpg -#usr/share/icecast -#usr/share/icecast/admin -usr/share/icecast/admin/listclients.xsl -usr/share/icecast/admin/listmounts.xsl -usr/share/icecast/admin/manageauth.xsl -usr/share/icecast/admin/moveclients.xsl -usr/share/icecast/admin/response.xsl -usr/share/icecast/admin/stats.xsl -usr/share/icecast/admin/updatemetadata.xsl -#usr/share/icecast/doc -usr/share/icecast/doc/icecast.xml.dist -usr/share/icecast/doc/icecast_minimal.xml.dist -usr/share/icecast/doc/icecast_shoutcast_compat.xml.dist -usr/share/icecast/doc/icecast_urlauth.xml.dist -#usr/share/icecast/web -usr/share/icecast/web/auth.xsl -usr/share/icecast/web/corner_bottomleft.jpg -usr/share/icecast/web/corner_bottomright.jpg -usr/share/icecast/web/corner_topleft.jpg -usr/share/icecast/web/corner_topright.jpg -usr/share/icecast/web/icecast.png -usr/share/icecast/web/key.gif -usr/share/icecast/web/key.png -usr/share/icecast/web/server_version.xsl -usr/share/icecast/web/status.xsl -usr/share/icecast/web/status2.xsl -usr/share/icecast/web/style.css -usr/share/icecast/web/tunein.png -usr/share/doc/icecast/masterslave.png -usr/share/doc/icecast/relay.png diff --git a/lfs/icecast b/lfs/icecast deleted file mode 100644 index c59fba8f3..000000000 --- a/lfs/icecast +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################= ### -# = # -# IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 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 - -VER =3D 2.3.2 - -THISAPP =3D icecast-$(VER) -DL_FILE =3D $(THISAPP).tar.gz -DL_FROM =3D $(URL_IPFIRE) -DIR_APP =3D $(DIR_SRC)/$(THISAPP) -TARGET =3D $(DIR_INFO)/$(THISAPP) -PROG =3D icecast -PAK_VER =3D 3 - -DEPS =3D "libshout lame sox libvorbis libogg" - -############################################################################= ### -# Top-level Rules -############################################################################= ### - -objects =3D $(DL_FILE) - -$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 =3D ff516b3ccd2bcc31e68f460cd316093f - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -dist:=20 - @$(PAK) - -############################################################################= ### -# Downloading, checking, md5sum -############################################################################= ### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################= ### -# Installation Details -############################################################################= ### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=3D/usr - cd $(DIR_APP) && make=20 - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/make.sh b/make.sh index e137d98e5..1fcb65d3b 100755 --- a/make.sh +++ b/make.sh @@ -1462,7 +1462,6 @@ buildipfire() { lfsmake2 vdr_dvbapi lfsmake2 vdr_eepg lfsmake2 w_scan - lfsmake2 icecast lfsmake2 icegenerator lfsmake2 mpd lfsmake2 libmpdclient --=20 2.20.1 --===============5590897600505947681==--