mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
329 lines
12 KiB
Bash
329 lines
12 KiB
Bash
# Contributor graysky <therealgraysky AT proton DOT me>
|
|
# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com>
|
|
# 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>
|
|
|
|
pkgbase=kodi-rpi-git
|
|
pkgname=(
|
|
'kodi-rpi-git'
|
|
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
|
)
|
|
|
|
# set this to anything to build with clang
|
|
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
|
_clangbuild=
|
|
|
|
pkgver=21.x.65462.338f6b64da
|
|
pkgrel=1
|
|
arch=('aarch64' 'armv7h')
|
|
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
|
license=('GPL2')
|
|
makedepends=(
|
|
'afpfs-ng' 'bluez-libs' 'cmake' 'curl' 'dav1d' 'doxygen' 'git' 'glew'
|
|
'gperf' 'hicolor-icon-theme' 'fmt' 'libaacs' 'libass'
|
|
'libbluray' 'libcdio' 'libcec-rpi' 'libgl' 'mariadb-libs' 'libmicrohttpd'
|
|
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse'
|
|
'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
|
|
'pipewire' 'python-pycryptodomex' 'python-pillow' 'python-pybluez'
|
|
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog'
|
|
'tinyxml' 'swig' 'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest'
|
|
'graphviz' 'libinput' 'libxkbcommon' 'pcre' 'libdisplay-info' 'tinyxml2'
|
|
)
|
|
|
|
# there are incompatibilities with recent java releases
|
|
# see: sttps://bugs.archlinux.org/task/79844
|
|
# armv7h needs v17 but aarch64 be use a later one
|
|
makedepends_armv7h=('jdk17-openjdk')
|
|
makedepends_aarch64=('java-environment<21')
|
|
|
|
[[ -n "$_clangbuild" ]] && makedepends+=('clang' 'lld' 'llvm')
|
|
|
|
_gitname="gs-gbm_omega"
|
|
_majorver="21.x"
|
|
_init_version=1.137
|
|
_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"
|
|
_ffmpeg_version="6.0.1"
|
|
_crossguid_version="ca1bf4b810e2d188d04cb6286f957008ee1b7681"
|
|
_fstrcmp_version="0.7.D001"
|
|
_flatbuffers_version="23.3.3"
|
|
_libudfread_version="1.1.2"
|
|
source=(
|
|
"xbmc-$_gitname"::git+https://github.com/graysky2/xbmc.git#branch=gs-gbm_omega
|
|
"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"
|
|
"https://ffmpeg.org/releases/ffmpeg-$_ffmpeg_version.tar.gz"
|
|
"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"
|
|
https://taglib.github.io/releases/taglib-1.13.1.tar.gz
|
|
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_version.tar.gz"
|
|
kodi.config.txt
|
|
000-temp-revert-fences.patch
|
|
0001-taglib-use-1.13.1-for-internal-build-like-LE.patch
|
|
)
|
|
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
|
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"
|
|
"flatbuffers-$_flatbuffers_version.tar.gz"
|
|
"libudfread-$_libudfread_version.tar.gz"
|
|
taglib-1.13.1.tar.gz
|
|
)
|
|
sha256sums=('SKIP'
|
|
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
|
|
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
|
|
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
|
|
'375fd8abab657d18578554927d23abfc9cb3b6794bd9839330230cf5f9fcea26'
|
|
'6be27e0b3a4907f0cd3cfadec255ee1b925569e1bd06e67a4d2f4267299b69c4'
|
|
'e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476'
|
|
'8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d'
|
|
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
|
'c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b'
|
|
'8f8ab84a0cf3bd382edb118e475b336ca2fe1e1d4da3ad8e4637f8278ed9179c'
|
|
'9ba55fd29b3ef64de3869b092493a233eeb83a23d5ae378299ef9d335f271123'
|
|
'e812fc2f74d71915c3179785a8f99647612bd21ce96f866769ee1bc58682ee3b'
|
|
'c0efb77425f86e8a743d59529c4ab0b2d634d53413db1c6f71974c000bc31c14')
|
|
pkgver() {
|
|
cd "xbmc-$_gitname"
|
|
|
|
printf "$_majorver.%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
|
}
|
|
|
|
prepare() {
|
|
[[ -d kodi-build ]] && rm -rf kodi-build
|
|
mkdir "$srcdir/kodi-build"
|
|
|
|
cd "xbmc-$_gitname"
|
|
|
|
rm -rf system/certs # remove not needed cacert
|
|
|
|
# fix https://forum.kodi.tv/showthread.php?tid=376430
|
|
patch -p1 -i ../000-temp-revert-fences.patch
|
|
|
|
# modify to use internal taglib v1.13.1 due to build fails for armv7h with v2.0+
|
|
patch -p1 -i ../0001-taglib-use-1.13.1-for-internal-build-like-LE.patch
|
|
}
|
|
|
|
build() {
|
|
cd kodi-build
|
|
|
|
# -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
|
|
CFLAGS="-mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard"
|
|
elif [[ $CARCH = "aarch64" ]]; then
|
|
# 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
|
|
CFLAGS="-mcpu=cortex-a53"
|
|
fi
|
|
|
|
CFLAGS+=" -O3 -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"
|
|
|
|
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
|
|
|
|
_args=(
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib
|
|
-DUSE_LTO=OFF
|
|
-DVERBOSE=ON
|
|
-DENABLE_LDGOLD=OFF
|
|
-DENABLE_AIRTUNES=ON
|
|
-DENABLE_AVAHI=ON
|
|
-DENABLE_BLURAY=ON
|
|
-DENABLE_CEC=ON
|
|
-DENABLE_DBUS=ON
|
|
-DENABLE_DVDCSS=ON
|
|
-DENABLE_EGL=ON
|
|
-DENABLE_EVENTCLIENTS=ON
|
|
-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
|
|
-DENABLE_INTERNAL_RapidJSON=OFF
|
|
-DENABLE_INTERNAL_FFMPEG=ON
|
|
-DENABLE_INTERNAL_CROSSGUID=ON
|
|
-DENABLE_INTERNAL_FSTRCMP=ON
|
|
-DENABLE_INTERNAL_FLATBUFFERS=ON
|
|
-DENABLE_INTERNAL_UDFREAD=ON
|
|
-DENABLE_INTERNAL_TAGLIB=ON
|
|
-Dlibdvdcss_URL="$srcdir/libdvdcss-$_libdvdcss_version.tar.gz"
|
|
-Dlibdvdnav_URL="$srcdir/libdvdnav-$_libdvdnav_version.tar.gz"
|
|
-Dlibdvdread_URL="$srcdir/libdvdread-$_libdvdread_version.tar.gz"
|
|
-DFFMPEG_URL="$srcdir/ffmpeg-$_ffmpeg_version.tar.gz"
|
|
-DCROSSGUID_URL="$srcdir/crossguid-$_crossguid_version.tar.gz"
|
|
-DFSTRCMP_URL="$srcdir/fstrcmp-$_fstrcmp_version.tar.gz"
|
|
-DFLATBUFFERS_URL="$srcdir/flatbuffers-$_flatbuffers_version.tar.gz"
|
|
-DUDFREAD_URL="$srcdir/libudfread-$_libudfread_version.tar.gz"
|
|
-DTAGLIB_URL="$srcdir/taglib-1.13.1.tar.gz"
|
|
-DAPP_RENDER_SYSTEM=gles
|
|
-DCORE_PLATFORM_NAME="x11 gbm"
|
|
)
|
|
|
|
echo "building kodi"
|
|
cmake "${_args[@]}" ../"xbmc-$_gitname"
|
|
make
|
|
}
|
|
|
|
package_kodi-rpi-git() {
|
|
pkgdesc="Media player and entertainment hub with hw accel for RPi 3 and above, gbm_omega fork"
|
|
depends=(
|
|
'bluez-libs' 'curl' 'dav1d' 'desktop-file-utils' 'hicolor-icon-theme' 'fmt'
|
|
'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec-rpi' 'libmicrohttpd' 'libnfs'
|
|
'libplist' 'libpulse' 'libxslt' 'lirc' 'mariadb-libs'
|
|
'mesa' 'libpipewire' 'python-pillow' 'python-pycryptodomex'
|
|
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'sqlite'
|
|
'tinyxml' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'libinput'
|
|
'pcre' 'libdisplay-info' 'tinyxml2'
|
|
)
|
|
[[ -n "$_clangbuild" ]] && depends+=('glu')
|
|
|
|
optdepends=(
|
|
'afpfs-ng: Apple shares support'
|
|
'bluez: Blutooth support'
|
|
'linux-rpi: HW accelerated decoding'
|
|
'python-pybluez: Bluetooth support'
|
|
'pulseaudio: PulseAudio support'
|
|
'pipewire: PipeWire support'
|
|
)
|
|
install='kodi.install'
|
|
provides=("kodi=${pkgver}" "kodi-common=${pkgver}")
|
|
conflicts=('kodi' 'kodi-rpi' 'kodi-rpi-legacy')
|
|
|
|
_components=(
|
|
'kodi'
|
|
'kodi-bin'
|
|
)
|
|
|
|
cd kodi-build
|
|
for _cmp in ${_components[@]}; do
|
|
DESTDIR="$pkgdir" /usr/bin/cmake \
|
|
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
|
-P cmake_install.cmake
|
|
done
|
|
|
|
# setup video drivers for kodi-gbm
|
|
install -Dm0644 "$srcdir/kodi.config.txt" "$pkgdir/boot/kodi.config.txt"
|
|
|
|
# rpi4 wants 512 MB of memory
|
|
# this might be a problem for RPi3 ???
|
|
sed -i 's/@@@/512/' "$pkgdir/boot/kodi.config.txt"
|
|
|
|
_initshit="$srcdir/kodi-standalone-service-$_init_version/arm"
|
|
|
|
# fix permissions necessary for accelerated video playback
|
|
install -Dm0644 "$_initshit/udev/99-kodi.rules" "$pkgdir/usr/lib/udev/rules.d/99-kodi.rules"
|
|
|
|
# environment vars
|
|
install -Dm644 "${_initshit/\/arm}"/common/kodi-standalone "$pkgdir/etc/conf.d/kodi-standalone"
|
|
|
|
# systemd manages kodi user
|
|
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"
|
|
|
|
# systemd service and polkit rules
|
|
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"
|
|
chmod 0750 "$pkgdir/usr/share/polkit-1/rules.d/"
|
|
|
|
# man page
|
|
install -Dm0644 "$_initshit/doc/kodi.service.1" "$pkgdir/usr/share/man/man1/kodi.service.1"
|
|
|
|
# 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-git-eventclients() {
|
|
pkgdesc="Kodi Event Clients"
|
|
provides=("kodi-eventclients=${pkgver}")
|
|
conflicts=('kodi-rpi-eventclients' 'kodi-rpi-legacy-eventclients')
|
|
optdepends=(
|
|
'kodi: local machine eventclient use'
|
|
'python: most eventclients are implemented in python'
|
|
)
|
|
|
|
_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-git-tools-texturepacker() {
|
|
pkgdesc="Kodi Texturepacker Tool"
|
|
depends=('libpng' 'giflib' 'libjpeg-turbo' 'lzo')
|
|
conflicts=('kodi-rpi-tools-texturepacker' 'kodi-rpi-legacy-tools-texturepacker')
|
|
|
|
_components=(
|
|
'kodi-tools-texturepacker'
|
|
)
|
|
|
|
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-git-dev() {
|
|
pkgdesc="Kodi dev files"
|
|
depends=('kodi')
|
|
conflicts=('kodi-rpi-dev' 'kodi-rpi-legacy-dev')
|
|
provides=("kodi-dev=${pkgver}")
|
|
|
|
_components=(
|
|
'kodi-addon-dev'
|
|
'kodi-eventclients-dev'
|
|
)
|
|
|
|
cd kodi-build
|
|
for _cmp in ${_components[@]}; do
|
|
DESTDIR="$pkgdir" /usr/bin/cmake \
|
|
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
|
-P cmake_install.cmake
|
|
done
|
|
}
|