WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Playstation Music file player and xmms plugin  (Read 1754 times)

Offline neonix

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 391
Playstation Music file player and xmms plugin
« 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

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14799
Re: Playstation Music file player and xmms plugin
« Reply #1 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

Offline neonix

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 391
Re: Playstation Music file player and xmms plugin
« Reply #2 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.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14799
Re: Playstation Music file player and xmms plugin
« Reply #3 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.