Catch up with two bugfix releases. Added new tool shout(1). From maintainer Moritz Grimm.
34 lines
670 B
Makefile
34 lines
670 B
Makefile
# $OpenBSD: Makefile,v 1.32 2021/02/20 16:21:33 naddy Exp $
|
|
|
|
COMMENT= library for communicating with an icecast server
|
|
|
|
DISTNAME= libshout-2.4.5
|
|
|
|
SHARED_LIBS += shout 6.1 # 5.0
|
|
|
|
CATEGORIES= net audio
|
|
|
|
HOMEPAGE= https://icecast.org/
|
|
|
|
MAINTAINER= Moritz Grimm <mgrimm@mrsserver.net>
|
|
|
|
# LGPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c crypto m ogg pthread speex ssl theora>=1 vorbis>=4
|
|
|
|
MASTER_SITES= https://downloads.xiph.org/releases/libshout/
|
|
|
|
LIB_DEPENDS= audio/libogg \
|
|
audio/libvorbis \
|
|
audio/speex \
|
|
multimedia/libtheora
|
|
|
|
FAKE_FLAGS= docdir='${PREFIX}/share/examples/libshout'
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|