git: 388f5973b7f8 - main - */*: Bump consumers of multimedia/libx264

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 11 Aug 2026 05:30:21 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=388f5973b7f83f9394b4c2f0e44dc8df9119fefe

commit 388f5973b7f83f9394b4c2f0e44dc8df9119fefe
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-08-11 05:28:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-08-11 05:28:39 +0000

    */*: Bump consumers of multimedia/libx264
    
    Reported by:    Kevin Oberman <rkoberman@gmail.com>
---
 cad/opencascade/Makefile                    | 1 +
 emulators/fceux/Makefile                    | 2 +-
 graphics/cfdg/Makefile                      | 1 +
 multimedia/avidemux-cli/Makefile            | 2 +-
 multimedia/avidemux-plugins/Makefile        | 2 +-
 multimedia/avidemux-qt5/Makefile            | 2 +-
 multimedia/avidemux/Makefile                | 2 +-
 multimedia/emby-server/Makefile             | 2 +-
 multimedia/ffmpeg/Makefile                  | 2 +-
 multimedia/ffmpeg4/Makefile                 | 1 +
 multimedia/ffmpeg6/Makefile                 | 1 +
 multimedia/gstreamer1-plugins-x264/Makefile | 2 +-
 multimedia/handbrake/Makefile               | 1 +
 multimedia/mencoder/Makefile                | 1 +
 multimedia/obs-studio/Makefile              | 1 +
 multimedia/webcamoid/Makefile               | 1 +
 net/xrdp-devel/Makefile                     | 1 +
 net/xrdp/Makefile                           | 1 +
 x11/xpra/Makefile                           | 1 +
 19 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 34c388567b5e..f300e865a997 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	opencascade
 DISTVERSIONPREFIX=	V
 DISTVERSION=	8_0_1
+PORTREVISION=	1
 CATEGORIES=	cad science
 DIST_SUBDIR=	${PORTNAME}-${DISTVERSION}
 
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
index 6b8f5c0ed8f6..b2756118eb86 100644
--- a/emulators/fceux/Makefile
+++ b/emulators/fceux/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	fceux
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.6.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	emulators games
 
 PATCH_SITES=	https://github.com/TASEmulators/fceux/commit/
diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile
index c8fb1e873035..77ad4320a4ae 100644
--- a/graphics/cfdg/Makefile
+++ b/graphics/cfdg/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cfdg
 DISTVERSION=	3.4.3
+PORTREVISION=	1
 CATEGORIES=	graphics math
 MASTER_SITES=	http://www.contextfreeart.org/download/ \
 		http://glyphic.s3.amazonaws.com/cfa/download/
diff --git a/multimedia/avidemux-cli/Makefile b/multimedia/avidemux-cli/Makefile
index 55e29206dd0d..8335278b1103 100644
--- a/multimedia/avidemux-cli/Makefile
+++ b/multimedia/avidemux-cli/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	avidemux
 PORTVERSION=	${AVIDEMUX_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 PKGNAMESUFFIX=	-cli
 
diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile
index 0b6073639f2f..7753e4e62974 100644
--- a/multimedia/avidemux-plugins/Makefile
+++ b/multimedia/avidemux-plugins/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	avidemux
 PORTVERSION=	${AVIDEMUX_VERSION}
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	multimedia
 PKGNAMESUFFIX=	-plugins
 
diff --git a/multimedia/avidemux-qt5/Makefile b/multimedia/avidemux-qt5/Makefile
index bced879baa44..fe2b4528a272 100644
--- a/multimedia/avidemux-qt5/Makefile
+++ b/multimedia/avidemux-qt5/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	avidemux
 PORTVERSION=	${AVIDEMUX_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 PKGNAMESUFFIX=	-qt5
 
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 408e1aec3a68..76daf6c7e7a5 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -4,7 +4,7 @@
 
 PORTNAME=	avidemux
 PORTVERSION=	${AVIDEMUX_VERSION}
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia
 
 MAINTAINER=	multimedia@FreeBSD.org
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 5de05a02cd21..6de2c6781691 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emby-server
 DISTVERSION=	4.9.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \
 		https://mediabrowser.github.io/embytools/
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 0482b42e9abb..2d0a83bdec44 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffmpeg
 DISTVERSION=	8.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile
index 1c2180d9550c..f7c1c26caa3a 100644
--- a/multimedia/ffmpeg4/Makefile
+++ b/multimedia/ffmpeg4/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ffmpeg
 PORTVERSION=	4.4.7
+PORTREVISION=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
 PKGNAMESUFFIX=	4
diff --git a/multimedia/ffmpeg6/Makefile b/multimedia/ffmpeg6/Makefile
index de0618c40701..7342623a48d0 100644
--- a/multimedia/ffmpeg6/Makefile
+++ b/multimedia/ffmpeg6/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ffmpeg
 PORTVERSION=	6.1.6
+PORTREVISION=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
 PKGNAMESUFFIX=	6
diff --git a/multimedia/gstreamer1-plugins-x264/Makefile b/multimedia/gstreamer1-plugins-x264/Makefile
index df90e872753d..713fe508d1f2 100644
--- a/multimedia/gstreamer1-plugins-x264/Makefile
+++ b/multimedia/gstreamer1-plugins-x264/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 COMMENT=	GStreamer libx264 based H264 plugin
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index d440868099ad..02002fc02b54 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	handbrake
 DISTVERSION=	1.11.2
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/HandBrake/HandBrake/releases/download/${DISTVERSION}/
 MASTER_SITES+=	https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/:contrib
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index c9b56b61a573..27a1875315a2 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mencoder
 PORTVERSION=	${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 
 MAINTAINER=	riggs@FreeBSD.org
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index e1e72cca258f..77d66e9bdeaa 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	obs-studio
 DISTVERSION=	32.1.2
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/obsproject/obs-studio/releases/download/${DISTVERSION}/
 DISTFILES=	OBS-Studio-${DISTVERSION}-Sources${EXTRACT_SUFX}
diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile
index 0129747030e5..197cfa118d2d 100644
--- a/multimedia/webcamoid/Makefile
+++ b/multimedia/webcamoid/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	webcamoid
 DISTVERSION=	9.4.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile
index 18ea02c5f910..b80beab1ee79 100644
--- a/net/xrdp-devel/Makefile
+++ b/net/xrdp-devel/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	xrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.10.80.b20260702
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 PKGNAMESUFFIX=	-devel
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index c869e56517a9..fd5caa89dc05 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xrdp
 DISTVERSION=	0.10.6.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/neutrinolabs/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 21966ae269e5..ba47faaca68e 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xpra
 PORTVERSION=	6.5.1
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	https://xpra.org/src/