Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: neonix on April 08, 2019, 12:46:10 PM

Title: Playstation Music file player and xmms plugin
Post by: neonix on April 08, 2019, 12:46:10 PM
I would like to request this player and xmms plugin for TC 9.x86
http://projects.raphnet.net/.ypsf/.ypsf-0.4.8.tar.bz2
Title: Re: Playstation Music file player and xmms plugin
Post by: Juanito on April 09, 2019, 03:20:18 AM
Since tc-9.x is depreciated, maybe you could build and test yourself?

Code: [Select]
tce-load -i compiletc xmms-dev

cd .ypsf-0.4.8

edit Makefile
CC = gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe

make
sudo make installglobal
Title: Re: Playstation Music file player and xmms plugin
Post by: neonix on April 09, 2019, 04:33:21 AM
Thank you Juanito. I did but I would like to have it in repository. If not in TC9 then at least in TC10, because some day I will migrate to TC10.
Title: Re: Playstation Music file player and xmms plugin
Post by: Juanito on April 09, 2019, 04:35:46 AM
..but if you've built and tested it, please submit the extension so it can be added to the repo.