Date: Sat, 18 Mar 2023 14:56:40 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 82e003109db3 - main - multimedia/mjpegtools: Remove (lib)QuickTime support Message-ID: <202303181456.32IEueNj076993@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=82e003109db3c3f36060f3e3a6cffbc5034265ae commit 82e003109db3c3f36060f3e3a6cffbc5034265ae Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-18 14:11:49 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-18 14:56:01 +0000 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) --- multimedia/mjpegtools/Makefile | 6 ++---- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303181456.32IEueNj076993>