mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -954,6 +954,7 @@
|
||||
SUBDIR += gsettings-desktop-schemas
|
||||
SUBDIR += gsl-lite
|
||||
SUBDIR += gsoap
|
||||
SUBDIR += gstreamer1-devtools
|
||||
SUBDIR += gstreamer1-plugins-soup
|
||||
SUBDIR += gtgt
|
||||
SUBDIR += gtranslator
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1754716319
|
||||
SHA256 (gst-devtools-1.26.5.tar.xz) = 63d46a8effa8a225e25a464ba7538ace853fe0dc1e70366b27c208135e5401ce
|
||||
SIZE (gst-devtools-1.26.5.tar.xz) = 1614108
|
||||
@@ -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
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= GStreamer OpenExr codec plugin
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
COMMENT= GStreamer (openh264) plugin
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1662141068
|
||||
SHA256 (gst-validate-1.16.3.tar.xz) = c2064e887324af6aa476ca669234936711f253b29042f617f1d9f2597c4bf92b
|
||||
SIZE (gst-validate-1.16.3.tar.xz) = 742180
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user