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.
15 lines
405 B
Makefile
15 lines
405 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2015/11/23 09:51:48 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libshout
|
|
|
|
.if !defined(LIBSHOUT_BUILDLINK3_MK)
|
|
LIBSHOUT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libshout+= libshout>=2.0
|
|
BUILDLINK_ABI_DEPENDS.libshout+= libshout>=2.0nb1
|
|
BUILDLINK_PKGSRCDIR.libshout?= ../../audio/libshout
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # LIBSHOUT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libshout
|