openbsd-ports/net/ezstream/Makefile
landry 66cc8b2648 Update to ezstream 0.6.0.
From mgrimm@ (upstream)
"
This update includes a SECURITY FIX for a shell command injection
vulnerability. I recommend to update.
Please take note of the NEWS file included in the tarball (or the
homepage on icecast.org after the update), as configuration files
need to be adjusted slightly.
"

So, see http://www.icecast.org/ezstream/ for details.
2015-01-22 21:03:02 +00:00

31 lines
621 B
Makefile

# $OpenBSD: Makefile,v 1.18 2015/01/22 21:03:02 landry Exp $
COMMENT= streaming source client that uses external en-/decoders
DISTNAME= ezstream-0.6.0
CATEGORIES= net multimedia
HOMEPAGE= http://www.icecast.org/ezstream/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m ogg pthread theora vorbis \
shout>=3 speex>=4 xml2>=9 tag_c>=1
MASTER_SITES= http://downloads.xiph.org/releases/ezstream/
MODULES= converters/libiconv
LIB_DEPENDS= net/libshout \
audio/speex \
textproc/libxml \
audio/taglib
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
.include <bsd.port.mk>