media-sound/ezstream - 0.6.0 (gentoo)

Search

Install

Install this version:

emerge -a =media-sound/ezstream-0.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/ezstream-0.6.0

Or alternatively:

emerge --autounmask-write -a =media-sound/ezstream-0.6.0

Package Information

Description:
A command line source client for Icecast media streaming servers
Homepage:
https://www.icecast.org/ezstream/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A command line source client for Icecast media streaming servers"
HOMEPAGE="https://www.icecast.org/ezstream/"
SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="taglib"

DEPEND="
	dev-libs/libxml2:=
	>=media-libs/libshout-2.2
	!taglib? ( media-libs/libvorbis )
	taglib? ( media-libs/taglib:= )"
RDEPEND="
	${DEPEND}
	net-misc/icecast"
BDEPEND="virtual/pkgconfig"

src_configure() {
	econf \
		--enable-examplesdir='$(docdir)/examples' \
		$(use_with taglib taglib "${ESYSROOT}"/usr)
}

src_install() {
	default

	newinitd "${FILESDIR}"/${PN}.initd ${PN}
	newconfd "${FILESDIR}"/${PN}.confd ${PN}

	rm -f "${ED}"/usr/share/doc/${PF}/COPYING || die
}

USE Flags

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

Global/Standard Flags

Dependencies

DEPEND

	dev-libs/libxml2:=
	>=media-libs/libshout-2.2
	!taglib? ( media-libs/libvorbis )
	taglib? ( media-libs/taglib:= )

RDEPEND

	
	dev-libs/libxml2:=
	>=media-libs/libshout-2.2
	!taglib? ( media-libs/libvorbis )
	taglib? ( media-libs/taglib:= )
	net-misc/icecast

BDEPEND

virtual/pkgconfig

Manifest for 0.6.0

Type File Size Source URLs
DIST ezstream-0.6.0.tar.gz 250448 bytes http://downloads.xiph.org/releases/ezstream/ezstream-0.6.0.tar.gz