From 9f99e1dc50c2bf261afd1c9f1529de5a8412c83c Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Wed, 10 Jan 2024 15:09:36 +0100 Subject: [PATCH] libheif: repository of x265 dependency changed (#11472) The x265 project has changed their repository location, the old one is not accessible anymore. Source: https://www.videolan.org/developers/x265.html https://github.com/strukturag/libheif/pull/1099#issuecomment-1884035385 --- projects/libheif/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/libheif/Dockerfile b/projects/libheif/Dockerfile index 4d10a262f..08a0516c1 100644 --- a/projects/libheif/Dockerfile +++ b/projects/libheif/Dockerfile @@ -34,9 +34,8 @@ RUN git clone \ https://github.com/strukturag/libde265.git \ libde265 -RUN hg clone \ - --branch stable \ - http://hg.videolan.org/x265 \ +RUN git clone \ + https://bitbucket.org/multicoreware/x265_git/src/stable/ \ x265 RUN git clone \