File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
4
5
5
{% set name = "selkies-gstreamer" %}
6
- {% set gstreamer_version = "1.24.9 " %}
6
+ {% set gstreamer_version = "1.24.10 " %}
7
7
{% set python = "3.12" %}
8
8
{% set posix = 'm2-' if win else '' %}
9
9
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
82
82
83
83
# GStreamer monorepo build with prefix for standalone install
84
84
WORKDIR /src
85
- ARG GSTREAMER_VERSION=1.24.9
85
+ ARG GSTREAMER_VERSION=1.24.10
86
86
RUN if { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" = "ubuntu" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" \> "20.04" ]; } || { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" = "debian" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" \> "11" ]; }; then export GSTREAMER_EXTRA_ARGS="-Dgst-plugins-bad:aom=enabled ${GSTREAMER_EXTRA_ARGS}" ; else export GSTREAMER_EXTRA_ARGS="${GSTREAMER_EXTRA_ARGS}" ; fi && \
87
87
if { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" = "ubuntu" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" \> "22.04" ]; } || { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" = "debian" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\" ')" \> "12" ]; }; then export GSTREAMER_EXTRA_ARGS="-Dgst-plugins-bad:svtav1=enabled ${GSTREAMER_EXTRA_ARGS}" ; fi && \
88
88
curl --proto '=https' --tlsv1.2 -fsSL "https://sh.rustup.rs" | sh -s -- -y && \
You can’t perform that action at this time.
0 commit comments