Date: Wed, 26 Jan 2022 20:50:52 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 260490] multimedia/kodi missing dependencies Message-ID: <bug-260490-7788-NkUtFnS4GO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260490-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-260490-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260490 --- Comment #12 from Jason W. Bacon <jwb@freebsd.org> --- FYI, if someone wants a full installation with libdvdcss support the simple way, they can do the following: 1) Make sure everything is up-to-date pkg install auto-admin auto-update-system --defaults 2) Install kodi from source cd /usr/ports/multimedia/kodi make -DBATCH install This will take a while, but should successfully build and install libdvdcss= as s dependency. One could speed it up by installing dependencies using pkg, = but you have to make sure your pkg repo and ports tree are in sync before mixing like this. Installing auto-admin and run auto-update-system will ensure th= at, provided you're using an architecture and ports branch where it's possible.= =20 that means any branch on amd64 or quarterly on other architectures. Latest packages are not maintained regularly on other architectures yet, though it will probably happen for aarch64 and riscv in the future. 2) Use auto-update-system to speed up maintenance after that: auto-mark-install-from-source multimedia/libdvdcss license auto-mark-install-from-source multimedia/kodi libdvdcss >From here on, running auto-update-system will update everything except libdvdcss and kodi using binary packages, then update the ports tree, them reinstall libdvdcss from source and reinstall kodi from source. Be sure to mark both libdvdcss and kodi, in that order. Otherwise, libdvdc= ss will be get updated and your home-built kodi install will be replaced by the binary package or build against the old libdvdcss. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260490-7788-NkUtFnS4GO>