Skip to content
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

docker: update to bookworm #24

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
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.

1 participant