Skip to content

Commit

Permalink
fix: gstreamer docker image with new Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo authored and Drakulix committed Jan 21, 2024
1 parent 9101430 commit 5dce432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/gstreamer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN <<_GSTREAMER_INSTALL
flex libx265-dev libopus-dev nasm libzxingcore-dev libzbar-dev libdrm-dev libva-dev \
libmfx-dev libvpl-dev libmfx-tools libunwind8 libcap2-bin liborc-0.4-dev \
libx11-dev libxfixes-dev libxdamage-dev libwayland-dev libpulse-dev libglib2.0-dev \
libopenjp2-7-dev liblcms2-dev libcairo2-dev libcairo-gobject2 libwebp7 librsvg2-dev libudev-dev
libopenjp2-7-dev liblcms2-dev libcairo2-dev libcairo-gobject2 libwebp7 librsvg2-dev libaom-dev \
libharfbuzz-dev libpango1.0-dev libudev-dev
"
apt-get update -y
apt-get install -y --no-install-recommends $DEV_PACKAGES
Expand Down
4 changes: 2 additions & 2 deletions docker/gstreamer.control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Version: 1.22.0
Depends: libc6, libcap2, libcap2-bin, libdw1, libglib2.0-0, libunwind8,
zlib1g, liborc-0.4-0, libdrm2, libva2, libmfx1, libpulse0, libxdamage1, libx265-199, libopus0,
libegl1, libgl1, libgles2, libudev1, libva-drm2, libva-wayland2, libva-x11-2, libva2,
libwayland-client0, libx11-6, libxrandr2, libvpl2, libzxing2, libopenexr-3-1-30, librsvg2-2, libwebp7,
libwayland-client0, libx11-6, libxrandr2, libvpl2, libzxing3, libopenexr-3-1-30, librsvg2-2, libwebp7,
libcairo2, libcairo-gobject2, libjpeg8, libopenjp2-7, liblcms2-2, libzbar0
Provides: gstreamer, libgstreamer1.0-0
Description: Manually built from git
Expand All @@ -31,4 +31,4 @@ Description: Manually built from git
# Extra-Files: <comma-separated list of additional files for the doc d>
# Links: <pair of space-separated paths; First is path symlink points >
# Files: <pair of space-separated paths; First is file to include, sec>
# <more pairs, if there's more than one file to include. Notice the s>
# <more pairs, if there's more than one file to include. Notice the s>

0 comments on commit 5dce432

Please sign in to comment.