summaryrefslogtreecommitdiff
path: root/kodi-wayland/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-06 16:40:14 +0200
committerTim Biermann <tbier@posteo.de>2022-06-06 16:40:14 +0200
commitb09f8a1d82e2324b1b5225dd29a082f76663fd1e (patch)
tree41a3fd81ef8da61db66730bb780073e54a1d27bd /kodi-wayland/Pkgfile
parent294c5a661bf3d452d1eb2585901c49bac658e399 (diff)
downloadcontrib-b09f8a1d82e2324b1b5225dd29a082f76663fd1e.tar.gz
contrib-b09f8a1d82e2324b1b5225dd29a082f76663fd1e.tar.xz
kodi-wayland: fixed build with dav1d
Diffstat (limited to 'kodi-wayland/Pkgfile')
-rw-r--r--kodi-wayland/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/kodi-wayland/Pkgfile b/kodi-wayland/Pkgfile
index a6290ae0c..32e7e7b13 100644
--- a/kodi-wayland/Pkgfile
+++ b/kodi-wayland/Pkgfile
@@ -6,7 +6,7 @@
name=kodi-wayland
version=19.4
-release=1
+release=2
# version variables {{{
_codename=Matrix
@@ -19,7 +19,8 @@ _libdvdread_version="6.0.0-Leia-Alpha-3"
# }}}
# source {{{
source=(https://github.com/xbmc/xbmc/archive/$version-$_codename/xbmc-$version-$_codename.tar.gz
- https://github.com/xbmc/FFmpeg/archive/$_ffmpeg_version.tar.gz
+ https://github.com/BlackIkeEagle/kodi-FFmpeg/archive/refs/heads/fix/4.3-kodi-dav1d-1.0.tar.gz
+ #https://github.com/xbmc/FFmpeg/archive/$_ffmpeg_version.tar.gz
http://mirrors.kodi.tv/build-deps/sources/fmt-$_fmt_version.tar.gz
http://mirrors.kodi.tv/build-deps/sources/crossguid-$_crossguid_version.tar.gz
https://github.com/xbmc/libdvdcss/archive/$_libdvdcss_version/${name/-wayland/}-libdvdcss-$_libdvdcss_version.tar.gz
@@ -82,7 +83,7 @@ build() {
-D ENABLE_TESTING=OFF \
-D ENABLE_ISO9660PP=OFF \
-D ENABLE_INTERNAL_FFMPEG=ON \
- -D FFMPEG_URL="$SRC/$_ffmpeg_version.tar.gz" \
+ -D FFMPEG_URL="$SRC/4.3-kodi-dav1d-1.0.tar.gz" \
-D ENABLE_INTERNAL_CROSSGUID=ON \
-D CROSSGUID_URL="$SRC/crossguid-$_crossguid_version.tar.gz" \
-D LIBDVDCSS_URL="$SRC/${name/-wayland/}-libdvdcss-$_libdvdcss_version.tar.gz" \
@@ -94,6 +95,7 @@ build() {
-D ENABLE_INTERNAL_GTEST=OFF \
-D ENABLE_INTERNAL_RapidJSON=OFF \
-Wno-dev
+ #-D FFMPEG_URL="$SRC/$_ffmpeg_version.tar.gz" \
cmake --build build
DESTDIR=$PKG cmake --build build --target install
}

Generated by cgit