Trying to get this to run
Haruna - mpv QT-based GUI Front-end - obviouly it needs Qt, so I got me the new
qt5-base-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
But even after activating it there are still Qt dependencies missing:
Code: Select all
guest@porteus:~$ ldd /usr/bin/haruna |grep not|grep Qt
libQt5QuickControls2.so.5 => not found
libQt5Quick.so.5 => not found
libQt5Qml.so.5 => not found
Why is that?
Are these Qt dependencies in qt5-
dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm ?
Or are they missing from qt5-
base-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm by mistake?
Added in 31 minutes 37 seconds:
lsxzmgrep (which is not part of your default Port setup, I think, search the forum for it) comes in handy once again:
Code: Select all
guest@porteus:/Porteus_modules$ lsxzmgrep qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm libQt5QuickControls2.so.5
lsxzmgrep V2020-12-19
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5QuickControls2.so.5
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5QuickControls2.so.5.15
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5QuickControls2.so.5.15.3
guest@porteus:/Porteus_modules$ lsxzmgrep qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm libQt5Quick.so.5
lsxzmgrep V2020-12-19
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5Quick.so.5
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5Quick.so.5.15
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5Quick.so.5.15.3
guest@porteus:/Porteus_modules$ lsxzmgrep qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm libQt5Qml.so.5
lsxzmgrep V2020-12-19
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5Qml.so.5
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5Qml.so.5.15
>qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
/usr/lib64/libQt5Qml.so.5.15.3
So, my suspicion was spot on, all 3 modules are part of qt5-
dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm
Added in 10 minutes 37 seconds:
Out of extracted qt5-dev-5.15.3_20220318-x86_64-xfce-cinnamon-openbox-lxde-mate-gnome.xzm I made me a
qt5-base-5.15.3_20220318-x86_64-QuickControls2+Quick+Qml.xzm which is only 2.73 MB…
