Skip to content
Snippets Groups Projects
Commit b33125e2 authored by Johannes Kauffmann's avatar Johannes Kauffmann
Browse files

vlc-debian-unstable: remove libc++(abi)-dev

Both packages depend on libunwind-14-dev. However, gstreamer depends on
nongnu libunwind-dev. With both "providing" libunwind-dev, the nongnu
libunwind-dev is then removed. Without nongnu libunwind-dev, pkg-config
deems gstreamer not installed. Consequently VLC's configure also does
not find gstreamer, meaning that the gstdecode module won't be build.

As no project using vlc-debian-unstable depends on Clang's libc++ being
available (instead of libstdc++), simply remove libc(abi)++-dev to fix
building the gstdecode module in VLC CI.

Amends 6e8cb6bf
Fixes videolan/docker-images#4
parent cfad5726
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ RUN set -x && \
qml-module-qtquick-layouts qml-module-qtquick-templates2 qml-module-qttest \
qml-module-qtgraphicaleffects flex bison libxkbcommon-x11-dev libx11-xcb-dev libplacebo-dev \
meson doxygen graphviz libsqlite3-dev rapidjson-dev nasm cmake libxcb-damage0-dev \
clang libc++-dev libc++abi-dev llvm-13 gperf libgstreamer-plugins-base1.0-dev && \
clang llvm-13 gperf libgstreamer-plugins-base1.0-dev && \
apt-get build-dep --no-install-suggests --no-install-recommends -y vlc && \
apt-get remove -y libprotobuf-dev protobuf-compiler && \
apt-get clean -y && rm -rf /var/lib/apt/lists/* && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment