diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index f6c1a98fc..9e8215a13 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -207,8 +207,11 @@ RUN git clone -b v1.0.12 --depth=1 {{ GIT }}/strukturag/libde265.git \ && rm -rf libde265 FROM builder AS libvpx -RUN git clone -b v1.11.0 --depth=1 {{ GIT }}/webmproject/libvpx.git \ +RUN git init libvpx \ && cd libvpx \ + && git remote add origin {{ GIT }}/webmproject/libvpx.git \ + && git fetch --depth=1 origin e1c124f8965f166d3e9ca26c9215ebc3ec3a1d72 \ + && git reset --hard FETCH_HEAD \ && CFLAGS="$CFLAGS -fno-lto" CXXFLAGS="$CXXFLAGS -fno-lto" ./configure \ --disable-examples \ --disable-unit-tests \ @@ -810,7 +813,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache / RUN git init tg_owt \ && cd tg_owt \ && git remote add origin {{ GIT }}/desktop-app/tg_owt.git \ - && git fetch --depth=1 origin dcb5069ff76bd293e86928804208737e6cee2ccc \ + && git fetch --depth=1 origin 3bb3d757681e6cc5135aec6529a753dc3dcdcfb9 \ && git reset --hard FETCH_HEAD \ && git submodule update --init --recursive --depth=1 \ && rm -rf .git \ diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 560c2d626..1533a29fa 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -404,7 +404,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 24d8dc2bde + git checkout dbaa6eb6f9 """) stage('msys64', """ @@ -822,7 +822,7 @@ stage('libvpx', """ git clone https://github.com/webmproject/libvpx.git depends:patches/libvpx/*.patch cd libvpx - git checkout v1.11.0 + git checkout e1c124f89 win: for /r %%i in (..\\patches\\libvpx\\*) do git apply %%i @@ -1403,7 +1403,7 @@ mac: stage('tg_owt', """ git clone https://github.com/desktop-app/tg_owt.git cd tg_owt - git checkout dcb5069ff7 + git checkout 3bb3d75768 git submodule init git submodule update win: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b985ac256..9cb749561 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -538,7 +538,7 @@ parts: webrtc: source: https://github.com/desktop-app/tg_owt.git source-depth: 1 - source-commit: 0532942ac6176a66ef184fb728a4cbb02958fc0b + source-commit: 3bb3d757681e6cc5135aec6529a753dc3dcdcfb9 plugin: cmake build-environment: - LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s