Date: Thu, 14 Oct 2021 22:21:16 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a950db788b12 - main - multimedia/aom: force rebuild consumers after 6f68add3f9ab Message-ID: <202110142221.19EMLGVU046705@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a950db788b12bee90ad809efda421a4f14d231f7 commit a950db788b12bee90ad809efda421a4f14d231f7 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-10-14 22:15:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-14 22:20:58 +0000 multimedia/aom: force rebuild consumers after 6f68add3f9ab $ ffmpeg ... -c:v libaom-av1 ... [libaom-av1 @ 0x804a89900] 3.2.0 [libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height Conversion failed! https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/ --- graphics/libavif/Makefile | 1 + graphics/libheif/Makefile | 2 +- mail/thunderbird/Makefile | 2 +- multimedia/avidemux-plugins/Makefile | 2 +- multimedia/ffmpeg/Makefile | 2 +- multimedia/gstreamer1-plugins-aom/Makefile | 2 +- multimedia/libxine/Makefile | 2 +- multimedia/mythtv/Makefile | 2 +- multimedia/vlc/Makefile | 2 +- www/firefox-esr/Makefile | 2 +- www/firefox/Makefile | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile index aeae3078c2bf..78dcbccb1f9d 100644 --- a/graphics/libavif/Makefile +++ b/graphics/libavif/Makefile @@ -1,6 +1,7 @@ PORTNAME= libavif DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index a2b875ec6df1..2741d77e485d 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -1,7 +1,7 @@ PORTNAME= libheif DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index db2fe33707f3..74ec7ea52a6a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,7 +2,7 @@ PORTNAME= thunderbird DISTVERSION= 91.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile index 9898806588c0..6297b1b336cd 100644 --- a/multimedia/avidemux-plugins/Makefile +++ b/multimedia/avidemux-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia PKGNAMESUFFIX= -plugins diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index e95c96137514..4cf132b28f42 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -2,7 +2,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.4 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/gstreamer1-plugins-aom/Makefile b/multimedia/gstreamer1-plugins-aom/Makefile index c3d22fedb0d6..c8e7706aa7ff 100644 --- a/multimedia/gstreamer1-plugins-aom/Makefile +++ b/multimedia/gstreamer1-plugins-aom/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= multimedia COMMENT= GStreamer (libaom) plugin diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 8830fcc85963..8a9a1b87a64f 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -2,7 +2,7 @@ PORTNAME= xine DISTVERSION= 1.2.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 5bc5ac29ab2b..508091e28e06 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -3,7 +3,7 @@ PORTNAME= mythtv DISTVERSIONPREFIX= v DISTVERSION= 31.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= multimedia diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index acf04ea4482f..6adedaae9ab4 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -2,7 +2,7 @@ PORTNAME= vlc DISTVERSION= 3.0.16 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 7dff4ffb9ed8..cc67a7bb4f1b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -2,7 +2,7 @@ PORTNAME= firefox DISTVERSION= 78.15.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 1318f0451975..f331edbfa8be 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,7 +2,7 @@ PORTNAME= firefox DISTVERSION= 93.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110142221.19EMLGVU046705>