aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyuan Yang <byang@debian.org>2023-11-27 22:49:44 -0500
committerBoyuan Yang <byang@debian.org>2023-11-27 22:49:53 -0500
commit4e251cca41fdcd86ee67a0e40afebcc218a4a4fe (patch)
tree97c52c103df8a67764dce8b2ec8194a21fe1c1ba
parent7fee0fd1b17b4f963fa1db74c3a5fcc3ff142e0d (diff)
downloadlibgav1-4e251cca41fdcd86ee67a0e40afebcc218a4a4fe.tar.gz
libgav1-4e251cca41fdcd86ee67a0e40afebcc218a4a4fe.tar.bz2
libgav1-4e251cca41fdcd86ee67a0e40afebcc218a4a4fe.zip
debian/patches/: Refresh patches
-rw-r--r--debian/patches/0001-Unbundle-abseil.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0001-Unbundle-abseil.patch b/debian/patches/0001-Unbundle-abseil.patch
index 67a8357..1395830 100644
--- a/debian/patches/0001-Unbundle-abseil.patch
+++ b/debian/patches/0001-Unbundle-abseil.patch
@@ -7,7 +7,7 @@ Subject: Unbundle abseil
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 52b1b32..d5e8f95 100644
+index 73f27a1..e9bb9b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,7 +116,6 @@ if(LIBGAV1_VERBOSE)
@@ -35,7 +35,7 @@ index 52b1b32..d5e8f95 100644
- " examples & tests and libgav1 when LIBGAV1_THREADPOOL_USE_STD_MUTEX is"
- " not defined. To continue, download the Abseil repository to"
- " third_party/abseil-cpp:\n git \\\n -C ${libgav1_root} \\\n"
-- " clone \\\n"
+- " clone -b 20220623.0 --depth 1 \\\n"
- " https://github.com/abseil/abseil-cpp.git third_party/abseil-cpp")
- endif()
-endif()