mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
audio/libshout: Update to 2.4.6
- Add VORBIS option Changes: https://gitlab.xiph.org/xiph/icecast-libshout/-/blob/master/NEWS
This commit is contained in:
parent
3068321781
commit
7df2d25c9f
2 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Zach Zurflu <zach@pabst.bendnet.com>
|
||||
|
||||
PORTNAME= libshout
|
||||
PORTVERSION= 2.4.5
|
||||
PORTVERSION= 2.4.6
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \
|
||||
https://ftp.osuosl.org/pub/xiph/releases/libshout/ \
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Connect and transmit data to an Icecast media streaming server
|
|||
LICENSE= LGPL20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libogg.so:audio/libogg \
|
||||
libvorbis.so:audio/libvorbis
|
||||
LIB_DEPENDS= libogg.so:audio/libogg
|
||||
|
||||
USES= cpe gmake libtool pathfix pkgconfig ssl
|
||||
|
||||
|
@ -23,12 +22,14 @@ INSTALL_TARGET= install-strip
|
|||
LDFLAGS+= -lcrypto
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS SPEEX THEORA
|
||||
OPTIONS_DEFAULT=SPEEX THEORA
|
||||
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 <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1609598837
|
||||
SHA256 (libshout-2.4.5.tar.gz) = d9e568668a673994ebe3f1eb5f2bee06e3236a5db92b8d0c487e1c0f886a6890
|
||||
SIZE (libshout-2.4.5.tar.gz) = 543991
|
||||
TIMESTAMP = 1650228662
|
||||
SHA256 (libshout-2.4.6.tar.gz) = 39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910
|
||||
SIZE (libshout-2.4.6.tar.gz) = 571153
|
||||
|
|
Loading…
Add table
Reference in a new issue