diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-18 14:11:49 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-18 14:56:01 +0000 |
commit | 82e003109db3c3f36060f3e3a6cffbc5034265ae (patch) | |
tree | bae0f066a59a9b0d4899b4856614df57e9620230 | |
parent | fa9ef3f08ea762a46166b31a1f48d4cb8d399eaa (diff) | |
download | ports-82e003109db3c3f36060f3e3a6cffbc5034265ae.tar.gz ports-82e003109db3c3f36060f3e3a6cffbc5034265ae.zip |
multimedia/mjpegtools: Remove (lib)QuickTime support
libquicktime is abandoned by upstream with last release over a
decade ago and doesn't compile with newer versions of FFmpeg
PR: 261302
Approved by: portmgr (blanket, build fix)
-rw-r--r-- | multimedia/mjpegtools/Makefile | 6 | ||||
-rw-r--r-- | multimedia/mjpegtools/pkg-plist | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 78ef6e3d1598..7a4a0e760f08 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -20,12 +20,12 @@ USES= compiler:c++11-lang gmake gnome jpeg libtool localbase pathfix \ USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-dga --without-x +CONFIGURE_ARGS= --without-dga --without-libquicktime --without-x CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} INFO= mjpeg-howto -OPTIONS_DEFINE= DOCS DV GTK2 PNG QUICKTIME SDL +OPTIONS_DEFINE= DOCS DV GTK2 PNG SDL OPTIONS_DEFAULT= GTK2 PNG SDL OPTIONS_SUB= yes @@ -35,8 +35,6 @@ GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_WITH= gtk PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_CONFIGURE_WITH= libpng -QUICKTIME_LIB_DEPENDS= libquicktime.so:multimedia/libquicktime -QUICKTIME_CONFIGURE_WITH= libquicktime SDL_USES= sdl SDL_USE= SDL=gfx,sdl SDL_CONFIGURE_OFF= --without-libsdl --without-sdlgfx diff --git a/multimedia/mjpegtools/pkg-plist b/multimedia/mjpegtools/pkg-plist index 7c9c59fa2d1f..b1620506d38f 100644 --- a/multimedia/mjpegtools/pkg-plist +++ b/multimedia/mjpegtools/pkg-plist @@ -24,7 +24,6 @@ bin/pgmtoy4m %%PNG%%bin/png2yuv bin/pnmtoy4m bin/ppmtoy4m -%%QUICKTIME%%bin/qttoy4m bin/transist.flt bin/y4mblack bin/y4mcolorbars @@ -38,7 +37,6 @@ bin/y4mspatialfilter bin/y4mstabilizer bin/y4mtopnm bin/y4mtoppm -%%QUICKTIME%%bin/y4mtoqt bin/y4mtoyuv bin/y4munsharp bin/ypipe |