1
0
forked from ports/contrib

kodi: switched to internal ffmpeg, added libva and libvdpau dependencies

This commit is contained in:
Matt Housh 2022-03-02 15:13:57 -06:00
parent 4cab475819
commit 5e9d25f866
3 changed files with 6 additions and 4 deletions

View File

@ -165,6 +165,7 @@ drwxr-xr-x root/root usr/lib/kodi/
-rwxr-xr-x root/root usr/lib/kodi/kodi-x11
-rwxr-xr-x root/root usr/lib/kodi/kodi-xrandr
drwxr-xr-x root/root usr/lib/kodi/system/
-rwxr-xr-x root/root usr/lib/kodi/system/libsse4-x86_64-linux.so
drwxr-xr-x root/root usr/lib/kodi/system/players/
drwxr-xr-x root/root usr/lib/kodi/system/players/VideoPlayer/
-rwxr-xr-x root/root usr/lib/kodi/system/players/VideoPlayer/libdvdnav-x86_64-linux.so

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34AY55MIx7fNtJzPmZ/nf/G34ytp+5kre8PwAs9dDpdXsricoMb81zNTcShDr1ijowC6LcpNiE3ANLLLbw16kA0=
SHA256 (Pkgfile) = c8652a152e08612e83aa314242fae52559e15f74f2640732d79448accbabc3aa
SHA256 (.footprint) = d8b19d190962e30ef9a498e339a9d210b37cc5324cc8faa1a88d60a5ce1c5ee1
RWSagIOpLGJF3+uyRTMjyzprejN3Qayp0ue6zxU+K1KGafrGH//MPnf/Mde7+9pbKiV5JfoVagp+wgaH0DsgeSvW7iW81S+0Sg4=
SHA256 (Pkgfile) = fb17ddf7bec01fc79b43ecc5d1ebd321fc568ab17101e2e051b671d4ea3945dd
SHA256 (.footprint) = c45007af4a2e946af6cda1e1ae3a34c26ddfcfa823acfc5bb794b38b51c49001
SHA256 (kodi-19.3.tar.gz) = 440f47e475dd8a48e0a6d41349e83b74890f3fbe8275d3e401d3c50f5b9ea09b
SHA256 (gl-headers.patch) = 6fa089625184b2b47bea7a3dcb349931e9b39681df9d84fd690a1ba848460168
SHA256 (fmt8.patch) = acbbd74a7e568a788bbe9e48173a4c23203cba5efafadcaaed5505d8eb17d661

View File

@ -1,7 +1,7 @@
# Description: A free and open source software media player and entertainment hub
# URL: https://kodi.tv/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: cmake ffmpeg fmt ghostscript giflib glu jdk8-bin libass libcdio libmicrohttpd mysql samba swig taglib tinyxml python spdlog
# Depends on: cmake fmt ghostscript giflib glu jdk8-bin libass libcdio libmicrohttpd mysql samba swig taglib tinyxml python spdlog libva libvdpau
name=kodi
version=19.3
@ -19,6 +19,7 @@ build() {
-DENABLE_DVDCSS=ON \
-DENABLE_OPTICAL=ON \
-DENABLE_PYTHON=ON \
-DENABLE_INTERNAL_FFMPEG=ON \
-DENABLE_INTERNAL_FLATBUFFERS=ON \
-DENABLE_INTERNAL_FSTRCMP=ON \
-DENABLE_INTERNAL_RapidJSON=ON \