summaryrefslogtreecommitdiff
path: root/kodi/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2021-05-08 21:53:58 -0500
committerMatt Housh <jaeger@crux.ninja>2021-05-08 21:53:58 -0500
commitb705bf950187ead6f0d123b508a0bdfd2eac9c85 (patch)
tree36c33bb5c9f9be234e0b1d89e47b7c0686db89fe /kodi/Pkgfile
parent149419722e738f210ecb049f2143f62009faa7b0 (diff)
downloadcontrib-b705bf950187ead6f0d123b508a0bdfd2eac9c85.tar.gz
contrib-b705bf950187ead6f0d123b508a0bdfd2eac9c85.tar.xz
kodi: updated to version 19.1
Diffstat (limited to 'kodi/Pkgfile')
-rw-r--r--kodi/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/kodi/Pkgfile b/kodi/Pkgfile
index b849f17b0..76a019970 100644
--- a/kodi/Pkgfile
+++ b/kodi/Pkgfile
@@ -4,13 +4,13 @@
# Depends on: cmake ffmpeg fmt ghostscript giflib glu jdk8-bin libass libcdio libmicrohttpd mysql samba swig taglib tinyxml python spdlog
name=kodi
-version=19.0
+version=19.1
release=1
-source=(https://github.com/xbmc/xbmc/archive/$version-Matrix.tar.gz gl-headers.patch)
+source=(https://github.com/xbmc/xbmc/archive/v$version/$name-$version.tar.gz gl-headers.patch)
build() {
[[ -e /usr/lib/ccache ]] && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
- patch -d xbmc-$version-Matrix -p1 -i $SRC/gl-headers.patch
+ patch -d xbmc-$version -p1 -i $SRC/gl-headers.patch
cmake -Bbuild \
-DVERBOSE=ON \
-DAPP_RENDER_SYSTEM=gl \
@@ -28,7 +28,7 @@ build() {
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \
-DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \
-Wno-dev \
- xbmc-$version-Matrix
+ xbmc-$version
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit