2022-05-07 10:33:07 +00:00
|
|
|
# Contributor graysky <therealgraysky AT proton DOT me>
|
2021-03-02 11:46:00 +00:00
|
|
|
# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com>
|
2021-02-20 14:17:55 +00:00
|
|
|
# Contributor Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
# Contributor BlackIkeEagle < ike DOT devolder AT gmail DOT com >
|
|
|
|
# Contributor Oleg Rakhmanov <oleg [at] archlinuxarm [dot] com>
|
|
|
|
# Contributor tomasgroth at yahoo.dk
|
|
|
|
# Contributor WarheadsSE <max@warheads.net>
|
|
|
|
# Contributor Adrian Fedoreanu <adrian [dot] fedoreanu [at] gmail [dot] com>
|
|
|
|
|
2020-12-09 21:44:39 +00:00
|
|
|
pkgbase=kodi-rpi
|
2021-03-02 11:46:00 +00:00
|
|
|
pkgname=(
|
|
|
|
'kodi-rpi'
|
|
|
|
'kodi-rpi-eventclients' 'kodi-rpi-tools-texturepacker' 'kodi-rpi-dev'
|
|
|
|
)
|
2022-12-28 16:09:45 +00:00
|
|
|
|
2023-08-29 11:54:40 +00:00
|
|
|
_commitnumber=62264
|
|
|
|
_commit=b4342dd18568c4234c6f2270654e14cfce3cd141
|
2022-12-28 16:09:45 +00:00
|
|
|
|
2023-01-15 11:45:40 +00:00
|
|
|
# set this to anything to build with clang
|
|
|
|
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
|
|
|
_clangbuild=
|
|
|
|
|
2023-06-29 10:06:20 +00:00
|
|
|
pkgver=20.2
|
2023-09-01 14:57:47 +00:00
|
|
|
pkgrel=5
|
2023-01-15 11:45:40 +00:00
|
|
|
arch=('aarch64' 'armv7h')
|
|
|
|
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
2020-12-09 21:44:39 +00:00
|
|
|
license=('GPL2')
|
|
|
|
makedepends=(
|
2021-03-02 11:46:00 +00:00
|
|
|
'afpfs-ng' 'bluez-libs' 'cmake' 'curl' 'dav1d' 'doxygen' 'git' 'glew'
|
2023-10-04 19:05:53 +00:00
|
|
|
'gperf' 'hicolor-icon-theme' 'java-environment<21' 'fmt' 'libaacs' 'libass'
|
2020-12-09 21:44:39 +00:00
|
|
|
'libbluray' 'libcdio' 'libcec-rpi' 'libgl' 'mariadb-libs' 'libmicrohttpd'
|
2021-05-25 16:52:06 +00:00
|
|
|
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse'
|
|
|
|
'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
|
2023-02-01 00:11:52 +00:00
|
|
|
'pipewire' 'python-pycryptodomex' 'python-pillow' 'python-pybluez'
|
|
|
|
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'taglib'
|
|
|
|
'tinyxml' 'swig' 'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest'
|
|
|
|
'graphviz' 'libinput' 'libxkbcommon'
|
2020-12-09 21:44:39 +00:00
|
|
|
)
|
2023-01-15 11:45:40 +00:00
|
|
|
[[ -n "$_clangbuild" ]] && makedepends+=('clang' 'lld' 'llvm')
|
|
|
|
|
|
|
|
_codename=Nexus
|
2022-02-21 10:43:48 +00:00
|
|
|
_init_version=1.136
|
2023-01-15 11:45:40 +00:00
|
|
|
_libdvdcss_version="1.4.3-Next-Nexus-Alpha2-2"
|
|
|
|
_libdvdnav_version="6.1.1-Next-Nexus-Alpha2-2"
|
|
|
|
_libdvdread_version="6.1.3-Next-Nexus-Alpha2-2"
|
2023-05-13 11:48:26 +00:00
|
|
|
_ffmpeg_version="5.1.3"
|
2023-01-15 11:45:40 +00:00
|
|
|
_crossguid_version="ca1bf4b810e2d188d04cb6286f957008ee1b7681"
|
2021-02-20 14:17:55 +00:00
|
|
|
_fstrcmp_version="0.7.D001"
|
2023-08-29 11:54:40 +00:00
|
|
|
_flatbuffers_version="23.3.3"
|
2023-01-15 11:45:40 +00:00
|
|
|
_libudfread_version="1.1.2"
|
2020-12-09 21:44:39 +00:00
|
|
|
source=(
|
2023-01-15 11:45:40 +00:00
|
|
|
"xbmc-$pkgver.${_commit:0:10}.tar.gz::https://github.com/graysky2/xbmc/archive/$_commit.tar.gz"
|
2020-12-09 21:44:39 +00:00
|
|
|
"libdvdcss-$_libdvdcss_version.tar.gz::https://github.com/xbmc/libdvdcss/archive/$_libdvdcss_version.tar.gz"
|
|
|
|
"libdvdnav-$_libdvdnav_version.tar.gz::https://github.com/xbmc/libdvdnav/archive/$_libdvdnav_version.tar.gz"
|
|
|
|
"libdvdread-$_libdvdread_version.tar.gz::https://github.com/xbmc/libdvdread/archive/$_libdvdread_version.tar.gz"
|
2023-05-13 11:48:26 +00:00
|
|
|
"https://ffmpeg.org/releases/ffmpeg-$_ffmpeg_version.tar.gz"
|
2023-01-07 10:44:38 +00:00
|
|
|
"https://mirrors.kodi.tv/build-deps/sources/crossguid-$_crossguid_version.tar.gz"
|
|
|
|
"https://mirrors.kodi.tv/build-deps/sources/fstrcmp-$_fstrcmp_version.tar.gz"
|
|
|
|
"https://mirrors.kodi.tv/build-deps/sources/flatbuffers-$_flatbuffers_version.tar.gz"
|
|
|
|
"https://mirrors.kodi.tv/build-deps/sources/libudfread-$_libudfread_version.tar.gz"
|
2021-03-13 14:56:02 +00:00
|
|
|
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_version.tar.gz"
|
2021-03-02 11:46:00 +00:00
|
|
|
kodi.config.txt
|
2023-05-13 11:48:26 +00:00
|
|
|
0001-ffmpeg-update-for-official-5.1.3.patch
|
2023-08-29 11:54:40 +00:00
|
|
|
flatbuffers-23.3.3.patch::https://github.com/xbmc/xbmc/commit/35be40daa39965a9ea5b3569eb7d515e6a14da5d.patch
|
2023-09-01 14:57:47 +00:00
|
|
|
pr23703.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/23703.patch
|
2020-12-09 21:44:39 +00:00
|
|
|
)
|
2021-05-23 20:29:40 +00:00
|
|
|
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
2020-12-09 21:44:39 +00:00
|
|
|
noextract=(
|
|
|
|
"libdvdcss-$_libdvdcss_version.tar.gz"
|
|
|
|
"libdvdnav-$_libdvdnav_version.tar.gz"
|
|
|
|
"libdvdread-$_libdvdread_version.tar.gz"
|
|
|
|
"ffmpeg-$_ffmpeg_version.tar.gz"
|
|
|
|
"crossguid-$_crossguid_version.tar.gz"
|
|
|
|
"fstrcmp-$_fstrcmp_version.tar.gz"
|
2022-12-28 16:09:45 +00:00
|
|
|
"flatbuffers-$_flatbuffers_version.tar.gz"
|
2021-03-05 11:54:42 +00:00
|
|
|
"libudfread-$_libudfread_version.tar.gz"
|
2020-12-09 21:44:39 +00:00
|
|
|
)
|
2023-08-29 11:54:40 +00:00
|
|
|
sha256sums=('ebbc261a358cc924c147f121ddd9ba3471dfd4df8d04c05d57549cc6a146d5da'
|
2023-01-15 11:45:40 +00:00
|
|
|
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
|
|
|
|
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
|
|
|
|
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
|
2023-05-13 11:48:26 +00:00
|
|
|
'ac1b734adc57333ffbb603d9d5b70a4133f10d76380085c61c77fa3537f63e95'
|
2023-01-15 11:45:40 +00:00
|
|
|
'6be27e0b3a4907f0cd3cfadec255ee1b925569e1bd06e67a4d2f4267299b69c4'
|
2020-12-09 21:44:39 +00:00
|
|
|
'e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476'
|
2023-08-29 11:54:40 +00:00
|
|
|
'8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d'
|
2023-01-15 11:45:40 +00:00
|
|
|
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
2022-02-21 10:43:48 +00:00
|
|
|
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
2023-05-13 11:48:26 +00:00
|
|
|
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
|
2023-07-28 20:13:44 +00:00
|
|
|
'edb5cd7df4eb73535e94598f5cd06b922196e63cbe8518a116ffafa88af8c2d6'
|
2023-09-01 14:57:47 +00:00
|
|
|
'ea7a409c4e260bd8f4f949cbd02b7a6609ac0ec5a6920b405abc63ec1a3e312b'
|
|
|
|
'41ed62f58f531ee65278eba2c05411c8948957989c6a21af4e19ca2623d5c03c')
|
2020-12-09 21:44:39 +00:00
|
|
|
|
2021-03-02 11:46:00 +00:00
|
|
|
prepare() {
|
2020-12-09 21:44:39 +00:00
|
|
|
[[ -d kodi-build ]] && rm -rf kodi-build
|
2021-03-02 11:46:00 +00:00
|
|
|
mkdir "$srcdir/kodi-build"
|
2022-12-28 20:39:26 +00:00
|
|
|
cd "xbmc-$_commit"
|
2023-05-13 11:48:26 +00:00
|
|
|
patch -p1 -i ../0001-ffmpeg-update-for-official-5.1.3.patch
|
2023-08-29 11:54:40 +00:00
|
|
|
|
|
|
|
# use flatbuffers 23.3.3
|
|
|
|
patch -p1 -i ../flatbuffers-23.3.3.patch
|
2023-09-01 14:57:47 +00:00
|
|
|
|
|
|
|
# expose CPU temp for RPis
|
|
|
|
patch -p1 -i ../pr23703.patch
|
2020-12-09 21:44:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
2023-01-10 12:32:20 +00:00
|
|
|
cd kodi-build
|
2021-03-02 11:46:00 +00:00
|
|
|
|
2021-02-20 14:17:55 +00:00
|
|
|
# -march= defined in /etc/makepkg.conf will override the value for -mcpu we
|
|
|
|
# uses here so unset them and redefine below
|
|
|
|
unset CFLAGS CXXFLAGS
|
|
|
|
|
|
|
|
if [[ $CARCH = "armv7h" ]]; then
|
|
|
|
# we use -mcpu=cortex-a53 rather than cortex-a72 to maximize RPi 3B and RPi 4B/400 compatibility
|
|
|
|
# in a single package which is consistent with how LibreELEC is currently built, see:
|
|
|
|
# https://github.com/LibreELEC/LibreELEC.tv/commit/8e6605f6da56f25a00272b1cbacb93d40200153f#commitcomment-46341034
|
2022-05-08 13:01:48 +00:00
|
|
|
CFLAGS="-mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard"
|
2021-02-20 14:17:55 +00:00
|
|
|
elif [[ $CARCH = "aarch64" ]]; then
|
2022-03-08 21:27:33 +00:00
|
|
|
# note that we use a value of cortex-a53 here to allow RPi3 and RPi4 to use the same package
|
|
|
|
# consistent with rationale of previous comment
|
2022-05-08 13:01:48 +00:00
|
|
|
CFLAGS="-mcpu=cortex-a53"
|
2021-02-20 14:17:55 +00:00
|
|
|
fi
|
|
|
|
|
2022-12-29 14:54:56 +00:00
|
|
|
CFLAGS+=" -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection"
|
|
|
|
CXXFLAGS+="${CFLAGS} -Wp,-D_GLIBCXX_ASSERTIONS"
|
2022-05-08 13:01:48 +00:00
|
|
|
|
2023-01-15 11:45:40 +00:00
|
|
|
if [[ -n "$_clangbuild" ]]; then
|
|
|
|
export CC=clang CXX=clang++
|
|
|
|
# depending on your build system, optionally redefine DISTCC_HOSTS
|
|
|
|
# since current toolchain does not include clang support x86_64 volunteers
|
|
|
|
#unset DISTCC_HOSTS
|
|
|
|
#export DISTCC_HOSTS="localhost/5 10.0.1.103/5:3636"
|
|
|
|
fi
|
|
|
|
|
2021-02-20 14:17:55 +00:00
|
|
|
_args=(
|
2021-07-13 23:52:27 +00:00
|
|
|
-DCMAKE_BUILD_TYPE=Release
|
2021-02-20 14:17:55 +00:00
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
|
|
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib
|
|
|
|
-DUSE_LTO=OFF
|
2023-02-01 00:11:52 +00:00
|
|
|
-DVERBOSE=ON
|
2021-03-02 11:46:00 +00:00
|
|
|
-DENABLE_LDGOLD=OFF
|
2023-02-01 00:11:52 +00:00
|
|
|
-DENABLE_AIRTUNES=ON
|
|
|
|
-DENABLE_AVAHI=ON
|
|
|
|
-DENABLE_BLURAY=ON
|
|
|
|
-DENABLE_CEC=ON
|
|
|
|
-DENABLE_DBUS=ON
|
|
|
|
-DENABLE_DVDCSS=ON
|
2023-08-29 11:54:40 +00:00
|
|
|
-DENABLE_EGL=ON
|
2021-02-20 14:17:55 +00:00
|
|
|
-DENABLE_EVENTCLIENTS=ON
|
2023-02-01 00:11:52 +00:00
|
|
|
-DENABLE_MICROHTTPD=ON
|
|
|
|
-DENABLE_MYSQLCLIENT=ON
|
|
|
|
-DENABLE_NFS=ON
|
|
|
|
-DENABLE_OPTICAL=ON
|
|
|
|
-DENABLE_SMBCLIENT=ON
|
|
|
|
-DENABLE_UDEV=ON
|
|
|
|
-DENABLE_UPNP=ON
|
|
|
|
-DENABLE_VAAPI=OFF
|
|
|
|
-DENABLE_VDPAU=OFF
|
|
|
|
-DENABLE_XSLT=ON
|
|
|
|
-DENABLE_LIRCCLIENT=ON
|
2023-08-29 11:54:40 +00:00
|
|
|
-DENABLE_INTERNAL_RapidJSON=OFF
|
2021-02-20 14:17:55 +00:00
|
|
|
-DENABLE_INTERNAL_FFMPEG=ON
|
|
|
|
-DENABLE_INTERNAL_CROSSGUID=ON
|
|
|
|
-DENABLE_INTERNAL_FSTRCMP=ON
|
2022-12-28 16:09:45 +00:00
|
|
|
-DENABLE_INTERNAL_FLATBUFFERS=ON
|
2021-03-05 11:54:42 +00:00
|
|
|
-DENABLE_INTERNAL_UDFREAD=ON
|
2021-02-20 14:17:55 +00:00
|
|
|
-Dlibdvdcss_URL="$srcdir/libdvdcss-$_libdvdcss_version.tar.gz"
|
|
|
|
-Dlibdvdnav_URL="$srcdir/libdvdnav-$_libdvdnav_version.tar.gz"
|
|
|
|
-Dlibdvdread_URL="$srcdir/libdvdread-$_libdvdread_version.tar.gz"
|
2023-01-15 11:45:40 +00:00
|
|
|
-DFFMPEG_URL="$srcdir/ffmpeg-$_ffmpeg_version.tar.gz"
|
2021-02-20 14:17:55 +00:00
|
|
|
-DCROSSGUID_URL="$srcdir/crossguid-$_crossguid_version.tar.gz"
|
|
|
|
-DFSTRCMP_URL="$srcdir/fstrcmp-$_fstrcmp_version.tar.gz"
|
2022-12-28 16:09:45 +00:00
|
|
|
-DFLATBUFFERS_URL="$srcdir/flatbuffers-$_flatbuffers_version.tar.gz"
|
2021-03-05 11:54:42 +00:00
|
|
|
-DUDFREAD_URL="$srcdir/libudfread-$_libudfread_version.tar.gz"
|
2021-07-13 23:52:27 +00:00
|
|
|
-DAPP_RENDER_SYSTEM=gles
|
2022-12-29 14:54:56 +00:00
|
|
|
-DCORE_PLATFORM_NAME="x11 gbm"
|
2021-02-20 14:17:55 +00:00
|
|
|
)
|
2020-12-09 21:44:39 +00:00
|
|
|
|
2022-12-28 16:09:45 +00:00
|
|
|
# https://github.com/google/flatbuffers/issues/7404
|
|
|
|
CXXFLAGS+=' -Wno-error=restrict'
|
|
|
|
|
|
|
|
echo "building kodi"
|
2021-03-19 11:08:18 +00:00
|
|
|
cmake "${_args[@]}" ../"xbmc-$_commit"
|
2020-12-09 21:44:39 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package_kodi-rpi() {
|
2023-01-15 11:45:40 +00:00
|
|
|
pkgdesc="Media player and entertainment hub with hw accel for RPi 3/4/400, gbm_nexus fork"
|
2020-12-09 21:44:39 +00:00
|
|
|
depends=(
|
2023-02-01 00:11:52 +00:00
|
|
|
'bluez-libs' 'curl' 'dav1d' 'desktop-file-utils' 'hicolor-icon-theme' 'fmt'
|
2021-03-05 11:54:42 +00:00
|
|
|
'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec-rpi' 'libmicrohttpd' 'libnfs'
|
2023-02-01 00:11:52 +00:00
|
|
|
'libplist' 'libpulse' 'libxslt' 'lirc' 'mariadb-libs'
|
2023-02-21 10:59:54 +00:00
|
|
|
'mesa' 'libpipewire' 'python-pillow' 'python-pycryptodomex'
|
2023-02-01 00:11:52 +00:00
|
|
|
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'sqlite'
|
|
|
|
'taglib' 'tinyxml' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'libinput'
|
|
|
|
'pcre'
|
2020-12-09 21:44:39 +00:00
|
|
|
)
|
2023-01-15 11:45:40 +00:00
|
|
|
[[ -n "$_clangbuild" ]] && depends+=('glu')
|
|
|
|
|
2020-12-09 21:44:39 +00:00
|
|
|
optdepends=(
|
|
|
|
'afpfs-ng: Apple shares support'
|
|
|
|
'bluez: Blutooth support'
|
2021-11-27 10:45:32 +00:00
|
|
|
'linux-rpi: HW accelerated decoding'
|
2021-02-20 14:17:55 +00:00
|
|
|
'python-pybluez: Bluetooth support'
|
2021-03-02 11:46:00 +00:00
|
|
|
'pulseaudio: PulseAudio support'
|
2023-02-21 10:59:54 +00:00
|
|
|
'pipewire: PipeWire support'
|
2020-12-09 21:44:39 +00:00
|
|
|
)
|
|
|
|
install='kodi.install'
|
2021-03-02 11:46:00 +00:00
|
|
|
provides=('xbmc' "kodi=${pkgver}" "kodi-common=${pkgver}")
|
2020-12-12 21:11:31 +00:00
|
|
|
conflicts=('xbmc' 'kodi' 'arm-mem-git' 'shairplay-git' 'kodi-rbp' 'kodi-rbp3' 'kodi-rbp4' 'kodi-rpi-legacy')
|
|
|
|
replaces=('xbmc-rbp-git' 'kodi-rbp4')
|
2020-12-09 21:44:39 +00:00
|
|
|
|
2021-03-02 11:46:00 +00:00
|
|
|
_components=(
|
|
|
|
'kodi'
|
|
|
|
'kodi-bin'
|
|
|
|
)
|
2020-12-09 21:44:39 +00:00
|
|
|
|
|
|
|
cd kodi-build
|
|
|
|
for _cmp in ${_components[@]}; do
|
|
|
|
DESTDIR="$pkgdir" /usr/bin/cmake \
|
|
|
|
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
|
|
|
-P cmake_install.cmake
|
|
|
|
done
|
|
|
|
|
2021-03-13 14:56:02 +00:00
|
|
|
# setup video drivers for kodi-gbm
|
|
|
|
install -Dm0644 "$srcdir/kodi.config.txt" "$pkgdir/boot/kodi.config.txt"
|
2021-04-29 09:46:07 +00:00
|
|
|
|
2023-01-15 11:45:40 +00:00
|
|
|
# rpi4 wants 512 MB of memory ... might be a problem or rpi3?
|
2021-03-13 14:56:02 +00:00
|
|
|
sed -i 's/@@@/512/' "$pkgdir/boot/kodi.config.txt"
|
|
|
|
|
|
|
|
_initshit="$srcdir/kodi-standalone-service-$_init_version/arm"
|
|
|
|
|
2020-12-09 21:44:39 +00:00
|
|
|
# fix permissions necessary for accelerated video playback
|
2021-03-13 14:56:02 +00:00
|
|
|
install -Dm0644 "$_initshit/udev/99-kodi.rules" "$pkgdir/usr/lib/udev/rules.d/99-kodi.rules"
|
2020-12-09 21:44:39 +00:00
|
|
|
|
2021-05-23 20:29:40 +00:00
|
|
|
# environment vars
|
|
|
|
install -Dm644 "${_initshit/\/arm}"/common/kodi-standalone "$pkgdir/etc/conf.d/kodi-standalone"
|
|
|
|
|
2020-12-09 21:44:39 +00:00
|
|
|
# systemd manages kodi user
|
2021-03-13 14:56:02 +00:00
|
|
|
install -Dm644 "$_initshit"/init/sysusers.conf "$pkgdir/usr/lib/sysusers.d/kodi.conf"
|
|
|
|
install -Dm644 "$_initshit"/init/tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/kodi.conf"
|
2020-12-09 21:44:39 +00:00
|
|
|
|
|
|
|
# systemd service and polkit rules
|
2021-03-13 14:56:02 +00:00
|
|
|
install -Dm0644 "$_initshit/init/kodi.service" "$pkgdir/usr/lib/systemd/system/kodi.service"
|
|
|
|
install -Dm0644 "$_initshit/polkit/polkit.rules" "$pkgdir/usr/share/polkit-1/rules.d/10-kodi.rules"
|
2020-12-09 21:44:39 +00:00
|
|
|
chmod 0750 "$pkgdir/usr/share/polkit-1/rules.d/"
|
2021-02-20 14:17:55 +00:00
|
|
|
|
2021-03-13 14:56:02 +00:00
|
|
|
# man page
|
|
|
|
install -Dm0644 "$_initshit/doc/kodi.service.1" "$pkgdir/usr/share/man/man1/kodi.service.1"
|
2022-12-29 14:54:56 +00:00
|
|
|
|
|
|
|
# avoid error <general>: GetDirectory - Error getting /usr/lib/kodi/addons
|
2023-02-21 10:59:54 +00:00
|
|
|
# https://bugs.archlinux.org/task/77366
|
2022-12-29 14:54:56 +00:00
|
|
|
mkdir -p "$pkgdir"/usr/lib/kodi/addons
|
2020-12-09 21:44:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package_kodi-rpi-eventclients() {
|
2022-09-01 13:39:19 +00:00
|
|
|
pkgdesc="Kodi Event Clients"
|
2020-12-12 21:11:31 +00:00
|
|
|
provides=("kodi-eventclients=${pkgver}")
|
|
|
|
conflicts=('kodi-rbp-eventclients' 'kodi-rbp3-eventclients' 'kodi-rbp4-eventclients' 'kodi-rpi-legacy-eventclients')
|
|
|
|
replaces=('kodi-rbp4-eventclients')
|
2021-03-02 11:46:00 +00:00
|
|
|
optdepends=(
|
|
|
|
'kodi: local machine eventclient use'
|
|
|
|
'python: most eventclients are implemented in python'
|
|
|
|
)
|
2020-12-09 21:44:39 +00:00
|
|
|
|
|
|
|
_components=(
|
|
|
|
'kodi-eventclients-common'
|
|
|
|
'kodi-eventclients-ps3'
|
|
|
|
'kodi-eventclients-kodi-send'
|
|
|
|
)
|
|
|
|
|
|
|
|
cd kodi-build
|
|
|
|
for _cmp in ${_components[@]}; do
|
|
|
|
DESTDIR="$pkgdir" /usr/bin/cmake \
|
|
|
|
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
|
|
|
-P cmake_install.cmake
|
|
|
|
done
|
|
|
|
}
|
|
|
|
|
|
|
|
package_kodi-rpi-tools-texturepacker() {
|
2022-09-01 13:39:19 +00:00
|
|
|
pkgdesc="Kodi Texturepacker Tool"
|
2020-12-09 21:44:39 +00:00
|
|
|
depends=('libpng' 'giflib' 'libjpeg-turbo' 'lzo')
|
2020-12-12 21:11:31 +00:00
|
|
|
conflicts=('kodi-rbp-tools-texturepacker' 'kodi-rbp3-tools-texturepacker' 'kodi-rbp4-tools-texturepacker' 'kodi-rpi-legacy-tools-texturepacker')
|
|
|
|
replaces=('kodi-rbp4-tools-texturepacker')
|
2020-12-09 21:44:39 +00:00
|
|
|
|
2021-03-02 11:46:00 +00:00
|
|
|
_components=(
|
|
|
|
'kodi-tools-texturepacker'
|
|
|
|
)
|
2020-12-09 21:44:39 +00:00
|
|
|
|
|
|
|
cd kodi-build
|
|
|
|
for _cmp in ${_components[@]}; do
|
|
|
|
DESTDIR="$pkgdir" /usr/bin/cmake \
|
|
|
|
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
|
|
|
-P cmake_install.cmake
|
|
|
|
done
|
|
|
|
}
|
|
|
|
|
|
|
|
package_kodi-rpi-dev() {
|
2022-09-01 13:39:19 +00:00
|
|
|
pkgdesc="Kodi dev files"
|
2020-12-09 21:44:39 +00:00
|
|
|
depends=('kodi')
|
2020-12-12 21:11:31 +00:00
|
|
|
conflicts=('kodi-rbp-dev' 'kodi-rbp3-dev' 'kodi-rbp4-dev' 'kodi-rpi-legacy-dev')
|
|
|
|
replaces=('kodi-rbp4-dev')
|
|
|
|
provides=("kodi-dev=${pkgver}")
|
2020-12-09 21:44:39 +00:00
|
|
|
|
2021-03-02 11:46:00 +00:00
|
|
|
_components=(
|
|
|
|
'kodi-addon-dev'
|
2020-12-09 21:44:39 +00:00
|
|
|
'kodi-eventclients-dev'
|
2021-03-02 11:46:00 +00:00
|
|
|
)
|
2020-12-09 21:44:39 +00:00
|
|
|
|
|
|
|
cd kodi-build
|
|
|
|
for _cmp in ${_components[@]}; do
|
|
|
|
DESTDIR="$pkgdir" /usr/bin/cmake \
|
|
|
|
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
|
|
|
-P cmake_install.cmake
|
|
|
|
done
|
|
|
|
}
|