Skip to content
Snippets Groups Projects
Commit a3f5ccac authored by Ray Sherwin's avatar Ray Sherwin
Browse files

Version bump to 20.3-1

parent b8767a0f
No related branches found
No related tags found
No related merge requests found
Pipeline #12458 failed
......@@ -14,15 +14,15 @@ pkgname=(
'kodi-rpi-eventclients' 'kodi-rpi-tools-texturepacker' 'kodi-rpi-dev'
)
_commitnumber=62280
_commit=5206f83478c21189c9df9fe10b7db1cedaf9e3e1
_commitnumber=62350
_commit=8bda950342221a2b210eab73c224935270506fa9
# set this to anything to build with clang
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
_clangbuild=
pkgver=20.2
pkgrel=9
pkgver=20.3
pkgrel=1
arch=('aarch64' 'armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
license=('GPL2')
......@@ -83,7 +83,7 @@ noextract=(
"flatbuffers-$_flatbuffers_version.tar.gz"
"libudfread-$_libudfread_version.tar.gz"
)
sha256sums=('936ea12e586fe4bd170b38864e45713edebb2610fda7fe451fde3ba5d4955467'
sha256sums=('d741f2dd5c8f80c9b725bb5694ffe7024e0f8000db0878164ef35392be5d13a0'
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
......@@ -102,6 +102,9 @@ prepare() {
[[ -d kodi-build ]] && rm -rf kodi-build
mkdir "$srcdir/kodi-build"
cd "xbmc-$_commit"
rm -rf system/certs # remove not needed cacert
patch -p1 -i ../0001-ffmpeg-update-for-official-5.1.4.patch
# use flatbuffers 23.3.3
......@@ -208,14 +211,15 @@ package_kodi-rpi() {
optdepends=(
'afpfs-ng: Apple shares support'
'bluez: Blutooth support'
'linux-rpi4: HW accelerated decoding'
'linux-rpi4: HW accelerated decoding Pi's 3/4'
'linux-rpi4: HW accelerated decoding Pi 5'
'python-pybluez: Bluetooth support'
'pulseaudio: PulseAudio support'
'pipewire: PipeWire support'
)
install='kodi.install'
provides=("kodi=${pkgver}" "kodi-common=${pkgver}")
conflicts=('kodi' 'kodi-rpi-legacy')
conflicts=('kodi' 'kodi-gles' 'kodi-rpi-git' 'kodi-rpi-legacy')
_components=(
'kodi'
......@@ -258,6 +262,10 @@ package_kodi-rpi() {
# avoid error <general>: GetDirectory - Error getting /usr/lib/kodi/addons
# https://bugs.archlinux.org/task/77366
mkdir -p "$pkgdir"/usr/lib/kodi/addons
# https://archlinux.org/todo/use-system-ca-store/
mkdir -p "$pkgdir"/usr/share/kodi/system/certs
ln -s /etc/ssl/cert.pem "$pkgdir"/usr/share/kodi/system/certs/cacert.pem
}
package_kodi-rpi-eventclients() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment