hi all...
I managed to get soundconverter installed correctly. here's how I did it on slackware-current
tools: pkgtool, sbotools, slackpkg,
http://google.ca
I used pkgtool to view and remove the following: gst-python gnome-media gnome-python-desktop and soundconverter
then I used sbotools to re-install all the above along with EVERY possible package dependency possible for soundconverter.
after that I used sbotools to install soundconverter but the build failed on the very same package as before so I looked at the version and did a little googling...
and came up with the following: soundconverter-2.1.2-x86_64-1vl71.txz
here:
(link)
Quote:
installpkg soundconverter-2.1.2-x86_64-1vl71.txz
|
and almost there... running soundconverter in a console complained of a missing libaudiofile.so.0 so I did a
as root and found /usr/lib64/libaudiofile.so.1 so all I did was:
Quote:
cp /usr/lib64/libaudiofile.so.1 /usr/lib64/libaudiofile.so.0
|
and now soundconverter is running correctly.
marking my little venture on slackware-current as solved