diff -Nru kodi-audiodecoder-timidity-2.0.3/audiodecoder.timidity/addon.xml.in kodi-audiodecoder-timidity-2.0.4/audiodecoder.timidity/addon.xml.in --- kodi-audiodecoder-timidity-2.0.3/audiodecoder.timidity/addon.xml.in 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/audiodecoder.timidity/addon.xml.in 2020-02-06 10:36:08.000000000 +0000 @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ @@ -15,8 +15,9 @@ MIDI Software synthesizer TiMidity is a software synthesizer that can play MIDI files without a hardware synthesizer. -To use TiMidity you need a working timidity.cfg config file or sound fonts. Copy this files into the directory you intend to store and select it in the Add-on Settings. - +To use TiMidity you need a working timidity.cfg config file or sound fonts. Copy this files into the directory you intend to store and select it in the Add-on Settings. @PLATFORM@ + GPL-2.0 + https://github.com/xbmc/audiodecoder.timidity diff -Nru kodi-audiodecoder-timidity-2.0.3/azure-pipelines.yml kodi-audiodecoder-timidity-2.0.4/azure-pipelines.yml --- kodi-audiodecoder-timidity-2.0.3/azure-pipelines.yml 1970-01-01 00:00:00.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/azure-pipelines.yml 2020-02-06 10:36:08.000000000 +0000 @@ -0,0 +1,65 @@ +variables: + app_id: 'audiodecoder.timidity' + +trigger: + branches: + include: + - Leia + - releases/* + paths: + include: + - '*' + exclude: + - 'debian/*' + +jobs: + - job: Windows + + pool: + vmImage: 'VS2017-Win2016' + + strategy: + matrix: + Win32: + GENERATOR: "Visual Studio 15 2017" + ARCHITECTURE: Win32 + CONFIGURATION: Release + Win64: + GENERATOR: "Visual Studio 15 2017" + ARCHITECTURE: x64 + CONFIGURATION: Release + Win64-UWP: + GENERATOR: "Visual Studio 15 2017" + ARCHITECTURE: x64 + CONFIGURATION: Release + WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.16299.0" + ARM64-UWP: + GENERATOR: "Visual Studio 15 2017" + ARCHITECTURE: ARM64 + CONFIGURATION: Release + WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.16299.0" + + workspace: + clean: all + + steps: + + - script: | + cd .. + git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git kodi + cd $(Build.SourcesDirectory) + mkdir build + cd build + mkdir "definition/$(app_id)" + echo $(app_id) . . > definition/$(app_id)/$(app_id).txt + mklink /J "$(Pipeline.Workspace)/$(app_id)" "$(Build.SourcesDirectory)" + + - task: CMake@1 + inputs: + workingDirectory: 'build' + cmakeArgs: '-T host=x64 -G "$(GENERATOR)" -A $(ARCHITECTURE) $(WINSTORE) -DADDONS_TO_BUILD=$(app_id) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DADDONS_DEFINITION_DIR=$(Pipeline.Workspace)/$(app_id)/build/definition -DADDON_SRC_PREFIX=../.. -DCMAKE_INSTALL_PREFIX=../../kodi/addons -DPACKAGE_ZIP=1 ../../kodi/cmake/addons' + + - task: CMake@1 + inputs: + workingDirectory: 'build' + cmakeArgs: '--build . --config $(CONFIGURATION) --target $(app_id)' diff -Nru kodi-audiodecoder-timidity-2.0.3/debian/changelog kodi-audiodecoder-timidity-2.0.4/debian/changelog --- kodi-audiodecoder-timidity-2.0.3/debian/changelog 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/changelog 2013-05-31 22:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -kodi-audiodecoder-timidity (2.0.3-1~disco) disco; urgency=low +kodi-audiodecoder-timidity (2.0.4-1~disco) disco; urgency=low [ kodi ] * autogenerated dummy changelog - -- Arne Morten Kvarving Sat, 01 Jun 2013 00:59:22 +0200 + -- Nobody Sat, 01 Jun 2013 00:59:22 +0200 diff -Nru kodi-audiodecoder-timidity-2.0.3/debian/changelog.in kodi-audiodecoder-timidity-2.0.4/debian/changelog.in --- kodi-audiodecoder-timidity-2.0.3/debian/changelog.in 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/changelog.in 2013-05-31 22:59:22.000000000 +0000 @@ -3,5 +3,5 @@ [ kodi ] * autogenerated dummy changelog - -- Arne Morten Kvarving Sat, 01 Jun 2013 00:59:22 +0200 + -- Nobody Sat, 01 Jun 2013 00:59:22 +0200 diff -Nru kodi-audiodecoder-timidity-2.0.3/debian/compat kodi-audiodecoder-timidity-2.0.4/debian/compat --- kodi-audiodecoder-timidity-2.0.3/debian/compat 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/compat 2013-05-31 22:59:22.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru kodi-audiodecoder-timidity-2.0.3/debian/control kodi-audiodecoder-timidity-2.0.4/debian/control --- kodi-audiodecoder-timidity-2.0.3/debian/control 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/control 2013-05-31 22:59:22.000000000 +0000 @@ -1,8 +1,8 @@ Source: kodi-audiodecoder-timidity Priority: extra -Maintainer: Arne Morten Kvarving -Build-Depends: debhelper (>= 8.0.0), cmake, kodi-addon-dev, libp8-platform-dev -Standards-Version: 3.9.2 +Maintainer: Nobody +Build-Depends: debhelper (>= 9.0.0), cmake, kodi-addon-dev +Standards-Version: 4.1.2 Section: libs Package: kodi-audiodecoder-timidity diff -Nru kodi-audiodecoder-timidity-2.0.3/debian/copyright kodi-audiodecoder-timidity-2.0.4/debian/copyright --- kodi-audiodecoder-timidity-2.0.3/debian/copyright 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/copyright 2013-05-31 22:59:22.000000000 +0000 @@ -1,9 +1,9 @@ Format: http://dep.debian.net/deps/dep5 Upstream-Name: audiodecoder.timidity -Source: +Source: https://github.com/xbmc/audiodecoder.timidity Files: * -Copyright: 2005-2013 Team XBMC +Copyright: 2005-2020 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-timidity-2.0.3/debian/kodi-audiodecoder-timidity.install kodi-audiodecoder-timidity-2.0.4/debian/kodi-audiodecoder-timidity.install --- kodi-audiodecoder-timidity-2.0.3/debian/kodi-audiodecoder-timidity.install 1970-01-01 00:00:00.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/kodi-audiodecoder-timidity.install 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib/* +usr/share/* diff -Nru kodi-audiodecoder-timidity-2.0.3/debian/rules kodi-audiodecoder-timidity-2.0.4/debian/rules --- kodi-audiodecoder-timidity-2.0.3/debian/rules 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/rules 2013-05-31 22:59:22.000000000 +0000 @@ -18,8 +18,5 @@ override_dh_strip: dh_strip --dbg-package=kodi-audiodecoder-timidity-dbg -override_dh_auto_install: - dh_auto_install --destdir=debian/kodi-audiodecoder-timidity - override_dh_installdocs: dh_installdocs --link-doc=kodi-audiodecoder-timidity diff -Nru kodi-audiodecoder-timidity-2.0.3/debian/source/format kodi-audiodecoder-timidity-2.0.4/debian/source/format --- kodi-audiodecoder-timidity-2.0.3/debian/source/format 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/debian/source/format 2013-05-31 22:59:22.000000000 +0000 @@ -1 +1 @@ -3.0 (native) +3.0 (quilt) diff -Nru kodi-audiodecoder-timidity-2.0.3/.gitignore kodi-audiodecoder-timidity-2.0.4/.gitignore --- kodi-audiodecoder-timidity-2.0.3/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/.gitignore 2020-02-06 10:36:08.000000000 +0000 @@ -0,0 +1,30 @@ +# build artifacts +build/ +obj-x86_64-linux-gnu/ +audiodecoder.*/addon.xml + +# commonly used editors +# vim +*.swp + +# Eclipse +*.project +*.cproject +.classpath +*.sublime-* +.settings/ + +# KDevelop 4 +*.kdev4 + +# gedit +*~ + +# CLion +/.idea + +# clion +.idea/ + +# KDev +*.kdev4 diff -Nru kodi-audiodecoder-timidity-2.0.3/lib/kodi/tools/DllHelper.h kodi-audiodecoder-timidity-2.0.4/lib/kodi/tools/DllHelper.h --- kodi-audiodecoder-timidity-2.0.3/lib/kodi/tools/DllHelper.h 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/lib/kodi/tools/DllHelper.h 2020-02-06 10:36:08.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2018 Team Kodi + * Copyright (C) 2005-2020 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later diff -Nru kodi-audiodecoder-timidity-2.0.3/README.md kodi-audiodecoder-timidity-2.0.4/README.md --- kodi-audiodecoder-timidity-2.0.3/README.md 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/README.md 2020-02-06 10:36:08.000000000 +0000 @@ -3,7 +3,8 @@ This is a [Kodi](http://kodi.tv) audio decoder addon for midi files. [![Build Status](https://travis-ci.org/xbmc/audiodecoder.timidity.svg?branch=master)](https://travis-ci.org/xbmc/audiodecoder.timidity) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/audiodecoder.timidity?svg=true)](https://ci.appveyor.com/project/xbmc/audiodecoder-timidity) +[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.audiodecoder.timidity?branchName=Leia)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=2&branchName=Leia) + ## Requirements diff -Nru kodi-audiodecoder-timidity-2.0.3/src/TimidityCodec.cpp kodi-audiodecoder-timidity-2.0.4/src/TimidityCodec.cpp --- kodi-audiodecoder-timidity-2.0.3/src/TimidityCodec.cpp 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/src/TimidityCodec.cpp 2020-02-06 10:36:08.000000000 +0000 @@ -1,6 +1,6 @@ /* - * Copyright (C) 2005-2013 Team XBMC - * http://xbmc.org + * Copyright (C) 2005-2020 Team XBMC + * http://kodi.tv * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with XBMC; see the file COPYING. If not, see + * along with Kodi; see the file COPYING. If not, see * . * */ diff -Nru kodi-audiodecoder-timidity-2.0.3/.travis.yml kodi-audiodecoder-timidity-2.0.4/.travis.yml --- kodi-audiodecoder-timidity-2.0.3/.travis.yml 2013-05-31 22:59:22.000000000 +0000 +++ kodi-audiodecoder-timidity-2.0.4/.travis.yml 2020-02-06 10:36:08.000000000 +0000 @@ -22,16 +22,7 @@ sudo: required compiler: clang - os: osx - osx_image: xcode9 - -# -# Some of the OS X images don't have cmake, contrary to what people -# on the Internet say -# -before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew update ; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew install cmake ; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew upgrade cmake || true; fi + osx_image: xcode9.4 # # The addon source is automatically checked out in $TRAVIS_BUILD_DIR,