pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

the link to libmikmod-3.2.0.tar.gz is broken #13

Closed asl97 closed 10 years ago

asl97 commented 10 years ago

http://mikmod.shlomifish.org/files/libmikmod-3.2.0.tar.gz redirect to http://mikmod.sourceforge.net/files/libmikmod-3.2.0.tar.gz which doesn't exists

^ broken link in the libmikmod.sh https://github.com/pspdev/psplibraries/blob/master/scripts/libmikmod.sh

phearus commented 10 years ago

Here is an active link for this package's source:

http://downloads.sourceforge.net/project/mikmod/libmikmod/3.2.0/libmikmod-3.2.0.tar.gz

I just modified the script to use this address - so line 1 looks like this:

download_and_extract http://downloads.sourceforge.net/project/mikmod/libmikmod/3.2.0/libmikmod-3.2.0.tar.gz libmikmod-3.2.0

And it then works good.

asl97 commented 10 years ago

well, i sort-of figure that out already, i use http://jaist.dl.sourceforge.net/project/mikmod/libmikmod/3.2.0/libmikmod-3.2.0.tar.gz

but someone need to edit the script on the github

and there still a few more of the library that fail like pixman and SDL_ttf https://github.com/pspdev/psplibraries/issues/14

liclac commented 10 years ago

Please either fork the repo and send a pull request, or let me get to it tomorrow sometime. It's a simple fix, someone just has to do it.

phearus commented 10 years ago

Pull request done: https://github.com/pspdev/psplibraries/pull/16

Thanks.

Now onto pixman.