Glad you got it all going 👍
Posts by heitbaum
-
-
-
Suggest you start with the below.
Diff
Display Moregit diff HEAD diff --git a/packages/audio/speech-dispatcher/package.mk b/packages/audio/speech-dispatcher/package.mk new file mode 100644 index 0000000000..b1f786ea96 --- /dev/null +++ b/packages/audio/speech-dispatcher/package.mk @@ -0,0 +1,8 @@ +PKG_NAME="speech-dispatcher" +PKG_VERSION="0.10.2" +PKG_SHA256="b06319f201e15e56c6296653af5bcfc300cb348e972d517df8b06eac77eae2dc" +PKG_LICENSE="LGPL" +PKG_SITE="https://freebsoft.org/speechd" +PKG_URL="https://github.com/brailcom/speechd/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"+PKG_DEPENDS_TARGET="toolchain libsndfile libpthread-stubs" +PKG_LONGDESC="Common high-level interface to TTS" docker@d0b5f6c68aed:/var/media/DATA/home-rudi/LibreELEC.tv$ scripts/build speech-dispatcher
which will error with the following. Only add dependancies to packages that you error on or you want the package compiled against. E.g. if you don’t want to use the h264 codec in a video app, then don’t include it … etc.
Code
Display Morechecking pkg-config is at least version 0.9.0... yes checking for glib-2.0 >= 2.36... yes checking for gthread-2.0... yes checking for gmodule-2.0... yes checking for dotconf >= 1.3... no configure: error: Package requirements (dotconf >= 1.3) were not met: No package 'dotconf' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DOTCONF_CFLAGS and DOTCONF_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. FAILURE: scripts/build speech-dispatcher during configure_target (default) *********** FAILED COMMAND *********** ${PKG_CONFIGURE_SCRIPT} ${TARGET_CONFIGURE_OPTS} ${PKG_CONFIGURE_OPTS_TARGET} **************************************
As you are not developing a package that you need during the build process, all of your packages should be targets. And that is the default. So no need to use :host or :target for your development.
If for example you needed to use the “mkimg” program to build a package “mkimg” because onnof the steps in building “mkimg” properly is to creat some images, and that uses the newly compiled “mkimg” program. You will need to compile both a host and target “mkimg”. Host to create you images, and target to run on your RPi.
If you don’t need the mkimg program on your RPi, then you would only build mkimg:host.
Hope that helps.
Examples are cmake is a host only build.
-
Hi nuive - probably not the best example to start with. glib is a package that builds for both the host that does the build and the target (your RPi3)
In the case of your xxxx:host question - python:host is built “for the host” to be able to build glib.
In your glib example - lib would be a dependency (on the RPi3 for your app)
What application are you trying to package, might be able to give you some pointers on a package.mk to start with.
-
Please test current media-driver: Rocket Lake (RKL) discussion
bkuhls - I have updated to 29d5f8f and no issues so far NUC11 i7 TGL
-
-
The problem starts with 11th gen i5/i7/i9 CPUs:
looks similar to the issues when I first stood up the TGL … Looks like Xe12 needs a little more work.
-
I don’t have experience with Rocket Lake, but with Tiger Lake, the Kernel really needs to be a 5.12 kernel to fix a number of i915 issues. I use the Tiger Lake as one of my Daily Drivers.
-
LibreELEC Add-ons / Virtual filesystems / Archive support
-
This was fixed in Update addon.xml · zach-morris/plugin.program.iagl@20ca6ae · GitHub
Not sure why the failed dependency issue is occurring for you. You should install vfs.libarchive from add addons.
-
I believe this is a Amlogic S905W device which runs a GXL image. The Wireless is ssv6051 which is not supported in mainline kernel.
-
Hi msvasb - FYI there was a patch added to remove wchar support in the latest version, due to dependencies. LibreELEC.tv/packages/addons/addon-depends/system-tools-depends/mc at master · LibreELEC/LibreELEC.tv · GitHub
There is some other background on the MC bug tracker too.
-
-
I haven’t relooked at it.
-
Hi scaesare, correct on the squashfs, this is the SYSTEM in /flash. It (and the kernel) are updated on version updates. The /storage and /storage/.kodi/addon /storage/.config … are the user serviceable parts of LE. The validation / tracing to add this functionality will be to identify what chrome is doing, e.g. by trial and error or using strace or ….
-
Hi scaesare - a bit of research around this - RE: Chrome add-on : any plan to add it to version 10 ? - though no further investigation or development yet.
-
I can’t see your dmesg output in the above - could you share
You definitely have the tbs device 👍 from lsusb
please share -
lsusb -v -s 1:2
lsmod
dmesg
See old thread as reference on the triage - LibreELEC TBS 5520 SE
-
Is this the problem you are having?
[BUG] ISOs now show up as directories · Issue #4576 · LibreELEC/LibreELEC.tv · GitHub
revert ISO support by DaVukovic · Pull Request #53 · xbmc/vfs.libarchive · GitHub
Or do you have folders with the IFO and VOB files within?