Lines 2-11
Link Here
|
2 |
# $FreeBSD: head/audio/darkice/Makefile 523220 2020-01-16 09:34:42Z bapt $ |
2 |
# $FreeBSD: head/audio/darkice/Makefile 523220 2020-01-16 09:34:42Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= darkice |
4 |
PORTNAME= darkice |
5 |
PORTVERSION= 1.3 |
5 |
PORTVERSION= 1.4 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= audio net |
6 |
CATEGORIES= audio net |
8 |
MASTER_SITES= SF |
7 |
MASTER_SITES= https://github.com/rafael2k/darkice/releases/download/v${PORTVERSION}/ |
9 |
|
8 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
11 |
COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer |
10 |
COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer |
Lines 28-34
OPTIONS_DEFAULT= VORBIS
Link Here
|
28 |
|
27 |
|
29 |
AACPLUS_DESC= AAC HEv2 and libsamplerate support |
28 |
AACPLUS_DESC= AAC HEv2 and libsamplerate support |
30 |
AACPLUS_LIB_DEPENDS= libaacplus.so:audio/libaacplus \ |
29 |
AACPLUS_LIB_DEPENDS= libaacplus.so:audio/libaacplus \ |
31 |
libsamplerate.so:audio/libsamplerate |
30 |
libsamplerate.so:audio/libsamplerate\ |
|
|
31 |
libfftw3f.so:math/fftw3-float |
32 |
AACPLUS_CONFIGURE_ON= --with-aacplus --with-samplerate |
32 |
AACPLUS_CONFIGURE_ON= --with-aacplus --with-samplerate |
33 |
AACPLUS_CONFIGURE_OFF= --without-aacplus --without-samplerate |
33 |
AACPLUS_CONFIGURE_OFF= --without-aacplus --without-samplerate |
34 |
FAAC_LIB_DEPENDS= libfaac.so:audio/faac |
34 |
FAAC_LIB_DEPENDS= libfaac.so:audio/faac |
Lines 39-51
JACK_CONFIGURE_WITH= jack
Link Here
|
39 |
LAME_LIB_DEPENDS= libmp3lame.so:audio/lame |
39 |
LAME_LIB_DEPENDS= libmp3lame.so:audio/lame |
40 |
LAME_CONFIGURE_ON= --with-lame-prefix=${LOCALBASE} |
40 |
LAME_CONFIGURE_ON= --with-lame-prefix=${LOCALBASE} |
41 |
LAME_CONFIGURE_OFF= --without-lame |
41 |
LAME_CONFIGURE_OFF= --without-lame |
42 |
OPUS_LIB_DEPENDS= libopus.so:audio/opus |
42 |
OPUS_LIB_DEPENDS= libopus.so:audio/opus\ |
|
|
43 |
libogg.so:audio/libogg |
43 |
OPUS_CONFIGURE_WITH= opus |
44 |
OPUS_CONFIGURE_WITH= opus |
44 |
PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio |
45 |
PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio |
45 |
PULSEAUDIO_CONFIGURE_WITH= pulseaudio |
46 |
PULSEAUDIO_CONFIGURE_WITH= pulseaudio |
46 |
TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame |
47 |
TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame |
47 |
TWOLAME_CONFIGURE_WITH= twolame |
48 |
TWOLAME_CONFIGURE_WITH= twolame |
48 |
VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis |
49 |
VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis\ |
|
|
50 |
libogg.so:audio/libogg |
49 |
VORBIS_CONFIGURE_WITH= vorbis |
51 |
VORBIS_CONFIGURE_WITH= vorbis |
50 |
|
52 |
|
51 |
post-patch: |
53 |
post-patch: |