File tree 7 files changed +20
-9
lines changed
7 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
shell : bash
134
134
135
135
# Create a release at {steps.required-variables.outputs.branch}
136
- # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 1 .0.0-Matrix
136
+ # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 20 .0.0-Nexus
137
137
# - release body: {steps.required-variables.outputs.changes}
138
138
- name : Create Release
139
139
id : create-release
Original file line number Diff line number Diff line change 50
50
working-directory : ${{ github.event.repository.name }}
51
51
52
52
# Create a release at {steps.required-variables.outputs.branch}
53
- # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 1 .0.0-Matrix
53
+ # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 20 .0.0-Nexus
54
54
# - release body: {steps.required-variables.outputs.changes}
55
55
- name : Create Release
56
56
id : create-release
Original file line number Diff line number Diff line change 1
- buildPlugin(version : " Matrix " )
1
+ buildPlugin(version : " Nexus " )
Original file line number Diff line number Diff line change 1
1
[ ![ License: GPL-2.0-or-later] ( https://img.shields.io/badge/License-GPL%20v2+-blue.svg )] ( LICENSE.md )
2
- [ ![ Build and run tests] ( https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml/badge.svg?branch=Matrix )] ( https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml )
3
- [ ![ Build Status] ( https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.hdhomerun?branchName=Matrix )] ( https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=61&branchName=Matrix )
4
- [ ![ Build Status] ( https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.hdhomerun/job/Matrix /badge/icon )] ( https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.hdhomerun/branches/ )
2
+ [ ![ Build and run tests] ( https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml/badge.svg?branch=Nexus )] ( https://github.com/kodi-pvr/pvr.hdhomerun/actions/workflows/build.yml )
3
+ [ ![ Build Status] ( https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.hdhomerun?branchName=Nexus )] ( https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=61&branchName=Nexus )
4
+ [ ![ Build Status] ( https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.hdhomerun/job/Nexus /badge/icon )] ( https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.hdhomerun/branches/ )
5
5
[ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/5120/badge.svg )] ( https://scan.coverity.com/projects/5120 )
6
6
7
7
# HDHomeRun PVR
@@ -12,8 +12,8 @@ HDHomeRun PVR client addon for [Kodi](https://kodi.tv)
12
12
13
13
### Linux
14
14
15
- 1 . ` git clone --branch Matrix https://github.com/xbmc/xbmc.git `
16
- 2 . ` git clone https://github.com/kodi-pvr/pvr.hdhomerun.git `
15
+ 1 . ` git clone --branch master https://github.com/xbmc/xbmc.git `
16
+ 2 . ` git clone --branch Nexus https://github.com/kodi-pvr/pvr.hdhomerun.git `
17
17
3 . ` cd pvr.hdhomerun && mkdir build && cd build `
18
18
4 . ` cmake -DADDONS_TO_BUILD=pvr.hdhomerun -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons `
19
19
5 . ` make `
Original file line number Diff line number Diff line change 5
5
branches :
6
6
include :
7
7
- Matrix
8
+ - Nexus
8
9
- releases/*
9
10
paths :
10
11
include :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<addon
3
3
id =" pvr.hdhomerun"
4
- version =" 7.1.1 "
4
+ version =" 20.0.0 "
5
5
name =" PVR HDHomeRun Client"
6
6
provider-name =" Zoltan Csizmadia (zcsizmadia@gmail.com)" >
7
7
<requires >@ADDON_DEPENDS@</requires >
Original file line number Diff line number Diff line change
1
+ v20.0.0
2
+ - Translations updates from Weblate
3
+ - da_dk
4
+ - Updated hdhomerun on depends to release 20201023
5
+ - Updated jsoncpp on depends to version 1.9.4
6
+ - Changed test builds to 'Kodi 20 Nexus'
7
+ - Increased version to 20.0.0
8
+ - With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
9
+ This done to know easier to which Kodi the addon works.
10
+
1
11
v7.1.1
2
12
- Language update from Weblate
3
13
You can’t perform that action at this time.
0 commit comments