summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2023-02-03 03:49:44 -0500
committergraysky2023-02-03 03:49:44 -0500
commite7d58c609aa05ddef56f1b05e5913f535e618a9b (patch)
tree08f638b44fa65b5eed53aa93cd7bb8b306624d11
parentffaf27e215b48309fff736ff55434f870bc59e07 (diff)
downloadaur-e7d58c609aa05ddef56f1b05e5913f535e618a9b.tar.gz
Update to r61896.e9f58cbf138-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48c2de4bd7df..9f0bfef9e347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = kodi-nexus-git
- pkgver = r61877.50f1eec9a22
+ pkgver = r61896.e9f58cbf138
pkgrel = 1
url = https://kodi.tv
arch = x86_64
@@ -97,6 +97,7 @@ pkgname = kodi-nexus-git
depends = dav1d
depends = desktop-file-utils
depends = hicolor-icon-theme
+ depends = fmt
depends = lcms2
depends = libass
depends = libbluray
@@ -133,7 +134,7 @@ pkgname = kodi-nexus-git
optdepends = python-pybluez: Bluetooth support
optdepends = pulseaudio: PulseAudio support
optdepends = upower: Display battery level
- provides = kodi=r61877.50f1eec9a22
+ provides = kodi=r61896.e9f58cbf138
provides = kodi-x11
provides = kodi-wayland
provides = kodi-gbm
@@ -146,7 +147,7 @@ pkgname = kodi-nexus-git-eventclients
pkgdesc = Kodi Event Clients (Nexus branch)
optdepends = kodi: local machine eventclient use
optdepends = python: most eventclients are implemented in python
- provides = kodi-eventclients=r61877.50f1eec9a22
+ provides = kodi-eventclients=r61896.e9f58cbf138
conflicts = kodi-eventclients
pkgname = kodi-nexus-git-tools-texturepacker
@@ -155,11 +156,11 @@ pkgname = kodi-nexus-git-tools-texturepacker
depends = giflib
depends = libjpeg-turbo
depends = lzo
- provides = kodi-tools-texturepacker=r61877.50f1eec9a22
+ provides = kodi-tools-texturepacker=r61896.e9f58cbf138
conflicts = kodi-tools-texturepacker
pkgname = kodi-nexus-git-dev
pkgdesc = Kodi dev files (Nexus branch)
depends = kodi-nexus-git
- provides = kodi-nexus-dev=r61877.50f1eec9a22
+ provides = kodi-nexus-dev=r61896.e9f58cbf138
conflicts = kodi-nexus-dev
diff --git a/PKGBUILD b/PKGBUILD
index 451585db3cb8..56b0e76ca9df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ _clangbuild=
pkgbase=kodi-nexus-git
pkgname=("$pkgbase" "$pkgbase-eventclients" "$pkgbase-tools-texturepacker" "$pkgbase-dev")
-pkgver=r61877.50f1eec9a22
+pkgver=r61896.e9f58cbf138
pkgrel=1
arch=('x86_64')
url="https://kodi.tv"
@@ -48,6 +48,7 @@ options=(!lto)
_gitname=xbmc
_codename=Nexus
+
_sse_workaround=1
# Found on their respective github release pages. One can check them against
@@ -59,8 +60,6 @@ _sse_workaround=1
# https://github.com/xbmc/libdvdnav/tags
# https://github.com/xbmc/libdvdread/tags
#
-# fmt and crossguid can be found https://mirrors.kodi.tv/build-deps/sources/
-#
_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"
@@ -69,6 +68,7 @@ _crossguid_version="ca1bf4b810e2d188d04cb6286f957008ee1b7681"
_fstrcmp_version="0.7.D001"
_flatbuffers_version="2.0.0"
_libudfread_version="1.1.2"
+
source=(
"git+https://github.com/xbmc/xbmc.git#branch=$_codename"
"libdvdcss-$_libdvdcss_version.tar.gz::https://github.com/xbmc/libdvdcss/archive/$_libdvdcss_version.tar.gz"
@@ -128,7 +128,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_LIBDIR=/usr/lib
- -DUSE_LTO=OFF
+ -DUSE_LTO=$(nproc)
-DVERBOSE=ON
-DENABLE_LDGOLD=OFF
-DENABLE_AIRTUNES=ON
@@ -179,7 +179,7 @@ build() {
package_kodi-nexus-git() {
pkgdesc="A software media player and entertainment hub for digital media (Nexus branch)"
depends=(
- 'bluez-libs' 'curl' 'dav1d' 'desktop-file-utils' 'hicolor-icon-theme'
+ 'bluez-libs' 'curl' 'dav1d' 'desktop-file-utils' 'hicolor-icon-theme' 'fmt'
'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec' 'libmicrohttpd' 'libnfs'
'libplist' 'libpulse' 'libva' 'libvdpau' 'libxslt' 'lirc' 'mariadb-libs'
'mesa' 'pipewire' 'python-pillow' 'python-pycryptodomex'