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 && rm -rf libde265
FROM builder AS libvpx FROM builder AS libvpx
RUN git clone -b v1.11.0 --depth=1 {{ GIT }}/webmproject/libvpx.git \ RUN git init libvpx \
&& cd 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 \ && CFLAGS="$CFLAGS -fno-lto" CXXFLAGS="$CXXFLAGS -fno-lto" ./configure \
--disable-examples \ --disable-examples \
--disable-unit-tests \ --disable-unit-tests \
@ -810,7 +813,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
RUN git init tg_owt \ RUN git init tg_owt \
&& cd tg_owt \ && cd tg_owt \
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \ && 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 reset --hard FETCH_HEAD \
&& git submodule update --init --recursive --depth=1 \ && git submodule update --init --recursive --depth=1 \
&& rm -rf .git \ && rm -rf .git \

View file

@ -404,7 +404,7 @@ if customRunCommand:
stage('patches', """ stage('patches', """
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout 24d8dc2bde git checkout dbaa6eb6f9
""") """)
stage('msys64', """ stage('msys64', """
@ -822,7 +822,7 @@ stage('libvpx', """
git clone https://github.com/webmproject/libvpx.git git clone https://github.com/webmproject/libvpx.git
depends:patches/libvpx/*.patch depends:patches/libvpx/*.patch
cd libvpx cd libvpx
git checkout v1.11.0 git checkout e1c124f89
win: win:
for /r %%i in (..\\patches\\libvpx\\*) do git apply %%i for /r %%i in (..\\patches\\libvpx\\*) do git apply %%i
@ -1403,7 +1403,7 @@ mac:
stage('tg_owt', """ stage('tg_owt', """
git clone https://github.com/desktop-app/tg_owt.git git clone https://github.com/desktop-app/tg_owt.git
cd tg_owt cd tg_owt
git checkout dcb5069ff7 git checkout 3bb3d75768
git submodule init git submodule init
git submodule update git submodule update
win: win:

View file

@ -538,7 +538,7 @@ parts:
webrtc: webrtc:
source: https://github.com/desktop-app/tg_owt.git source: https://github.com/desktop-app/tg_owt.git
source-depth: 1 source-depth: 1
source-commit: 0532942ac6176a66ef184fb728a4cbb02958fc0b source-commit: 3bb3d757681e6cc5135aec6529a753dc3dcdcfb9
plugin: cmake plugin: cmake
build-environment: build-environment:
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s - LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s