Install this version:
emerge -a =media-sound/ezstream-1.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/ezstream-1.0.2
Or alternatively:
emerge --autounmask-write -a =media-sound/ezstream-1.0.2
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="A command line source client for Icecast media streaming servers"
HOMEPAGE="https://www.icecast.org/ezstream/"
SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
dev-libs/libxml2:=
>=media-libs/libshout-2.2
media-libs/taglib:="
RDEPEND="
${DEPEND}
net-misc/icecast"
BDEPEND="
virtual/pkgconfig
test? ( dev-libs/check )"
PATCHES=(
"${FILESDIR}/${P}-conditional-check.patch"
"${FILESDIR}/${P}-basename-in-libgen.patch"
)
src_prepare() {
default
# patching mandatory dependency on libcheck from configure.ac
eautoreconf
}
src_configure() {
econf \
--enable-examplesdir='$(docdir)/examples' \
$(use_enable test check)
}
src_install() {
default
newinitd "${FILESDIR}"/${PN}.initd ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
rm -f "${ED}"/usr/share/doc/${PF}/COPYING || die
}
Manage flags for this package:
euse -i <flag> -p media-sound/ezstream |
euse -E <flag> -p media-sound/ezstream |
euse -D <flag> -p media-sound/ezstream
dev-libs/libxml2:= >=media-libs/libshout-2.2 media-libs/taglib:=
dev-libs/libxml2:= >=media-libs/libshout-2.2 media-libs/taglib:= net-misc/icecast
virtual/pkgconfig test? ( dev-libs/check )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ezstream-1.0.2.tar.gz | 514884 bytes | https://downloads.xiph.org/releases/ezstream/ezstream-1.0.2.tar.gz |