diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/liveice | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-misc/liveice')
| -rw-r--r-- | net-misc/liveice/Manifest | 1 | ||||
| -rw-r--r-- | net-misc/liveice/files/liveice-2000530-build.patch | 38 | ||||
| -rw-r--r-- | net-misc/liveice/files/liveice-2000530-clang16.patch | 37 | ||||
| -rw-r--r-- | net-misc/liveice/liveice-2000530-r3.ebuild | 46 | ||||
| -rw-r--r-- | net-misc/liveice/metadata.xml | 5 |
5 files changed, 0 insertions, 127 deletions
diff --git a/net-misc/liveice/Manifest b/net-misc/liveice/Manifest deleted file mode 100644 index bf64090e7ff8..000000000000 --- a/net-misc/liveice/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST liveice-2000530.tar.gz 85171 BLAKE2B c804a4f64432cba3181e633b9edb4e67f39c18805290bfae290ae78bcb80d865a3106af8cfab40e214a043609d837bc887d0eb50adbaad3f1d2838dd44e4de58 SHA512 6b6b7ed7f4aa2b27e2b97db407554955e332002c059bbf3fbb5c5fe60c1d6aa5cd594d2698524a9b447fc3a81de96fb46945c2386467f1773ff0ba2b10da78e4 diff --git a/net-misc/liveice/files/liveice-2000530-build.patch b/net-misc/liveice/files/liveice-2000530-build.patch deleted file mode 100644 index e736075c4717..000000000000 --- a/net-misc/liveice/files/liveice-2000530-build.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -39,6 +39,7 @@ - - dnl Replace `main' with a function in -lresolv: - AC_CHECK_LIB(curses, refresh) -+AC_SEARCH_LIBS(nodelay, tinfo ncurses curses) - - - dnl Checks for header files. ---- a/Makefile.in -+++ b/Makefile.in -@@ -1,6 +1,6 @@ - CC = @CC@ - CFLAGS = @CFLAGS@ --LDFLAGS = @LIBS@ -+LIBS = @LIBS@ - SHELL=/bin/sh - - srcdir = @srcdir@ -@@ -18,7 +18,7 @@ - - DEFS = -I. @DEFS@ - --COMPILE_CFLAGS=$(CFLAGS) $(DEFS) -+COMPILE_CFLAGS=$(CFLAGS) $(LDFLAGS) $(DEFS) - - .PHONY: clean distclean install installdirs - -@@ -33,7 +33,7 @@ - rm -f Makefile configure config.log config.cache config.h config.status - - liveice: setup.o streams.o encoders.o serverlib.o mpeg.o mixer.o display.o playlist.o wav.o audio_proc.o controls.o meta_data.o url.o liveice.h liveice.c -- $(CC) $(COMPILE_CFLAGS) -o liveice $(OBJS) $(LDFLAGS) liveice.c -+ $(CC) $(COMPILE_CFLAGS) -o liveice $(OBJS) $(LIBS) liveice.c - - setup.o: setup.c - $(CC) $(COMPILE_CFLAGS) -c -o setup.o setup.c diff --git a/net-misc/liveice/files/liveice-2000530-clang16.patch b/net-misc/liveice/files/liveice-2000530-clang16.patch deleted file mode 100644 index 6d1964a9c097..000000000000 --- a/net-misc/liveice/files/liveice-2000530-clang16.patch +++ /dev/null @@ -1,37 +0,0 @@ -Also issues with implicit basename(3), but that is handled from the ebuild. -https://bugs.gentoo.org/861644 -https://bugs.gentoo.org/870838 ---- a/mixer.c -+++ b/mixer.c -@@ -29,4 +29,5 @@ - #include "audio_proc.h" - #include "controls.h" -+#include "url.h" - - -@@ -40,4 +41,5 @@ - #include <time.h> - -+int parse_file_metadata(char *filename,char **title,char **artist,char **album,char **url); - - short audio_buffer[BUF_SIZE]; ---- a/mixer.h -+++ b/mixer.h -@@ -157,2 +157,3 @@ - void write_logfile(cptr ch); - void execute_update_script(cptr ch); -+void shout_streamer(void); ---- a/streams.c -+++ b/streams.c -@@ -32,4 +32,5 @@ - #include "serverlib.h" - #include "audio_proc.h" -+#include "mixer.h" - - #ifdef SOUNDCARD_SUPPORT ---- a/url.h -+++ b/url.h -@@ -11,2 +11,3 @@ - int string_contains(char *string,char *seek); - void strtoupper(char *string); -+char *url_encode(char *str, char **result_p); diff --git a/net-misc/liveice/liveice-2000530-r3.ebuild b/net-misc/liveice/liveice-2000530-r3.ebuild deleted file mode 100644 index d00733459f71..000000000000 --- a/net-misc/liveice/liveice-2000530-r3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="Live Source Client For IceCast" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 x86" - -RDEPEND=" - media-sound/lame - media-sound/mpg123 - sys-libs/ncurses:=" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-build.patch - "${FILESDIR}"/${P}-clang16.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - tc-export CC - append-flags -fcommon - - # seems to expect GNU's basename, but use simple builtin my_basename - # rather than assume by forcing either -D_GNU_SOURCE or <libgen.h> - econf ac_cv_func_basename=no #870838 -} - -src_install() { - dobin liveice - dodoc liveice.cfg README.{liveice,quickstart} README_new_mixer.txt Changes.txt -} diff --git a/net-misc/liveice/metadata.xml b/net-misc/liveice/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/net-misc/liveice/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |
