summaryrefslogtreecommitdiff
path: root/audio/libshout/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-11-23 09:51:48 +0000
committerwiz <wiz@pkgsrc.org>2015-11-23 09:51:48 +0000
commitedf303a27c23d6ce5021ffafd12864d51e513414 (patch)
treef1da63434ff2ec20e67ac9250afac4aad8b94641 /audio/libshout/Makefile
parent264ed9f6f8589592375f46ee44ff6871013f7300 (diff)
downloadpkgsrc-edf303a27c23d6ce5021ffafd12864d51e513414.tar.gz
Update libshout to 2.4.1.
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.
Diffstat (limited to 'audio/libshout/Makefile')
-rw-r--r--audio/libshout/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile
index df2267654c1..108241ff423 100644
--- a/audio/libshout/Makefile
+++ b/audio/libshout/Makefile
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.12 2013/10/22 19:31:26 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.13 2015/11/23 09:51:48 wiz Exp $
-DISTNAME= libshout-2.3.1
+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"