diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index b3bebc10ed41..4068e3c2b89e 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -1,34 +1,35 @@ PORTNAME= libshout PORTVERSION= 2.4.6 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ https://ftp.osuosl.org/pub/xiph/releases/libshout/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Connect and transmit data to an Icecast media streaming server -WWW= https://gitlab.xiph.org/xiph/icecast-libshout +WWW= https://icecast.org/ \ + https://gitlab.xiph.org/xiph/icecast-libshout LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg USES= cpe gmake libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -lcrypto USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS SPEEX THEORA VORBIS OPTIONS_DEFAULT=SPEEX THEORA VORBIS SPEEX_CONFIGURE_ENABLE= speex SPEEX_LIB_DEPENDS= libspeex.so:audio/speex THEORA_CONFIGURE_ENABLE=theora THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora vorbis_CONFIGURE_ENABLE=vorbis VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis .include diff --git a/audio/libshout/pkg-descr b/audio/libshout/pkg-descr index 3870d6c29ad6..1842f38ea01f 100644 --- a/audio/libshout/pkg-descr +++ b/audio/libshout/pkg-descr @@ -1,7 +1,5 @@ This is a port of the libshout library. Libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. - -See also: https://icecast.org/