Skip to content

Commit

Permalink
Add gst-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Oct 6, 2024
1 parent f7089ce commit ded44bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ RUN dnf download glib2-doc gdk-pixbuf2-devel*x86_64* gtk3-devel-docs
RUN rpm -i --reinstall *.rpm
RUN rm -f *.rpm

# Build and install gst-indent-1.0
RUN git clone https://gitlab.freedesktop.org/gstreamer/gst-indent.git && \
meson setup --prefix=/usr indent-build gst-indent && \
meson install -C indent-build && \
rm -fr indent-build gst-indent

# Install Rust
ENV RUSTUP_VERSION=1.27.0
ENV RUST_VERSION=1.76.0
Expand Down

0 comments on commit ded44bb

Please sign in to comment.