diff options
author | Boyuan Yang <byang@debian.org> | 2022-07-16 13:50:16 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2022-07-16 13:59:44 -0400 |
commit | b48b71b85e7b44952e4c1c6c116404052ecac6e5 (patch) | |
tree | 0ff992e4ae76312808c15ed0b45a838e074b70b9 | |
parent | 7b3b4bc8e442a7568eb649671c23c82ad1e56b0c (diff) | |
download | libgav1-b48b71b85e7b44952e4c1c6c116404052ecac6e5.tar.gz libgav1-b48b71b85e7b44952e4c1c6c116404052ecac6e5.tar.bz2 libgav1-b48b71b85e7b44952e4c1c6c116404052ecac6e5.zip |
Prepare new upload.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | 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() |