From b48b71b85e7b44952e4c1c6c116404052ecac6e5 Mon Sep 17 00:00:00 2001
From: Boyuan Yang <byang@debian.org>
Date: Sat, 16 Jul 2022 13:50:16 -0400
Subject: Prepare new upload.

---
 debian/changelog                          | 8 ++++++++
 debian/patches/0001-Unbundle-abseil.patch | 9 +++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ba0b48..e54a313 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libgav1 (0.18.0-1) unstable; urgency=medium
+
+  * New upstream version 0.18.0.
+  * Refresh patches.
+  * debian/control: Bump Standards-Version to 4.6.1.
+
+ -- Boyuan Yang <byang@debian.org>  Sat, 16 Jul 2022 13:50:01 -0400
+
 libgav1 (0.17.0-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0001-Unbundle-abseil.patch b/debian/patches/0001-Unbundle-abseil.patch
index 5304994..817741a 100644
--- a/debian/patches/0001-Unbundle-abseil.patch
+++ b/debian/patches/0001-Unbundle-abseil.patch
@@ -3,11 +3,11 @@ Date: Sat, 16 Jul 2022 13:49:23 -0400
 Subject: Unbundle abseil
 
 ---
- CMakeLists.txt | 20 ++------------------
- 1 file changed, 2 insertions(+), 18 deletions(-)
+ CMakeLists.txt | 21 +++------------------
+ 1 file changed, 3 insertions(+), 18 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 52b1b32..4b30659 100644
+index 52b1b32..d5e8f95 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -116,7 +116,6 @@ if(LIBGAV1_VERBOSE)
@@ -18,7 +18,7 @@ index 52b1b32..4b30659 100644
  set(libgav1_gtest_build "${libgav1_build}/gtest")
  
  # Compiler/linker flags must be lists, but come in from the environment as
-@@ -131,23 +130,8 @@ endif()
+@@ -131,23 +130,9 @@ endif()
  # Set test-only flags based on LIBGAV1_CXX_FLAGS.
  libgav1_set_test_flags()
  
@@ -40,6 +40,7 @@ index 52b1b32..4b30659 100644
 -  endif()
 -endif()
 +set(absl "/usr/lib/*/cmake/absl")
++find(absl REQUIRED)
 +set(ABSL_PROPAGATE_CXX_STD ON)
  
  libgav1_reset_target_lists()
-- 
cgit v1.2.3