Hi there,
For some time I'm trying to setup my machine to Slackware-current (I can manage that), along with AlienBOBs ktown.
The way I went was this; install slackpkg+
in /etc/slackpkg/mirrors I set the active url to slackware64-current
/etc/slackpkg/blacklist is empty
/etc/slackpkg/slackpkgplus.conf is configured as follows:
Code:
SLACKPKGPLUS=on
PKGS_PRIORITY=(current:.* multilib:.* restricted_current:.* restricted:.* alienbob_current:.* alienbob:.* ktown:.*)
REPOPLUS=(current slackpkgplus multilib ktown alienbob alienbob_current restricted)
MIRRORPLUS['alienbob']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86_64/
MIRRORPLUS['restricted']=http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.2/x86_64/
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
MIRRORPLUS['multilib']=http://bear.alienbase.nl/mirrors/people/alien/multilib/current/
MIRRORPLUS['alienbob_current']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['restricted_current']=http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64/
MIRRORPLUS['ktown']=http://bear.alienbase.nl/mirrors/alien-kde/current/latest/x86_64/
MIRRORPLUS['current']=https://mirrors.slackware.com/slackware/slackware64-current/
I ran xwmconfig and setup xinitrc.plasma
Yet I am doing something wrong as I cannot start X; which I eventually managed to drill down to the loading of shared library libphonon4qt5experimental.so.4 (which indeed is not in the phonon package I currently have installed, and managed to find in another phonon package, which I cannot select in slackpkg:
Code:
slackpkg search phonon
Looking for phonon in package list. Please wait... DONE
The list below shows all packages with name matching "phonon".
[ Status ] [ Repository ] [ Package ]
installed current phonon-4.8.3-x86_64-3_alsa
installed current phonon-gstreamer-4.8.2-x86_64-2
installed ktown phonon-qt4-4.10.2-x86_64-1alien
installed ktown phonon-qt4-gstreamer-4.9.0-x86_64-1alien
installed ktown phonon-vlc-0.11.1-x86_64-1alien
uninstalled(masked) current phonon-4.8.3-x86_64-3
uninstalled(masked) ktown phonon-4.11.1-x86_64-1alien
uninstalled(masked) ktown phonon-gstreamer-4.10.0-x86_64-1alien
uninstalled(masked) slackware64 phonon-4.8.3-x86_64-3
indeed, I need the phonon 4.11.1 as that one contains the missing library; however, it is masked... so I guess that is the real issue here... and I think I did something wrong with my slackpkgplus configuration...
Ideas?