From 33259b2a2723a9d9fd23737a5cbb16b3973a3e91 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Sun, 29 May 2022 11:31:32 +0200 Subject: [PATCH 1/4] increase copyright year to 2022 --- debian/copyright | 2 +- src/GSFCodec.cpp | 4 ++-- src/GSFCodec.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/copyright b/debian/copyright index 1412e16..6400c74 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: audiodecoder.gsf Source: https://github.com/xbmc/audiodecoder.gme 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 --git a/src/GSFCodec.cpp b/src/GSFCodec.cpp index a6863b5..d748b92 100644 --- a/src/GSFCodec.cpp +++ b/src/GSFCodec.cpp @@ -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 --git a/src/GSFCodec.h b/src/GSFCodec.h index 2090960..d02460a 100644 --- a/src/GSFCodec.h +++ b/src/GSFCodec.h @@ -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. From 1494d0b5df9454ec48f52b09e6cb55e52251c250 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Thu, 26 May 2022 18:45:18 +0200 Subject: [PATCH 2/4] update Azure pipeline to Windows 2022 --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 221509e..712c37d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,25 +16,25 @@ jobs: - 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" From f450f4965784a754a1b248079bf992813fad5352 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Thu, 26 May 2022 18:46:13 +0200 Subject: [PATCH 3/4] update github workflow to Ubuntu 20.04 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff8bf57..d438c21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,17 +11,17 @@ jobs: 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: From 8a87d8bb341527b49b262d4fead43436c6aa9f2b Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Sun, 29 May 2022 11:33:52 +0200 Subject: [PATCH 4/4] increase add-on version to 19.0.2 --- audiodecoder.gsf/addon.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiodecoder.gsf/addon.xml.in b/audiodecoder.gsf/addon.xml.in index db6946c..57f161f 100644 --- a/audiodecoder.gsf/addon.xml.in +++ b/audiodecoder.gsf/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@