File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ make install;
5757make distclean;
5858
5959cd ~ /ffmpeg_sources;
60- curl -kLO " https://cfhcable.dl .sourceforge.net/project/lame/lame/$LAME_VERSION /lame-$LAME_VERSION .tar.gz"
60+ curl -kLO " https://downloads .sourceforge.net/project/lame/lame/$LAME_VERSION /lame-$LAME_VERSION .tar.gz"
6161tar xzf " lame-$LAME_VERSION .tar.gz"
6262cd " lame-$LAME_VERSION "
6363./configure --prefix=" $BUILD_DIR " --enable-nasm --enable-shared;
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ if [ "$ARCH" = "x86_64" ]; then
127127 arg=(" --enable-nasm" )
128128fi
129129cd " $SRC_PATH " ;
130- curl -kLO " https://cfhcable.dl .sourceforge.net/project/lame/lame/$LAME_VERSION /lame-$LAME_VERSION .tar.gz"
130+ curl -kLO " https://downloads .sourceforge.net/project/lame/lame/$LAME_VERSION /lame-$LAME_VERSION .tar.gz"
131131tar xzf " lame-$LAME_VERSION .tar.gz"
132132cd " lame-$LAME_VERSION "
133133git apply " $base_dir /.ci/libmp3lame-symbols.patch"
Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ jobs:
170170 needs : linux_wheels
171171 steps :
172172 - uses : actions/checkout@v4.2.2
173- - name : Set up Python 3.x
173+ - name : Set up Python 3.13
174174 uses : actions/setup-python@v5.4.0
175175 with :
176- python-version : 3.x
176+ python-version : 3.13 # 3.14 fails!
177177 - uses : actions/download-artifact@v4.2.1
178178 with :
179179 pattern : py_wheel-*
@@ -284,13 +284,14 @@ jobs:
284284 with :
285285 path : ~/${{ env.FFMPEG_BUILD_PATH }}_${{ matrix.arch }}
286286 key : ${{ runner.os }}-ffmpeg-${{ matrix.arch }}-${{ env.MACOSX_DEPLOYMENT_TARGET }}-${{ env.MACOSX_DEPLOYMENT_TARGET_ARM }}-${{ hashFiles('.ci/build_wheels_osx.sh') }}
287- - name : Build FFmpeg
288- if : steps.cache-ffmpeg.outputs.cache-hit != 'true'
289- run : bash .ci/build_wheels_osx.sh "${{ matrix.arch }}"
287+ # - name: Build FFmpeg
288+ # if: steps.cache-ffmpeg.outputs.cache-hit != 'true'
289+ # run: bash .ci/build_wheels_osx.sh "${{ matrix.arch }}"
290+ - run : brew install ffmpeg # https://formulae.brew.sh/formula/ffmpeg
290291
291292 - name : Install cibuildwheel
292293 run : |
293- python -m pip install cibuildwheel~=2.23.3
294+ python -m pip install cibuildwheel~=2.23.3 cython setuptools
294295 - name : Build wheels
295296 run : |
296297 export REPAIR_LIBRARY_PATH="$HOME/${{ env.FFMPEG_BUILD_PATH }}_${{ matrix.arch }}/lib"
You can’t perform that action at this time.
0 commit comments