diff -Nru kodi-audioencoder-lame-3.0.1+ds1/audioencoder.lame/addon.xml.in kodi-audioencoder-lame-3.0.2+ds1/audioencoder.lame/addon.xml.in --- kodi-audioencoder-lame-3.0.1+ds1/audioencoder.lame/addon.xml.in 2020-07-31 17:52:40.000000000 +0000 +++ kodi-audioencoder-lame-3.0.2+ds1/audioencoder.lame/addon.xml.in 2021-02-19 23:16:37.000000000 +0000 @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff -Nru kodi-audioencoder-lame-3.0.1+ds1/debian/changelog kodi-audioencoder-lame-3.0.2+ds1/debian/changelog --- kodi-audioencoder-lame-3.0.1+ds1/debian/changelog 2021-01-20 06:23:44.000000000 +0000 +++ kodi-audioencoder-lame-3.0.2+ds1/debian/changelog 2021-02-24 05:48:24.000000000 +0000 @@ -1,3 +1,9 @@ +kodi-audioencoder-lame (3.0.2+ds1-1) unstable; urgency=medium + + * New upstream version 3.0.2+ds1 + + -- Vasyl Gello Wed, 24 Feb 2021 05:48:24 +0000 + kodi-audioencoder-lame (3.0.1+ds1-2) unstable; urgency=medium * Force override libdir paths diff -Nru kodi-audioencoder-lame-3.0.1+ds1/README.md kodi-audioencoder-lame-3.0.2+ds1/README.md --- kodi-audioencoder-lame-3.0.1+ds1/README.md 2020-07-31 17:52:40.000000000 +0000 +++ kodi-audioencoder-lame-3.0.2+ds1/README.md 2021-02-19 23:16:37.000000000 +0000 @@ -4,7 +4,7 @@ #### CI Testing [![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md) -[![Build Status](https://travis-ci.org/xbmc/audioencoder.lame.svg?branch=Matrix)](https://travis-ci.org/xbmc/audioencoder.lame/branches) +[![Build Status](https://travis-ci.com/xbmc/audioencoder.lame.svg?branch=Matrix)](https://travis-ci.com/xbmc/audioencoder.lame/branches) [![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.audioencoder.lame?branchName=Matrix)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=22&branchName=Matrix) [![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/audioencoder.lame/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Faudioencoder.lame/branches/) [![Coverity Scan Build Status](https://scan.coverity.com/projects/5120/badge.svg)](https://scan.coverity.com/projects/5120) diff -Nru kodi-audioencoder-lame-3.0.1+ds1/.travis.yml kodi-audioencoder-lame-3.0.2+ds1/.travis.yml --- kodi-audioencoder-lame-3.0.1+ds1/.travis.yml 2020-07-31 17:52:40.000000000 +0000 +++ kodi-audioencoder-lame-3.0.2+ds1/.travis.yml 2021-02-19 23:16:37.000000000 +0000 @@ -14,20 +14,14 @@ matrix: include: - os: linux - dist: xenial - sudo: required - compiler: gcc - - os: linux - dist: xenial + dist: travis sudo: required compiler: clang - os: linux - dist: bionic + dist: travis sudo: required compiler: gcc env: DEBIAN_BUILD=true - - os: osx - osx_image: xcode10.2 before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link gettext --force; fi @@ -46,7 +40,7 @@ - if [[ $DEBIAN_BUILD != true ]]; then mkdir -p definition/${app_id}; fi - if [[ $DEBIAN_BUILD != true ]]; then echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt; fi - if [[ $DEBIAN_BUILD != true ]]; then cmake -DADDONS_TO_BUILD=${app_id} -DADDON_SRC_PREFIX=$TRAVIS_BUILD_DIR/.. -DADDONS_DEFINITION_DIR=$TRAVIS_BUILD_DIR/build/definition -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/../xbmc/addons -DPACKAGE_ZIP=1 $TRAVIS_BUILD_DIR/../xbmc/cmake/addons; fi - - if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/master/xbmc/addons/kodi-addon-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi + - if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/master/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi - if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get build-dep $TRAVIS_BUILD_DIR; fi script: