Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: DrRob on July 07, 2017, 10:38:11 AM
-
Hi,
I'm curious why sox.tcz is in the package repository for 7.x but not for 8.x or 9.x? I found that the 7.x package works in 9.x once I figured out all the dependencies that needed to be installed as well, which are (I think):
- libtool.tcz
- libpng.tcz
- libasound.tcz
- opencore-amr.tcz
- libao.tcz
- libmad.tcz
- libid3tag.tcz
- lame.tcz
- twolame.tcz
- wavpack.tcz
Thanks,
Rob.
-
You didnt mention what methods you used to identify all the dependencies ...
the file at http://tinycorelinux.net/7.x/armv6/tcz/sox.tcz.dep
says
gcc_libs.tcz
lame.tcz
libao.tcz
libid3tag.tcz
libltdl.tcz
libmad.tcz
libpng.tcz
opencore-amr.tcz
twolame.tcz
wavpack.tcz
ftr
-
You didnt mention what methods you used to identify all the dependencies ...
perhaps depfinder: script to find dependencies (http://forum.tinycorelinux.net/index.php/topic,17454.0.html) ?
-
sox copied to piCore-{8.x,9.x} armv{6,7} repos
-
You didnt mention what methods you used to identify all the dependencies ...
the file at http://tinycorelinux.net/7.x/armv6/tcz/sox.tcz.dep
says
gcc_libs.tcz
lame.tcz
libao.tcz
libid3tag.tcz
libltdl.tcz
libmad.tcz
libpng.tcz
opencore-amr.tcz
twolame.tcz
wavpack.tcz
ftr
Sorry for the slow reply (busy week...).
I found the dependencies by trying to run sox, getting an error about missing library, working out which package said library came from, install, and repeat until it worked. Next time I'll try the depfinder script that mocore mentioned (thanks).
Rob.
-
sox copied to piCore-{8.x,9.x} armv{6,7} repos
Thank you.
(I wish there was a "thanks" or "+1" button in this forum...)
Rob.