git: e911897801f6 - 2022Q1 - www/chromium: drop unneeded dependency on ffmpeg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Feb 2022 21:16:06 UTC
The branch 2022Q1 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e911897801f685405a36b55fdad3805006723274 commit e911897801f685405a36b55fdad3805006723274 Author: Robert Nagy <robert@openbsd.org> AuthorDate: 2022-02-24 15:26:39 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-02-24 21:16:02 +0000 www/chromium: drop unneeded dependency on ffmpeg Chromium ships with its own custom version of ffmpeg, so the dependency is not required. (cherry picked from commit 841b31956b17be5f159d70f763780e0f79c2e273) --- www/chromium/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 77b6fc13f377..5a7dd8ae27a7 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -2,7 +2,7 @@ PORTNAME= chromium PORTVERSION= 98.0.4758.102 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/rene/chromium/:fonts @@ -20,7 +20,6 @@ BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ gperf:devel/gperf \ - ffmpeg>=3.2.2,1:multimedia/ffmpeg \ flock:sysutils/flock \ node:www/node \ xcb-proto>0:x11/xcb-proto \ @@ -51,7 +50,6 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ libexif.so:graphics/libexif \ libpng.so:graphics/png \ libwebp.so:graphics/webp \ - libavcodec.so:multimedia/ffmpeg \ libopenh264.so:multimedia/openh264 \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \