Update tg_owt+libyuv/libvpx to chromium revisions.

This commit is contained in:
John Preston 2023-09-21 10:57:44 +04:00
parent 71f3f67fe3
commit d10b7e8402
3 changed files with 9 additions and 6 deletions

View File

@ -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 \

View File

@ -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:

View File

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