mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
multimedia/ffmpeg: Remove celt support (deprecated upstream).
PR: 258656 Reported by: diizzy
This commit is contained in:
parent
d5b0735303
commit
2870caaf32
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= ffmpeg
|
||||
PORTVERSION= 4.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio net
|
||||
MASTER_SITES= https://ffmpeg.org/releases/
|
||||
@ -34,7 +34,7 @@ NOPRECIOUSMAKEVARS= yes # ARCH
|
||||
PORTSCOUT= limit:^4\.
|
||||
|
||||
# Option CHROMAPRINT disabled, it cannot work and people are baffled.
|
||||
OPTIONS_DEFINE= ALSA AMR_NB AMR_WB AOM ARIBB24 ASM ASS BS2B CACA CDIO CELT \
|
||||
OPTIONS_DEFINE= ALSA AMR_NB AMR_WB AOM ARIBB24 ASM ASS BS2B CACA CDIO \
|
||||
CODEC2 DAV1D DAVS2 DC1394 DEBUG DOCS DRM FDK_AAC FLITE \
|
||||
FONTCONFIG FREETYPE FREI0R FRIBIDI GLSLANG GME GSM ICONV ILBC \
|
||||
JACK KLVANC KVAZAAR LADSPA LAME LENSFUN LIBBLURAY LIBRSVG2 \
|
||||
@ -188,10 +188,6 @@ CACA_CONFIGURE_ENABLE= libcaca
|
||||
CDIO_LIB_DEPENDS= libcdio_paranoia.so:sysutils/libcdio-paranoia
|
||||
CDIO_CONFIGURE_ENABLE= libcdio
|
||||
|
||||
# celt
|
||||
CELT_LIB_DEPENDS= libcelt0.so:audio/celt
|
||||
CELT_CONFIGURE_ENABLE= libcelt
|
||||
|
||||
# chromaprint
|
||||
CHROMAPRINT_BROKEN= Dependency loop
|
||||
CHROMAPRINT_LIB_DEPENDS= libchromaprint.so:audio/chromaprint
|
||||
@ -613,6 +609,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \
|
||||
--datadir="${DATADIR}" \
|
||||
--pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
|
||||
--disable-static \
|
||||
--disable-libcelt \
|
||||
--enable-shared \
|
||||
--enable-pic \
|
||||
--enable-gpl \
|
||||
|
Loading…
Reference in New Issue
Block a user