1515 https://github.com/selkies-project/selkies.git \
1616 /src && \
1717 cd /src && \
18- git checkout -f fe21491c3ee7467cb37c2367d294e353ca0b7b7a
18+ git checkout -f 9df2a1b6334b0fc2c98b641d41557741b89e5c1f
1919
2020RUN \
2121 echo "**** build frontend ****" && \
6060 DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
6161 libev-dev \
6262 libjpeg62-turbo-dev \
63+ libopus-dev \
64+ libpulse-dev \
6365 libx11-dev \
6466 libxext-dev \
6567 libxfixes-dev \
9496 fonts-noto-core \
9597 g++ \
9698 gcc \
97- gir1.2-gst-plugins-bad-1.0 \
98- gir1.2-gstreamer-1.0 \
9999 git \
100- gstreamer1.0-nice \
101- gstreamer1.0-plugins-* \
102- gstreamer1.0-pulseaudio \
103100 intel-media-va-driver \
104101 kbd \
105102 libev4 \
@@ -115,6 +112,7 @@ RUN \
115112 libjpeg62-turbo \
116113 libnginx-mod-http-fancyindex \
117114 libnotify-bin \
115+ libopus0 \
118116 libp11-kit0 \
119117 libpam0g \
120118 libtasn1-6 \
@@ -145,8 +143,6 @@ RUN \
145143 pulseaudio \
146144 pulseaudio-utils \
147145 python3 \
148- python3-gi \
149- python3-gst-1.0 \
150146 software-properties-common \
151147 ssl-cert \
152148 stterm \
@@ -181,12 +177,12 @@ RUN \
181177 apt install -t bookworm-backports -y \
182178 mesa-libgallium && \
183179 echo "**** install selkies ****" && \
184- pip3 install pixelflux --break-system-packages && \
180+ pip3 install pixelflux pcmflux --break-system-packages && \
185181 SELKIES_RELEASE=$(curl -sX GET "https://api.github.com/repos/selkies-project/selkies/releases/latest" \
186182 | awk '/tag_name/{print $4;exit}' FS='[""]' ) && \
187183 curl -o \
188184 /tmp/selkies.tar.gz -L \
189- "https://github.com/selkies-project/selkies/archive/fe21491c3ee7467cb37c2367d294e353ca0b7b7a .tar.gz" && \
185+ "https://github.com/selkies-project/selkies/archive/9df2a1b6334b0fc2c98b641d41557741b89e5c1f .tar.gz" && \
190186 cd /tmp && \
191187 tar xf selkies.tar.gz && \
192188 cd selkies-* && \
@@ -256,6 +252,8 @@ RUN \
256252 echo "**** cleanup ****" && \
257253 apt-get purge -y --autoremove \
258254 libjpeg62-turbo-dev \
255+ libopus-dev \
256+ libpulse-dev \
259257 libx11-dev \
260258 libxext-dev \
261259 libx264-dev \
0 commit comments