libgav1 (0.16.0-4+rpi1) bullseye-staging; urgency=medium
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 7 Nov 2020 15:07:47 +0000 (15:07 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 7 Nov 2020 15:07:47 +0000 (15:07 +0000)
  * Link with libatomic on armhf too.
  * Update symbols file for raspbian.

[dgit import unpatched libgav1 0.16.0-4+rpi1]

15 files changed:
1  2 
debian/changelog
debian/control
debian/copyright
debian/gav1_decode.1
debian/libgav1-0.install
debian/libgav1-0.symbols
debian/libgav1-bin.install
debian/libgav1-bin.manpages
debian/libgav1-dev.examples
debian/libgav1-dev.install
debian/patches/Unbundling-abseil.patch
debian/patches/series
debian/rules
debian/source/format
debian/upstream/metadata

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..6499dc2134bb4ff837d4a5924ee8f1b7ad88aa56
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,36 @@@
++libgav1 (0.16.0-4+rpi1) bullseye-staging; urgency=medium
++
++  * Link with libatomic on armhf too.
++  * Update symbols file for raspbian.
++
++ -- Peter Michael Green <plugwash@raspbian.org>  Sat, 07 Nov 2020 15:07:47 +0000
++
++libgav1 (0.16.0-4) unstable; urgency=medium
++
++  * debian/libgav1-0.symbols: Try to distinguish by symbol bits. 
++  * debian/rules: Also explicitly disable AVX2 per baseline.
++
++ -- Boyuan Yang <byang@debian.org>  Sat, 31 Oct 2020 12:23:49 -0400
++
++libgav1 (0.16.0-3) unstable; urgency=medium
++
++  * Team upload.
++  * debian/libgav1-0.symbols: refresh symbols.
++  * debian/rules: Adjust build flags to meet Debian's ISA baseline
++    requirement.
++
++ -- Boyuan Yang <byang@debian.org>  Fri, 30 Oct 2020 23:02:37 -0400
++
++libgav1 (0.16.0-2) unstable; urgency=medium
++
++  * Team upload.
++  * debian/control: Update package description to remove mentions
++    of advanced build flags since we are not enabling them.
++
++ -- Boyuan Yang <byang@debian.org>  Thu, 29 Oct 2020 10:19:44 -0400
++
++libgav1 (0.16.0-1) unstable; urgency=medium
++
++  * Initial release (Closes: #973288)
++
++ -- qinxialei <xialeiqin@gmail.com>  Wed, 28 Oct 2020 17:35:33 +0800
diff --cc debian/control
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..8f6b14b7153af639264ba8b78aaa197931306f95
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,41 @@@
++Source: libgav1
++Section: libs
++Priority: optional
++Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
++Uploaders: qinxialei <xialeiqin@gmail.com>
++Build-Depends:
++ debhelper-compat (= 13),
++ cmake (>= 3.7.1),
++ libabsl-dev,
++Standards-Version: 4.5.0
++Homepage: https://chromium.googlesource.com/codecs/libgav1/
++Vcs-Browser: https://salsa.debian.org/multimedia-team/libgav1
++Vcs-Git: https://salsa.debian.org/multimedia-team/libgav1.git
++Rules-Requires-Root: no
++
++Package: libgav1-0
++Architecture: any
++Depends: ${shlibs:Depends}, ${misc:Depends}
++Description: AV1 decoder developed by Google -- runtime library
++ This package contains the runtime, shared library of gav1. Gav1 is
++ a new decoder implementation for AV1 video encoding format (supporting
++ profiles 0 and 1).
++
++Package: libgav1-dev
++Section: libdevel
++Architecture: any
++Depends: ${misc:Depends}, libgav1-0 (= ${binary:Version})
++Description: AV1 decoder developed by Google -- development kit
++ This package contains the header file and development library of gav1.
++ Gav1 is A new decoder implementation for AV1 video encoding format (supporting
++ profiles 0 and 1).
++
++Package: libgav1-bin
++Section: utils
++Architecture: any
++Depends: ${shlibs:Depends}, ${misc:Depends}
++Description: Av1 decoder developed by Google -- example application
++ This package provides gav1_decode binary as an example application of
++ libgav1. It can be used to decode IVF files.
++ .
++ Please see the output of "gav1_decode --help" for detailed options.
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..f26a0549b3f641e3f8d3cf2179ef18cd3fbf0d25
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,28 @@@
++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: libgav1
++Upstream-Contact: gav1-devel@googlegroups.com
++Source: https://chromium.googlesource.com/codecs/libgav1/
++
++Files: *
++Copyright: 2019-2020 Google LLC
++         2019-2020 The libgav1 Authors
++License: Apache-2.0
++
++Files: debian/*
++Copyright: 2020 qinxialei <qinxialei@gmail.com>
++License: Apache-2.0
++
++License: Apache-2.0
++ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
++ this file except in compliance with the License. You may obtain a copy of the
++ License at
++ .
++     https://www.apache.org/licenses/LICENSE-2.0
++ .
++ Unless required by applicable law or agreed to in writing, software distributed
++ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
++ CONDITIONS OF ANY KIND, either express or implied. See the License for the
++ specific language governing permissions and limitations under the License.
++ .
++ On Debian systems, the complete text of the Apache License, Version 2.0, can be
++ found in "/usr/share/common-licenses/Apache-2.0".
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..924d04133b5b7c64a01cb6f44d6807212f55c254
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,62 @@@
++.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
++.TH GAV1_DECODE 1 "23 Oct 2020" "gav1_decode, a libgav1 based AV1 decoder"
++.SH NAME
++gav1_decode, \- An example application of gav1.gav1_decode can be used to decode IVF files
++.SH SYNOPSIS
++.B gav1_decode
++[\fI\,options\/\fR] \fI\,<input file> \/\fR[\fI\,-o <output file>\/\fR]
++.SH OPTIONS
++.HP
++\fB\-h\fR, \fB\-\-help\fR This help message.
++.HP
++\fB\-\-threads\fR <positive integer> (Default 1).
++.HP
++\fB\-\-frame_parallel\fR.
++.HP
++\fB\-\-limit\fR <integer> Stop decoding after N frames (0 = all).
++.HP
++\fB\-\-skip\fR <integer> Skip initial N frames (Default 0).
++.HP
++\fB\-\-version\fR.
++.HP
++\fB\-\-y4m\fR (Default false).
++.HP
++\fB\-\-raw\fR (Default true).
++.HP
++\fB\-v\fR logging verbosity, can be used multiple times.
++.HP
++\fB\-\-all_layers\fR.
++.HP
++\fB\-\-operating_point\fR <integer between 0 and 31> (Default 0).
++.HP
++\fB\-\-frame_timing\fR <file> Output per\-frame timing to <file> in tsv format.
++.IP
++Yields meaningful results only when frame parallel is off.
++.SS "Advanced settings:"
++.HP
++\fB\-\-post_filter_mask\fR <integer> (Default 0x1f).
++.IP
++Mask indicating which post filters should be applied to the reconstructed
++frame. This may be given as octal, decimal or hexadecimal. From LSB:
++.IP
++Bit 0: Loop filter (deblocking filter)
++Bit 1: Cdef
++Bit 2: SuperRes
++Bit 3: Loop Restoration
++Bit 4: Film Grain Synthesis
++.PP
++libgav1 0.16.1
++max bitdepth: 10
++build configuration: Not available.
++.SH "SEE ALSO"
++The full documentation for
++.B gav1_decode,
++is maintained as a Texinfo manual.  If the
++.B info
++and
++.B gav1_decode,
++programs are properly installed at your site, the command
++.IP
++.B info gav1_decode,
++.PP
++should give you access to the complete manual.
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..1d9b40b19cf78e7be7acbcead5b764bdd6aef7da
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++usr/lib/*/libgav1.so.*
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..4a12ad7e7e74f816a1217dbe7e0399d3e9e2b525
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,36 @@@
++# SymbolsHelper-Confirmed: 0.16.0 amd64
++libgav1.so.0 libgav1-0 #MINVER#
++* Build-Depends-Package: libgav1-dev
++ Libgav1ComputeFrameBufferInfo@Base 0.16.0
++ Libgav1DecoderCreate@Base 0.16.0
++ Libgav1DecoderDequeueFrame@Base 0.16.0
++ Libgav1DecoderDestroy@Base 0.16.0
++ Libgav1DecoderEnqueueFrame@Base 0.16.0
++ Libgav1DecoderGetMaxBitdepth@Base 0.16.0
++ Libgav1DecoderSettingsInitDefault@Base 0.16.0
++ Libgav1DecoderSignalEOS@Base 0.16.0
++ Libgav1GetBuildConfiguration@Base 0.16.0
++ Libgav1GetErrorString@Base 0.16.0
++ Libgav1GetVersion@Base 0.16.0
++ Libgav1GetVersionString@Base 0.16.0
++ Libgav1SetFrameBuffer@Base 0.16.0
++ _ZN7libgav17Decoder12DequeueFrameEPPK20Libgav1DecoderBuffer@Base 0.16.0
++ (c++|arch-bits=64)"libgav1::Decoder::EnqueueFrame(unsigned char const*, unsigned long, long, void*)@Base" 0.16.0
++ (c++|arch-bits=32)"libgav1::Decoder::EnqueueFrame(unsigned char const*, unsigned int, long long, void*)@Base" 0.16.0
++ _ZN7libgav17Decoder14GetMaxBitdepthEv@Base 0.16.0
++ _ZN7libgav17Decoder4InitEPKNS_15DecoderSettingsE@Base 0.16.0
++ _ZN7libgav17Decoder9SignalEOSEv@Base 0.16.0
++ _ZN7libgav17DecoderC1Ev@Base 0.16.0
++ _ZN7libgav17DecoderC2Ev@Base 0.16.0
++ _ZN7libgav17DecoderD1Ev@Base 0.16.0
++ _ZN7libgav17DecoderD2Ev@Base 0.16.0
++ (arch=riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 0.16.0
++ (arch=riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.16.0
++ (optional=notriscv64andprobabllynotraspbin)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.16.0
++ (arch=riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.16.0
++ (optional=notriscv64andprobabllynotraspbin)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.16.0
++ (arch=riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 0.16.0
++ (arch=riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.16.0
++ (optional=notriscv64andprobabllynotraspbin)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.16.0
++ (arch=riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.16.0
++ (optional=notriscv64andprobabllynotraspbin)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.16.0
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..d3fd60b1756e285790f83155024affc491544a2a
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++usr/bin/gav1_decode
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..2fd6f2217222220e6cb62310206d2d10e47224d9
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++debian/gav1_decode.1
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..a1e57eb93bc3e4cafc5265a7ae1d0586148577aa
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,2 @@@
++examples/*.h
++examples/*.cc
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..0e71f2ba51df2c61c4682a150a1f311daac73e6b
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,5 @@@
++usr/include/gav1/*
++usr/lib/*/*.a
++usr/lib/*/*.so
++usr/lib/*/pkgconfig/*.pc
++usr/share/cmake
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..c33dcbe4604b1b1803085c971f8faf2cde2d6350
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,22 @@@
++Unbundling abseil
++--- a/CMakeLists.txt
+++++ b/CMakeLists.txt
++@@ -97,7 +97,6 @@
++   libgav1_dump_options()
++ endif()
++ 
++-set(libgav1_abseil_build "${libgav1_build}/abseil")
++ set(libgav1_gtest_build "${libgav1_build}/gtest")
++ 
++ # Compiler/linker flags must be lists, but come in from the environment as
++@@ -109,8 +108,8 @@
++   separate_arguments(LIBGAV1_EXE_LINKER_FLAGS)
++ endif()
++ 
++-add_subdirectory("${libgav1_root}/third_party/abseil-cpp"
++-                 "${libgav1_abseil_build}" EXCLUDE_FROM_ALL)
+++set(absl "/usr/lib/*/cmake/absl")
+++find_package(absl REQUIRED)
++ 
++ libgav1_reset_target_lists()
++ libgav1_add_dsp_targets()
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..f1aaaf0845611a3655daa5da33c98a3587a3d61f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++Unbundling-abseil.patch
diff --cc debian/rules
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..554c0b8483167d6c5c26a3c1b0bcd5fa6fd125f6
new file mode 100755 (executable)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,39 @@@
++#!/usr/bin/make -f
++DPKG_EXPORT_BUILDFLAGS = 1
++
++include /usr/share/dpkg/buildflags.mk
++export DEB_BUILD_MAINT_OPTIONS = hardening=+all
++
++CXXFLAGS += $(CPPFLAGS)
++
++EXTRA_CONFIG_FLAGS = 
++
++# try to fix FTBFS on mipsel
++ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mips mipsel powerpc powerpcspe sh4))
++  export DEB_LDFLAGS_MAINT_APPEND=-latomic
++endif
++
++# Conform to Debian's baseline requirement
++# https://wiki.debian.org/ArchitectureSpecificsMemo
++
++ifneq (,$(filter $(DEB_HOST_ARCH), i386 amd64 x32))
++  EXTRA_CONFIG_FLAGS += -DLIBGAV1_ENABLE_SSE4_1=0 -DLIBGAV1_ENABLE_AVX2=0
++endif
++
++ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf))
++  EXTRA_CONFIG_FLAGS += -DLIBGAV1_ENABLE_NEON=0
++endif
++
++ifneq (,$(filter $(DEB_HOST_ARCH), arm64))
++  EXTRA_CONFIG_FLAGS += -DLIBGAV1_ENABLE_NEON=1
++endif
++
++
++
++%:
++      dh $@
++
++override_dh_auto_configure:
++      dh_auto_configure -- \
++          -DBUILD_SHARED_LIBS=ON \
++          $(EXTRA_CONFIG_FLAGS)
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..0b62ac4eeba5a0a3dabe6b91f0f5453cd23709f4
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,4 @@@
++Bug-Database: https://issuetracker.google.com/issues/new?component=750480&template=1355007
++Changelog: https://chromium.googlesource.com/codecs/libgav1/+log
++Repository-Browse: https://chromium.googlesource.com/codecs/libgav1
++Repository: https://chromium.googlesource.com/codecs/libgav1