Skip to content

Commit

Permalink
Merge pull request #40 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
[Matrix] Translation related version increase / workflow update
  • Loading branch information
AlwinEsch authored May 29, 2022
2 parents 7fe1eeb + 8a87d8b commit 6c50b8d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion audiodecoder.gsf/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="audiodecoder.gsf"
version="19.0.1"
version="19.0.2"
name="GSF Audio Decoder"
provider-name="spiff">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/GSFCodec.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/GSFCodec.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6c50b8d

Please sign in to comment.