pkgsrc/audio/libshout/Makefile
wiz 42a42d2527 libshout: update to 2.4.3.
libshout 2.4.3 (20190529)
* Fixed building with OpenSSL 1.1.0.
* Fixed static building with OpenSSL.
* Added support for PUT.
* Added support for WebM and Matroska with full timing.
* Added support to inspect the full server's TLS certificate chain.
* Improved API to set the format used for streaming.
2019-06-11 08:49:28 +00:00

23 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/06/11 08:49:28 wiz Exp $
DISTNAME= libshout-2.4.3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://directory.fsf.org/audio/ogg/libshout.html
COMMENT= Connects and sends data to icecast servers
LICENSE= gnu-gpl-v2
USE_LIBTOOL= YES
PTHREAD_OPTS+= require
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= shout.pc.in
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"
.include "../../multimedia/libtheora/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"