FreeBSD Bugzilla – Attachment 228089 Details for
Bug 258656
multimedia/ffmpeg: Remove celt support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for ffmpeg v2
celt-disable-multimedia-ffmpeg-2.patch (text/plain), 1.34 KB, created by
Daniel Engberg
on 2021-09-21 10:24:52 UTC
(
hide
)
Description:
Patch for ffmpeg v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-09-21 10:24:52 UTC
Size:
1.34 KB
patch
obsolete
>diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile >index 382374c09fee..d83d4cb765df 100644 >--- a/multimedia/ffmpeg/Makefile >+++ b/multimedia/ffmpeg/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= ffmpeg > PORTVERSION= 4.4 >-PORTREVISION= 3 >+PORTREVISION= 4 > 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 >@@ -630,6 +626,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ > --enable-pic \ > --enable-gpl \ > --enable-avresample \ >+ --disable-libcelt \ > --cc="${CC}" \ > --cxx="${CXX}" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258656
:
228084
| 228089