Skip to content

docker: update to bookworm #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

diegonieto
Copy link

@diegonieto diegonieto commented Nov 24, 2024

bullseye does not expose libsoup-3.0 development package while bookwork does:
https://packages.debian.org/search?keywords=libsoup-3.0-dev&searchon=names&suite=stable&section=all

In the Makefile there is an explicit dependency to 3.0:

STUFF_LIBS = $(shell pkg-config --libs "gstreamer-webrtc-1.0 >= 1.16" "gstreamer-sdp-1.0 >= 1.16" gstreamer-video-1.0 libsoup-3.0 json-glib-1.0)

Also updating the library version dependency for the Dockerfile

bullseye debian does not expose libsoup-3.0-dev development package
while bookwork does.

Also updating the library version dependency for the Dockerfile
@infovore
Copy link

+1. I had to do this to be able to use libsoup-3.0.

@lminiero
Copy link
Member

Apologies to @diegonieto, I must have missed the notification about this PR when it was first opened 🙈
It does make sense, I'm abroad for a conference at the moment so I'll have a look when I get back home next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants