[graphics/krita/krita/5.2] 3rdparty/ext_ffmpeg: Change branch name of libvpx

Dmitry Kazakov null at kde.org
Mon Aug 7 16:27:44 BST 2023


Git commit 20b88396e42e714c146a4adf6191e109bf693e62 by Dmitry Kazakov.
Committed on 07/08/2023 at 17:27.
Pushed by dkazakov into branch 'krita/5.2'.

Change branch name of libvpx

It seems like Amyspark changed the branch they are working on the
meson port for libvpx, so I deps builds became broken because of that.

CC:kimageshop at kde.org

M  +1    -1    3rdparty/ext_ffmpeg/CMakeLists.txt

https://invent.kde.org/graphics/krita/-/commit/20b88396e42e714c146a4adf6191e109bf693e62

diff --git a/3rdparty/ext_ffmpeg/CMakeLists.txt b/3rdparty/ext_ffmpeg/CMakeLists.txt
index c35b42ad39c..6eb544e7146 100644
--- a/3rdparty/ext_ffmpeg/CMakeLists.txt
+++ b/3rdparty/ext_ffmpeg/CMakeLists.txt
@@ -224,7 +224,7 @@ kis_ExternalProject_Add_with_separate_builds_apple(
 
     DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
     GIT_REPOSITORY https://gitlab.freedesktop.org/amyspark/libvpx.git
-    GIT_TAG amyspark/add-ci
+    GIT_TAG meson
 
     WORKING_DIRECTORY <BINARY_DIR>
 


More information about the kimageshop mailing list