head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.26 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.24 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.22 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.20 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.18 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.16 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.14 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.12 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.10 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.8 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.1.0.10 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.8 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.6 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.4 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.03.09.08.25.40; author prlw1; state Exp; branches; next 1.1; commitid 5oQEBfwlzK4cpqgE; 1.1 date 2021.11.15.22.01.18; author wiz; state Exp; branches; next ; commitid 21RUSTwaLumujWgD; desc @@ 1.2 log @Update gstreamer1 to 1.22.1 Highlight summary: - New HLS, DASH and Microsoft Smooth Streaming adaptive streaming clients adaptivemux2, which requires a "streams-aware" container to work. - videoconvert and videoscale were combined to videoconvertscale - xingmux was moved to plugins-good Many improvements listed at https://gstreamer.freedesktop.org/releases/1.22/ @ text @$NetBSD$ Exit the Wayland subdirectory if the option is disabled. This is necessary to build the GStreamer libraries separately from the extension modules, since use_wayland (which is checked later) will be undefined in an extension build and cause an evaluation error. --- ext/wayland/meson.build.orig 2023-01-23 19:29:34.000000000 +0000 +++ ext/wayland/meson.build @@@@ -1,3 +1,8 @@@@ +# Don't do any dependency checks if disabled +if get_option('wayland').disabled() + subdir_done() +endif + wl_sources = [ 'gstwaylandsink.c' ] @ 1.1 log @*: update gstreamer1 and plugins and related packages to 1.18.5 Based on the wip packages by nia and myself. @ text @d9 1 a9 1 --- ext/wayland/meson.build.orig 2021-09-08 19:03:40.875254400 +0000 d14 1 a14 1 + subdir_done() d18 2 a19 2 'gstwaylandsink.c', 'wlshmallocator.c', @