56f7003cef
Set LICENSE. Fix installed pkg-config file. Remove unnecessary includes from bl3.mk. Enable speex support. libshout 2.4.1 (20151120) * Fixed issue with missing file in distribution libshout 2.4.0 (20151111) * Audio only WebM support. * Protocol level meta data support improved. Some API calls got replaced and marked as obsolete. * Code hardened. * Fixed overlinking. * Removed Debian packaging. * TLS support (RFC2818 and RFC2817, mode can be autodetected). * Improved HTTP protocol: * Set Host:-header (vhosting), * Check for server capabilities. * Basic support for RoarAudio protocol.
23 lines
658 B
Makefile
23 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/11/23 09:51:48 wiz Exp $
|
|
|
|
DISTNAME= libshout-2.4.1
|
|
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"
|