Commit Graph

1094 Commits

Author SHA1 Message Date
T. Joseph Carter
c0a958d667 rename iKarith-super dir to script-modules 2015-02-16 19:51:31 -08:00
T. Joseph Carter
498bc87f9a Try to make whitespace consistently 3 space tabs in shell scripts, also use env for bash 2015-02-16 19:22:50 -08:00
T. Joseph Carter
3ee02549dd Add absolute/relative path bugfix to my scripts 2015-02-16 19:22:50 -08:00
Twinaphex
a9bda03302 Merge pull request #180 from iKarith/master
Need to specify name of git clone directory (dunno if git has always done that, but we need the feature and have always assumed it works)
2015-02-16 06:21:38 +01:00
T. Joseph Carter
d1359a26af Need to specify name of git clone directory (dunno if git has always done that, but we need that feature) 2015-02-15 17:58:55 -08:00
Twinaphex
2baf39c18f Merge pull request #179 from iKarith/master
Bugfix for running fetch in subdirs from a script
2015-02-15 23:38:36 +01:00
T. Joseph Carter
0b060f1a61 Bugfix for running fetch in subdirs from a script 2015-02-15 14:34:42 -08:00
Twinaphex
265b837c2f Merge pull request #178 from iKarith/master
Restore removed commits (and fix them)
2015-02-15 20:48:58 +01:00
T. Joseph Carter
d0ba28891d Missed a pretty name for bsnes-type fetches 2015-02-15 11:46:58 -08:00
T. Joseph Carter
d1ad20f1cd Fix libretro-build-common.sh so everything installs again 2015-02-15 11:18:39 -08:00
T. Joseph Carter
9f46622c44 Add back pretty names—they were always coming back, but they're apparently needed immediately. 2015-02-15 11:06:52 -08:00
T. Joseph Carter
bd622f3be3 Do not use git -C (older git doesn't have it) 2015-02-15 10:23:46 -08:00
twinaphex
dbf57fcca2 Update libretro-build-database.sh 2015-02-15 16:44:05 +01:00
T. Joseph Carter
84e8a9294a Add a function to spit out latest git hash 2015-02-14 14:50:05 -08:00
twinaphex
7ea3faaeb6 Add 32X DB to picodrive info file 2015-02-14 21:39:33 +01:00
Twinaphex
ef498e5428 Merge pull request #177 from iKarith/master
Fix a cosmetic bug in libretro-build-common.sh + diff reduction in iKarith scripts
2015-02-14 03:45:31 +01:00
T. Joseph Carter
c8d73fd672 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-13 18:43:26 -08:00
T. Joseph Carter
c3ddec9832 Some diff reduction (Mac i386 build fix) 2015-02-13 18:41:38 -08:00
Twinaphex
12f601d329 Merge pull request #176 from iKarith/master
Remove iKarith-libretro-fetch.sh + Mac i386 support in libretro-build.sh
2015-02-14 03:18:45 +01:00
T. Joseph Carter
5dabe00189 iKarith-libretro-fetch.sh is now obsolete 2015-02-13 18:09:35 -08:00
T. Joseph Carter
cf2211e996 100% parity between libretro-fetch scripts 2015-02-13 18:08:56 -08:00
T. Joseph Carter
f66ca62d79 Diff reduction with libretro-fetch.sh 2015-02-13 18:07:24 -08:00
T. Joseph Carter
d87789baca All rules use fetch_git + don't need readlink to find script dir 2015-02-13 18:05:50 -08:00
T. Joseph Carter
7b0c8b6dc8 Add libretro-sdk for parity w/ libretro-fetch.sh 2015-02-13 17:57:04 -08:00
T. Joseph Carter
3d381cf2d5 Use bash in path and new fetch_git rule 2015-02-13 17:55:27 -08:00
T. Joseph Carter
814194986c Lose pretty-printed names in libretro-fetch.sh 2015-02-13 17:50:06 -08:00
T. Joseph Carter
0731bfb44f Nuke REPO_BASE—everyone should use https now 2015-02-13 17:30:24 -08:00
T. Joseph Carter
1daa598c53 Spaces to tabs in libretro-fetch (faster) 2015-02-13 17:27:24 -08:00
T. Joseph Carter
9409708db4 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-13 17:26:34 -08:00
Andrés
7a98944bf4 Add them to the r9 toolchain recipe 2015-02-13 20:07:04 -05:00
Andrés
55e9f8fb2a Remove prosystem and o2em 2015-02-13 20:05:02 -05:00
Twinaphex
5660da78d2 Merge pull request #175 from Oggom/master
Update fuse_libretro.info
2015-02-13 15:03:00 +01:00
Oggom
e969a419cb Update fuse_libretro.info 2015-02-13 13:37:48 +01:00
twinaphex
3cb57e23b4 Add test cores 2015-02-13 04:13:25 +01:00
twinaphex
ee2e2303d7 Add Test core info files 2015-02-13 04:01:45 +01:00
Andrés
b3c958a197 Add desmume to the r9 recipe 2015-02-10 19:12:38 -05:00
Andrés
0417405664 remove desmume 2015-02-10 19:12:22 -05:00
T. Joseph Carter
88845e36da Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-10 13:14:14 -08:00
T. Joseph Carter
0d56de2781 Support for building Mac cores for i386 on x86_64 systems 2015-02-10 13:13:41 -08:00
twinaphex
9422a5be7e Add libretro SDK 2015-02-10 18:59:56 +01:00
Twinaphex
4f388b3441 Merge pull request #174 from Oggom/master
Small info update
2015-02-09 15:21:06 +01:00
Oggom
bd4dc7ab0b Add database to mame info files 2015-02-09 14:08:47 +01:00
Oggom
a62a4024e4 Update fuse and dolphin info files 2015-02-09 14:06:58 +01:00
T. Joseph Carter
3a19c26d22 Begin modularizing the scripts 2015-02-08 16:16:00 -08:00
T. Joseph Carter
d1ff87d827 Replace recursive readlink calls using bash, not guaranteed to be canonical, but it doesn't have to be for how we use it. 2015-02-08 15:18:20 -08:00
T. Joseph Carter
82f7cfd5a3 Portability: bash may not be in /bin, also set consistent vim modelines 2015-02-08 15:07:56 -08:00
Twinaphex
98705ef45b Merge pull request #173 from iKarith/master
Starting to work on new build scripts
2015-02-08 15:50:42 +01:00
T. Joseph Carter
71783da757 Rewrote a lot of the future directions stuff 2015-02-08 04:33:19 -08:00
T. Joseph Carter
e7c2008dd8 Discussion of dependencies 2015-02-08 02:12:13 -08:00
T. Joseph Carter
e7aac60d81 README to talk about what I'm doing here 2015-02-07 22:34:04 -08:00