summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2025-08-10 23:44:58 -0400
committerJason E. Hale <jhale@FreeBSD.org>2025-08-11 02:49:19 -0400
commit2680e71d5d4f3a2f581d9aa3c70999d173dfc90a (patch)
tree389e8e50743480c33fcea686702aceb2c604beeb
parentRevert "x11-wm/phoc: unbreak build after b991d37c58ed" (diff)
GStreamer1: Update to 1.26.5
Rename multimedia/gstreamer1-validate -> devel/gstreamer1-devtools and update to 1.26.5. gst-validate has been gst-devtools since 1.17.x, but got lost in the mix. This a development toolkit, hence the move to the devel category. https://gstreamer.freedesktop.org/releases/1.26/#1.26.5
-rw-r--r--MOVED1
-rw-r--r--Mk/Uses/gstreamer.mk2
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gstreamer1-devtools/Makefile41
-rw-r--r--devel/gstreamer1-devtools/distinfo3
-rw-r--r--devel/gstreamer1-devtools/pkg-descr (renamed from multimedia/gstreamer1-validate/pkg-descr)0
-rw-r--r--devel/gstreamer1-devtools/pkg-plist (renamed from multimedia/gstreamer1-validate/pkg-plist)78
-rw-r--r--graphics/gstreamer1-plugins-openexr/Makefile2
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/gstreamer1-editing-services/distinfo6
-rw-r--r--multimedia/gstreamer1-libav/distinfo6
-rw-r--r--multimedia/gstreamer1-plugins-openh264/Makefile2
-rw-r--r--multimedia/gstreamer1-plugins/distinfo18
-rw-r--r--multimedia/gstreamer1-rtsp-server/distinfo6
-rw-r--r--multimedia/gstreamer1-vaapi/distinfo6
-rw-r--r--multimedia/gstreamer1-validate/Makefile32
-rw-r--r--multimedia/gstreamer1-validate/distinfo3
-rw-r--r--multimedia/gstreamer1-validate/files/patch-Makefile10
-rw-r--r--multimedia/gstreamer1/Makefile1
-rw-r--r--multimedia/gstreamer1/distinfo6
-rw-r--r--multimedia/py-gstreamer1/distinfo6
21 files changed, 112 insertions, 119 deletions
diff --git a/MOVED b/MOVED
index 023b5c9cdf79..032291744ddb 100644
--- a/MOVED
+++ b/MOVED
@@ -4716,3 +4716,4 @@ databases/mariadb105-server||2025-08-09|Has expired: Upstream End-of-Life, pleas
databases/mariadb105-client||2025-08-09|Has expired: Upstream End-of-Life, please switch to databases/mariadb118-client
japanese/font-moralerspace-hwnf|japanese/font-moralerspace-hw|2025-08-09|Moralerspace variants now include Nerd Fonts by default
japanese/font-moralerspace-nf|japanese/font-moralerspace|2025-08-09|Moralerspace variants now include Nerd Fonts by default
+multimedia/gstreamer1-validate|devel/gstreamer1-devtools|2025-08-11|Project renamed
diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk
index bdc0b836195c..edc677b9f663 100644
--- a/Mk/Uses/gstreamer.mk
+++ b/Mk/Uses/gstreamer.mk
@@ -41,7 +41,7 @@ _GST_VER= ${_GST_VER_DEFAULT}
# When modifying _GST1_VERSION, run `make -C ${PORTSDIR}/multimedia/gstreamer1 makesum-all`
# to update the distinfo files for the entire suite.
-_GST1_VERSION= 1.26.4
+_GST1_VERSION= 1.26.5
_GST1_LIB_VER= 1.0
_GST1_SOVERSION= 0.${_GST1_VERSION:R:E}${${_GST1_VERSION:E} > 9:?:0}${_GST1_VERSION:E}.0
diff --git a/devel/Makefile b/devel/Makefile
index 7c55fbb114e7..7292e1922cb2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -954,6 +954,7 @@
SUBDIR += gsettings-desktop-schemas
SUBDIR += gsl-lite
SUBDIR += gsoap
+ SUBDIR += gstreamer1-devtools
SUBDIR += gstreamer1-plugins-soup
SUBDIR += gtgt
SUBDIR += gtranslator
diff --git a/devel/gstreamer1-devtools/Makefile b/devel/gstreamer1-devtools/Makefile
new file mode 100644
index 000000000000..95ef7f1a29da
--- /dev/null
+++ b/devel/gstreamer1-devtools/Makefile
@@ -0,0 +1,41 @@
+PORTNAME= gstreamer1-devtools
+PORTVERSION= ${_GST_VERSION}
+CATEGORIES= devel
+MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-devtools/
+DISTNAME= gst-devtools-${PORTVERSION}
+
+MAINTAINER= multimedia@FreeBSD.org
+COMMENT= Gstreamer element validation suite
+WWW= https://gstreamer.freedesktop.org/
+
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/validate/COPYING
+
+LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
+
+USES= compiler:c11 gettext-runtime gnome gstreamer \
+ meson pkgconfig python shebangfix tar:xz
+USE_GNOME= cairo gtk30 introspection:build
+USE_GSTREAMER= bad rtsp-server
+USE_LDCONFIG= yes
+USE_PYTHON= noflavors
+
+SHEBANG_FILES= validate/launcher/RangeHTTPServer.py \
+ validate/tools/gst-validate-launcher.in
+
+MESON_ARGS= -Ddots_viewer=disabled
+
+BINARY_ALIAS= python3=${PYTHON_VERSION}
+
+PLIST_SUB= SOVERSION=${_GST_SOVERSION} \
+ VERSION=${_GST_LIB_VER}
+
+post-install:
+ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
+ -f -d ${PREFIX}/lib/gst-validate-launcher/python \
+ ${STAGEDIR}${PREFIX}/lib/gst-validate-launcher/python
+ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
+ -f -d ${PREFIX}/lib/gst-validate-launcher/python \
+ ${STAGEDIR}${PREFIX}/lib/gst-validate-launcher/python
+
+.include <bsd.port.mk>
diff --git a/devel/gstreamer1-devtools/distinfo b/devel/gstreamer1-devtools/distinfo
new file mode 100644
index 000000000000..a4dfde4134a9
--- /dev/null
+++ b/devel/gstreamer1-devtools/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1754716319
+SHA256 (gst-devtools-1.26.5.tar.xz) = 63d46a8effa8a225e25a464ba7538ace853fe0dc1e70366b27c208135e5401ce
+SIZE (gst-devtools-1.26.5.tar.xz) = 1614108
diff --git a/multimedia/gstreamer1-validate/pkg-descr b/devel/gstreamer1-devtools/pkg-descr
index 3634917d0f6f..3634917d0f6f 100644
--- a/multimedia/gstreamer1-validate/pkg-descr
+++ b/devel/gstreamer1-devtools/pkg-descr
diff --git a/multimedia/gstreamer1-validate/pkg-plist b/devel/gstreamer1-devtools/pkg-plist
index eef5664a35a6..77dfc611e288 100644
--- a/multimedia/gstreamer1-validate/pkg-plist
+++ b/devel/gstreamer1-devtools/pkg-plist
@@ -26,40 +26,38 @@ include/gstreamer-%%VERSION%%/gst/validate/media-descriptor-writer.h
include/gstreamer-%%VERSION%%/gst/validate/media-descriptor.h
include/gstreamer-%%VERSION%%/gst/validate/validate-prelude.h
include/gstreamer-%%VERSION%%/gst/validate/validate.h
-include/gstreamer-%%VERSION%%/lib/validate/video/gssim.h
-include/gstreamer-%%VERSION%%/lib/validate/video/gstvalidatessim.h
lib/girepository-%%VERSION%%/GstValidate-%%VERSION%%.typelib
lib/gst-validate-launcher/python/launcher/RangeHTTPServer.py
lib/gst-validate-launcher/python/launcher/__init__.py
-lib/gst-validate-launcher/python/launcher/__pycache__/RangeHTTPServer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/RangeHTTPServer.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/baseclasses.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/baseclasses.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/httpserver.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/httpserver.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/loggable.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/loggable.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/reporters.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/reporters.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/vfb_server.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/__pycache__/vfb_server.cpython-%%PYTHON_SUFFIX%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/RangeHTTPServer%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/RangeHTTPServer%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/__init__%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/baseclasses%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/baseclasses%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/config%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/config%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/httpserver%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/httpserver%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/loggable%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/loggable%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/main%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/main%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/reporters%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/reporters%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/utils%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/utils%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/vfb_server%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/__pycache__/vfb_server%%PYTHON_TAG%%.pyc
lib/gst-validate-launcher/python/launcher/apps/__init__.py
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstcheck.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstcheck.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstvalidate.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstvalidate.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/pyunittest.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/apps/__pycache__/pyunittest.cpython-%%PYTHON_SUFFIX%%.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/__init__%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstcheck%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstcheck%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstvalidate%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/gstvalidate%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/pyunittest%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/apps/__pycache__/pyunittest%%PYTHON_TAG%%.pyc
lib/gst-validate-launcher/python/launcher/apps/gstcheck.py
lib/gst-validate-launcher/python/launcher/apps/gstvalidate.py
lib/gst-validate-launcher/python/launcher/apps/pyunittest.py
@@ -69,17 +67,16 @@ lib/gst-validate-launcher/python/launcher/httpserver.py
lib/gst-validate-launcher/python/launcher/loggable.py
lib/gst-validate-launcher/python/launcher/main.py
lib/gst-validate-launcher/python/launcher/reporters.py
-lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/check.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/check.cpython-%%PYTHON_SUFFIX%%.pyc
-lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/pyunittest.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/pyunittest.cpython-%%PYTHON_SUFFIX%%.pyc
+lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/check%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/check%%PYTHON_TAG%%.pyc
+lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/pyunittest%%PYTHON_TAG%%.opt-1.pyc
+lib/gst-validate-launcher/python/launcher/testsuites/__pycache__/pyunittest%%PYTHON_TAG%%.pyc
lib/gst-validate-launcher/python/launcher/testsuites/check.py
lib/gst-validate-launcher/python/launcher/testsuites/pyunittest.py
lib/gst-validate-launcher/python/launcher/utils.py
lib/gst-validate-launcher/python/launcher/vfb_server.py
lib/gstreamer-%%VERSION%%/libgstvalidatetracer.so
lib/gstreamer-%%VERSION%%/validate/libgstvalidatefaultinjection.so
-lib/gstreamer-%%VERSION%%/validate/libgstvalidateflow.so
lib/gstreamer-%%VERSION%%/validate/libgstvalidategapplication.so
lib/gstreamer-%%VERSION%%/validate/libgstvalidategtk.so
lib/gstreamer-%%VERSION%%/validate/libgstvalidatessim.so
@@ -89,13 +86,8 @@ lib/libgstvalidate-%%VERSION%%.so.%%SOVERSION%%
lib/libgstvalidate-default-overrides-%%VERSION%%.so
lib/libgstvalidate-default-overrides-%%VERSION%%.so.0
lib/libgstvalidate-default-overrides-%%VERSION%%.so.%%SOVERSION%%
-lib/libgstvalidatevideo-%%VERSION%%.so
-lib/libgstvalidatevideo-%%VERSION%%.so.0
-lib/libgstvalidatevideo-%%VERSION%%.so.0.0.0
-libdata/pkgconfig/gst-validate-%%VERSION%%.pc
+libdata/pkgconfig/gstreamer-validate-%%VERSION%%.pc
share/gir-%%VERSION%%/GstValidate-%%VERSION%%.gir
-share/gstreamer-%%VERSION%%/validate/gst.supp
-share/gstreamer-%%VERSION%%/validate/gstvalidate.supp
share/gstreamer-%%VERSION%%/validate/scenarios/adaptive_video_framerate.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/adaptive_video_framerate_size.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/adaptive_video_size.scenario
@@ -105,9 +97,11 @@ share/gstreamer-%%VERSION%%/validate/scenarios/disable_subtitle_track_while_paus
share/gstreamer-%%VERSION%%/validate/scenarios/fast_backward.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/fast_forward.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/force_key_unit.scenario
+share/gstreamer-%%VERSION%%/validate/scenarios/force_rtsp2.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/includes/default-seek-flags.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/pause_resume.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/play_15s.scenario
+share/gstreamer-%%VERSION%%/validate/scenarios/play_5s.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/reverse_playback.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/rtsp_overrides/includes/default-seek-flags.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/scrub_backward_seeking.scenario
@@ -123,5 +117,3 @@ share/gstreamer-%%VERSION%%/validate/scenarios/switch_audio_track.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/switch_audio_track_while_paused.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/switch_subtitle_track.scenario
share/gstreamer-%%VERSION%%/validate/scenarios/switch_subtitle_track_while_paused.scenario
-share/gstreamer-%%VERSION%%/validate/scenarios/trick_mode_seeks.scenario
-share/gstreamer-%%VERSION%%/validate/valgrind.config
diff --git a/graphics/gstreamer1-plugins-openexr/Makefile b/graphics/gstreamer1-plugins-openexr/Makefile
index 939d0831fa5b..ce8254e3d972 100644
--- a/graphics/gstreamer1-plugins-openexr/Makefile
+++ b/graphics/gstreamer1-plugins-openexr/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer OpenExr codec plugin
diff --git a/multimedia/Makefile b/multimedia/Makefile
index e359d51ad55c..1064487abdd2 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -109,7 +109,6 @@
SUBDIR += gstreamer1-plugins-x265
SUBDIR += gstreamer1-rtsp-server
SUBDIR += gstreamer1-vaapi
- SUBDIR += gstreamer1-validate
SUBDIR += gstreamermm
SUBDIR += gtk-pipe-viewer
SUBDIR += gtk-youtube-viewer
diff --git a/multimedia/gstreamer1-editing-services/distinfo b/multimedia/gstreamer1-editing-services/distinfo
index ed94139abd4a..66a8d1419b40 100644
--- a/multimedia/gstreamer1-editing-services/distinfo
+++ b/multimedia/gstreamer1-editing-services/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754103749
-SHA256 (gst-editing-services-1.26.4.tar.xz) = fd0769d393dbb441c2149b89cba8bde6907ed3d8e5772573acb2be9402ad0abd
-SIZE (gst-editing-services-1.26.4.tar.xz) = 847848
+TIMESTAMP = 1754711795
+SHA256 (gst-editing-services-1.26.5.tar.xz) = 734900944f90ece5e2f3983c335178fda50023fe342aa75ecd9d8a9c38b64d9e
+SIZE (gst-editing-services-1.26.5.tar.xz) = 849232
diff --git a/multimedia/gstreamer1-libav/distinfo b/multimedia/gstreamer1-libav/distinfo
index 00459c9cd435..072a8b331b6d 100644
--- a/multimedia/gstreamer1-libav/distinfo
+++ b/multimedia/gstreamer1-libav/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754103750
-SHA256 (gst-libav-1.26.4.tar.xz) = 2be7c7272f9a5b5e4d5ef211b948fb751f7048bcc3675bbe633cef6c6df682fe
-SIZE (gst-libav-1.26.4.tar.xz) = 200700
+TIMESTAMP = 1754711797
+SHA256 (gst-libav-1.26.5.tar.xz) = d6de05884ef42376dd8cde89940f7b50ced96f4f6f52888e764cd8233e74f052
+SIZE (gst-libav-1.26.5.tar.xz) = 202124
diff --git a/multimedia/gstreamer1-plugins-openh264/Makefile b/multimedia/gstreamer1-plugins-openh264/Makefile
index 113894ed2dba..a58480ec9d0e 100644
--- a/multimedia/gstreamer1-plugins-openh264/Makefile
+++ b/multimedia/gstreamer1-plugins-openh264/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= multimedia
COMMENT= GStreamer (openh264) plugin
diff --git a/multimedia/gstreamer1-plugins/distinfo b/multimedia/gstreamer1-plugins/distinfo
index bd2873c6acb9..9948bec99887 100644
--- a/multimedia/gstreamer1-plugins/distinfo
+++ b/multimedia/gstreamer1-plugins/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1754103766
-SHA256 (gst-plugins-base-1.26.4.tar.xz) = d6fcca7be4253e5d8541c6e3e07729120a16e1dc356f9a14a4a83a901120742f
-SIZE (gst-plugins-base-1.26.4.tar.xz) = 2483464
-SHA256 (gst-plugins-bad-1.26.4.tar.xz) = 33dba95ed3933b742e4eac22063cdb81e14d54dc4cdd354a0000517273012661
-SIZE (gst-plugins-bad-1.26.4.tar.xz) = 7769408
-SHA256 (gst-plugins-ugly-1.26.4.tar.xz) = a0c8b744d257c0937c7ee6f9caefb116db80ab7c5ac882b50b6bf08f9aeb57ce
-SIZE (gst-plugins-ugly-1.26.4.tar.xz) = 225732
-SHA256 (gst-plugins-good-1.26.4.tar.xz) = 49bdff25526bae33b683eab25fe28f761d33d51b08986653632b6ee31657a4f3
-SIZE (gst-plugins-good-1.26.4.tar.xz) = 2993244
+TIMESTAMP = 1754711811
+SHA256 (gst-plugins-base-1.26.5.tar.xz) = f0c0e26cbedaa57732cb6a578e8cc13a1164bf18d737d55c333061c52f0c48d7
+SIZE (gst-plugins-base-1.26.5.tar.xz) = 2486588
+SHA256 (gst-plugins-bad-1.26.5.tar.xz) = 9890f262f3b2a9564dcb629e9eb697d77b93d1f71897eda1a8170b7dcfe73294
+SIZE (gst-plugins-bad-1.26.5.tar.xz) = 7772128
+SHA256 (gst-plugins-ugly-1.26.5.tar.xz) = 3dfc43435be97e110816bac6d602b0f206a038546279683d9d25372ff127db52
+SIZE (gst-plugins-ugly-1.26.5.tar.xz) = 227124
+SHA256 (gst-plugins-good-1.26.5.tar.xz) = eb0862e93404b073e98ec50350ece7e6685ea2936cab8118c2b8e938e2cbea8b
+SIZE (gst-plugins-good-1.26.5.tar.xz) = 2994864
diff --git a/multimedia/gstreamer1-rtsp-server/distinfo b/multimedia/gstreamer1-rtsp-server/distinfo
index 35652d66943d..0161390f0635 100644
--- a/multimedia/gstreamer1-rtsp-server/distinfo
+++ b/multimedia/gstreamer1-rtsp-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754103767
-SHA256 (gst-rtsp-server-1.26.4.tar.xz) = ae47a21ae8478311d37f648ddd1319aa7a13f4b34cbe467d2a90f185866d0061
-SIZE (gst-rtsp-server-1.26.4.tar.xz) = 283092
+TIMESTAMP = 1754711798
+SHA256 (gst-rtsp-server-1.26.5.tar.xz) = 328dff2457419683f2a4f06ca119cfd22beb632cee1ad6830591213325353c44
+SIZE (gst-rtsp-server-1.26.5.tar.xz) = 284496
diff --git a/multimedia/gstreamer1-vaapi/distinfo b/multimedia/gstreamer1-vaapi/distinfo
index 2e699a807197..ee5527bcefb8 100644
--- a/multimedia/gstreamer1-vaapi/distinfo
+++ b/multimedia/gstreamer1-vaapi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754103771
-SHA256 (gstreamer-vaapi-1.26.4.tar.xz) = 0d51b6323327c1c44692a0364df4b9cbed549dd594b71791644dae95790ebbd7
-SIZE (gstreamer-vaapi-1.26.4.tar.xz) = 550292
+TIMESTAMP = 1754711801
+SHA256 (gstreamer-vaapi-1.26.5.tar.xz) = b42d44db63f3195a6f33296e1ead32c14d01ef27452b7068f1a2d86624f55ea9
+SIZE (gstreamer-vaapi-1.26.5.tar.xz) = 550152
diff --git a/multimedia/gstreamer1-validate/Makefile b/multimedia/gstreamer1-validate/Makefile
deleted file mode 100644
index bff99c0f0bd9..000000000000
--- a/multimedia/gstreamer1-validate/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= gstreamer1-validate
-PORTVERSION= 1.16.3
-PORTREVISION= 2
-CATEGORIES= multimedia
-MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-validate/
-DISTNAME= gst-validate-${PORTVERSION}
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= Gstreamer element validation suite
-WWW= https://gstreamer.freedesktop.org/
-
-LICENSE= LGPL21+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
- libgstrtspserver-1.0.so:multimedia/gstreamer1-rtsp-server \
- libharfbuzz.so:print/harfbuzz
-
-USES= compiler:c11 gettext-runtime gmake gnome gstreamer libtool pathfix \
- pkgconfig python shebangfix tar:xz
-SHEBANG_FILES= tools/gst-validate-launcher.in
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USE_GNOME= cairo gdkpixbuf gtk30 introspection:build
-INSTALL_TARGET= install-strip
-USE_PYTHON= noflavors
-
-BINARY_ALIAS= python3=${PYTHON_VERSION}
-
-PLIST_SUB= VERSION=1.0 SOVERSION=0.1603.0
-
-.include <bsd.port.mk>
diff --git a/multimedia/gstreamer1-validate/distinfo b/multimedia/gstreamer1-validate/distinfo
deleted file mode 100644
index 6e490e081c7e..000000000000
--- a/multimedia/gstreamer1-validate/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1662141068
-SHA256 (gst-validate-1.16.3.tar.xz) = c2064e887324af6aa476ca669234936711f253b29042f617f1d9f2597c4bf92b
-SIZE (gst-validate-1.16.3.tar.xz) = 742180
diff --git a/multimedia/gstreamer1-validate/files/patch-Makefile b/multimedia/gstreamer1-validate/files/patch-Makefile
deleted file mode 100644
index e0c388eed13f..000000000000
--- a/multimedia/gstreamer1-validate/files/patch-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig 2015-06-27 16:40:59.936055000 +0200
-+++ Makefile.in 2015-06-27 16:41:12.766046000 +0200
-@@ -537,7 +537,6 @@
- launcher \
- tools \
- pkgconfig \
-- docs \
- tests \
- po
-
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile
index 331774e02635..5ebf11efe993 100644
--- a/multimedia/gstreamer1/Makefile
+++ b/multimedia/gstreamer1/Makefile
@@ -66,6 +66,7 @@ makesum-all: makesum
.for p in editing-services libav rtsp-server vaapi
@${MAKE} -C ${.CURDIR:H:H}/multimedia/gstreamer1-${p} makesum
.endfor
+ @${MAKE} -C ${.CURDIR:H:H}/devel/gstreamer1-devtools makesum
@${MAKE} -C ${.CURDIR:H:H}/multimedia/gstreamer1-plugins makesum-all
@${MAKE} -C ${.CURDIR:H:H}/multimedia/py-gstreamer1 makesum
diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo
index e768f3a551f0..8fec18376afe 100644
--- a/multimedia/gstreamer1/distinfo
+++ b/multimedia/gstreamer1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754103745
-SHA256 (gstreamer-1.26.4.tar.xz) = fe440e41804fabe036e06493b98680e2a8ce76d49879e3cdd6890d72e0614d75
-SIZE (gstreamer-1.26.4.tar.xz) = 1883192
+TIMESTAMP = 1754711792
+SHA256 (gstreamer-1.26.5.tar.xz) = 0a7edb0e7b42dbe6b575fce61a4808a3f6b20e085a1eaecbc025d0ec21f1e774
+SIZE (gstreamer-1.26.5.tar.xz) = 1885064
diff --git a/multimedia/py-gstreamer1/distinfo b/multimedia/py-gstreamer1/distinfo
index 28448f90203c..2f640b6f6c2a 100644
--- a/multimedia/py-gstreamer1/distinfo
+++ b/multimedia/py-gstreamer1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754103772
-SHA256 (gst-python-1.26.4.tar.xz) = b6038aa635b29ecb9e8c1ce8dabb64a30d752a4172f42b2fb511a2286d6365ba
-SIZE (gst-python-1.26.4.tar.xz) = 125376
+TIMESTAMP = 1754711812
+SHA256 (gst-python-1.26.5.tar.xz) = 86e2fe2b1bba7ffc18b1d4abe1035fe1c33b20fe4e077cce2f90dbfa445b2341
+SIZE (gst-python-1.26.5.tar.xz) = 126776