[Bug 260490] Kodi missing dependencies
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260490] Kodi missing dependencies"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Dec 2021 12:34:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260490
Bernhard Froehlich <decke@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |decke@FreeBSD.org
--- Comment #1 from Bernhard Froehlich <decke@FreeBSD.org> ---
I can confirm that there are some dependencies missing but it does not look
like a kodi problem.
On a more or less clean FreeBSD 13.0:
# pkg install kodi
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: kodi has a missing dependency: libdvdcss
The following 60 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
expat: 2.4.1
freetype2: 2.11.1
gettext-runtime: 0.21
glib: 2.70.2,2
gmp: 6.2.1
gnutls: 3.6.16
indexinfo: 0.3.1
kodi: 19.3
libX11: 1.7.2,1
libXau: 1.0.9
libXdmcp: 1.1.3
libXext: 1.3.4,1
libXfixes: 6.0.0
libXrandr: 1.5.2
libXrender: 0.9.10_2
libcddb: 1.3.2_4
libcdio: 2.1.0
libdrm: 2.4.109,1
libdvdnav: 6.1.1
libdvdread: 6.1.2
libepoll-shim: 0.0.20210418
libevdev: 1.9.1.20200928
libffi: 3.3_1
libgcrypt: 1.9.4
libgpg-error: 1.43
libgudev: 234
libiconv: 1.16
libidn2: 2.3.2
libinput: 1.19.1_1
libmicrohttpd: 0.9.73
libmtdev: 1.1.6_1
libpciaccess: 0.16
libpthread-stubs: 0.4
libtasn1: 4.18.0
libudev-devd: 0.5.0
libunistring: 0.9.10_1
libva: 2.13.0_1
libvdpau: 1.4
libwacom: 1.5
libxcb: 1.14_1
libxkbcommon: 1.3.1
libxml2: 2.9.12
libxslt: 1.1.34_2
mpdecimal: 2.5.1
nettle: 3.7.3
p11-kit: 0.24.0
pciids: 20211028
png: 1.6.37_1
py38-evdev: 1.4.0
py38-pyudev: 0.22.0
py38-setuptools: 57.0.0
py38-six: 1.16.0
python38: 3.8.12_1
readline: 8.1.1
tinyxml: 2.6.2_4
tpm-emulator: 0.7.4_2
trousers: 0.3.14_3
wayland: 1.20.0
xkeyboard-config: 2.34
xorgproto: 2021.5
Now let's compare this with the dependencies liste in the kodi port:
LIB_DEPENDS= libass.so:multimedia/libass \
libavcodec.so:multimedia/ffmpeg \
libavfilter.so:multimedia/ffmpeg \
libavformat.so:multimedia/ffmpeg \
libavutil.so:multimedia/ffmpeg \
libcdio.so:sysutils/libcdio \
libcrossguid.so:devel/libcrossguid \
libcurl.so:ftp/curl \
libdav1d.so:multimedia/dav1d \
libdvdnav.so:multimedia/libdvdnav \
libdvdread.so:multimedia/libdvdread
....
The first dependency libass is already missing, ffmpeg is missing too and many
more.
So my conclusion at the moment is that either the package set on the package
mirrors is crap or some changes to pkg or poudriere have cause this breakage.
--
You are receiving this mail because:
You are the assignee for the bug.