mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/kodi-rpi-git to 21.x.61963.cc6a567e99-1
Switch over to master for Omega builds now the Nexus has gone gold
This commit is contained in:
parent
626af17b6b
commit
bf43212085
1 changed files with 10 additions and 10 deletions
|
@ -13,17 +13,17 @@ pkgname=(
|
|||
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
||||
)
|
||||
|
||||
_commitnumber=61855
|
||||
_commit=5429a64cc97e0f09e38c4114e819981602c26807
|
||||
_commitnumber=61963
|
||||
_commit=cc6a567e99ef86800b46f6a35282abeca473f5a8
|
||||
|
||||
# set this to anything to build with clang
|
||||
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
||||
_clangbuild=
|
||||
|
||||
pkgver="20.x.$_commitnumber.${_commit:0:10}"
|
||||
pkgver="21.x.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=1
|
||||
arch=('aarch64' 'armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
||||
license=('GPL2')
|
||||
makedepends=(
|
||||
'afpfs-ng' 'bluez-libs' 'cmake' 'curl' 'dav1d' 'doxygen' 'git' 'glew'
|
||||
|
@ -34,7 +34,7 @@ makedepends=(
|
|||
'python-pycryptodomex' 'python-pillow' 'python-pybluez'
|
||||
'python-simplejson' 'shairplay' 'smbclient' 'taglib' 'tinyxml' 'swig'
|
||||
'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest' 'graphviz'
|
||||
'libinput' 'libxkbcommon' 'pcre'
|
||||
'libinput' 'libxkbcommon' 'pcre' 'pipewire'
|
||||
)
|
||||
[[ -n "$_clangbuild" ]] && makedepends+=('clang' 'lld' 'llvm')
|
||||
|
||||
|
@ -43,7 +43,7 @@ _init_version=1.136
|
|||
_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="4.4.1-Nexus-Alpha1"
|
||||
_ffmpeg_version="5.1.2-Nexus-Alpha3"
|
||||
_fmt_version="9.1.0"
|
||||
_spdlog_version="1.10.0"
|
||||
_crossguid_version="ca1bf4b810e2d188d04cb6286f957008ee1b7681"
|
||||
|
@ -78,11 +78,11 @@ noextract=(
|
|||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
"libudfread-$_libudfread_version.tar.gz"
|
||||
)
|
||||
sha256sums=('8eac479b13801334fc725c00860d8b884b02db42969d19316d270638954317c8'
|
||||
sha256sums=('47dbb70a99f55049209324d77dc5ae74223098f66f66244b8ea19806de4ff9b5'
|
||||
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
|
||||
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
|
||||
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
|
||||
'abbce62231baffe237e412689c71ffe01bfc83135afd375f1e538caae87729ed'
|
||||
'ad9a38cf4c7c7576d6fe6a3af6a5254c2b6ca22937ab04c692caa43c7e5dee50'
|
||||
'5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2'
|
||||
'697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224'
|
||||
'6be27e0b3a4907f0cd3cfadec255ee1b925569e1bd06e67a4d2f4267299b69c4'
|
||||
|
@ -168,14 +168,14 @@ build() {
|
|||
}
|
||||
|
||||
package_kodi-rpi-git() {
|
||||
pkgdesc="Media player and entertainment hub with hw accel for RPi 3/4/400, gbm_nexus fork"
|
||||
pkgdesc="Media player and entertainment hub with hw accel for RPi 3/4/400, gbm_omega fork"
|
||||
depends=(
|
||||
'bluez-libs' 'curl' 'dav1d' 'desktop-file-utils' 'hicolor-icon-theme'
|
||||
'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec-rpi' 'libmicrohttpd' 'libnfs'
|
||||
'libplist' 'libpulse' 'libxslt' 'lirc' 'mariadb-libs' 'mesa'
|
||||
'python-pillow' 'python-pycryptodomex' 'python-simplejson'
|
||||
'shairplay' 'smbclient' 'sqlite' 'taglib' 'tinyxml'
|
||||
'libinput' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'pcre'
|
||||
'libinput' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'pcre' 'pipewire'
|
||||
)
|
||||
[[ -n "$_clangbuild" ]] && depends+=('glu')
|
||||
|
||||
|
|
Loading…
Reference in a new issue