diff -Nru kodi-audiodecoder-hvl-19.0.1/audiodecoder.hvl/addon.xml.in kodi-audiodecoder-hvl-19.0.2/audiodecoder.hvl/addon.xml.in --- kodi-audiodecoder-hvl-19.0.1/audiodecoder.hvl/addon.xml.in 2022-03-22 07:39:55.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/audiodecoder.hvl/addon.xml.in 2013-05-31 22:59:22.000000000 +0000 @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff -Nru kodi-audiodecoder-hvl-19.0.1/azure-pipelines.yml kodi-audiodecoder-hvl-19.0.2/azure-pipelines.yml --- kodi-audiodecoder-hvl-19.0.1/azure-pipelines.yml 2022-03-22 07:39:55.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/azure-pipelines.yml 2013-05-31 22:59:22.000000000 +0000 @@ -16,25 +16,25 @@ - job: Windows pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2022' strategy: matrix: Win32: - GENERATOR: "Visual Studio 15 2017" + GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: Win32 CONFIGURATION: Release Win64: - GENERATOR: "Visual Studio 15 2017" + GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: x64 CONFIGURATION: Release Win64-UWP: - GENERATOR: "Visual Studio 15 2017" + GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: x64 CONFIGURATION: Release WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" ARM64-UWP: - GENERATOR: "Visual Studio 15 2017" + GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: ARM64 CONFIGURATION: Release WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" diff -Nru kodi-audiodecoder-hvl-19.0.1/debian/changelog kodi-audiodecoder-hvl-19.0.2/debian/changelog --- kodi-audiodecoder-hvl-19.0.1/debian/changelog 2022-03-30 08:44:39.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/debian/changelog 2013-05-31 22:59:22.000000000 +0000 @@ -1,9 +1,7 @@ -kodi-audiodecoder-hvl (19.0.1-1~jammy) jammy; urgency=low +kodi-audiodecoder-hvl (6:19.0.2-1~jammy) jammy; urgency=low [ kodi ] * autogenerated dummy changelog - [ wsnipex ] - * no upstream changelog available + -- Nobody Sat, 01 Jun 2013 00:59:22 +0200 - -- wsnipex Wed, 30 Mar 2022 10:44:39 +0200 diff -Nru kodi-audiodecoder-hvl-19.0.1/debian/changelog.tmp kodi-audiodecoder-hvl-19.0.2/debian/changelog.tmp --- kodi-audiodecoder-hvl-19.0.1/debian/changelog.tmp 2022-03-30 08:44:39.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/debian/changelog.tmp 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -kodi-audiodecoder-hvl (19.0.1-1~#DIST#) #DIST#; urgency=low - - [ kodi ] - * autogenerated dummy changelog - - -- Nobody Sat, 01 Jun 2013 00:59:22 +0200 - diff -Nru kodi-audiodecoder-hvl-19.0.1/debian/copyright kodi-audiodecoder-hvl-19.0.2/debian/copyright --- kodi-audiodecoder-hvl-19.0.1/debian/copyright 2022-03-22 07:39:55.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/debian/copyright 2013-05-31 22:59:22.000000000 +0000 @@ -3,7 +3,7 @@ Source: https://github.com/xbmc/audiodecoder.hvl Files: * -Copyright: 2005-2021 Team Kodi +Copyright: 2005-2022 Team Kodi License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru kodi-audiodecoder-hvl-19.0.1/debian/kodi-audiodecoder-hvl.install kodi-audiodecoder-hvl-19.0.2/debian/kodi-audiodecoder-hvl.install --- kodi-audiodecoder-hvl-19.0.1/debian/kodi-audiodecoder-hvl.install 2022-03-30 08:44:39.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/debian/kodi-audiodecoder-hvl.install 2013-05-31 22:59:22.000000000 +0000 @@ -1,2 +1,2 @@ -usr/lib -usr/share +usr/lib/* +usr/share/* diff -Nru kodi-audiodecoder-hvl-19.0.1/.github/workflows/build.yml kodi-audiodecoder-hvl-19.0.2/.github/workflows/build.yml --- kodi-audiodecoder-hvl-19.0.1/.github/workflows/build.yml 2022-03-22 07:39:55.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/.github/workflows/build.yml 2013-05-31 22:59:22.000000000 +0000 @@ -11,17 +11,17 @@ matrix: include: - name: "Debian package test" - os: ubuntu-18.04 + os: ubuntu-20.04 CC: gcc CXX: g++ DEBIAN_BUILD: true - #- os: ubuntu-18.04 + #- os: ubuntu-20.04 #CC: gcc #CXX: g++ - #- os: ubuntu-18.04 + #- os: ubuntu-20.04 #CC: clang #CXX: clang++ - #- os: macos-10.15 + #- os: macos-11 steps: - name: Install needed ubuntu depends env: diff -Nru kodi-audiodecoder-hvl-19.0.1/src/HVLCodec.cpp kodi-audiodecoder-hvl-19.0.2/src/HVLCodec.cpp --- kodi-audiodecoder-hvl-19.0.1/src/HVLCodec.cpp 2022-03-22 07:39:55.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/src/HVLCodec.cpp 2013-05-31 22:59:22.000000000 +0000 @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014-2021 Arne Morten Kvarving - * Copyright (C) 2016-2021 Team Kodi (https://kodi.tv) + * Copyright (C) 2014-2022 Arne Morten Kvarving + * Copyright (C) 2016-2022 Team Kodi (https://kodi.tv) * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSE.md for more information. diff -Nru kodi-audiodecoder-hvl-19.0.1/src/HVLCodec.h kodi-audiodecoder-hvl-19.0.2/src/HVLCodec.h --- kodi-audiodecoder-hvl-19.0.1/src/HVLCodec.h 2022-03-22 07:39:55.000000000 +0000 +++ kodi-audiodecoder-hvl-19.0.2/src/HVLCodec.h 2013-05-31 22:59:22.000000000 +0000 @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014-2021 Arne Morten Kvarving - * Copyright (C) 2016-2021 Team Kodi (https://kodi.tv) + * Copyright (C) 2014-2022 Arne Morten Kvarving + * Copyright (C) 2016-2022 Team Kodi (https://kodi.tv) * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSE.md for more information.