orbea
73bb94f156
Revert "Revert "recipes: Fix Redream recipes.""
...
This reverts commit daddfab6b5c724c42f3bbb0d782fd2f120b033af.
2017-11-19 13:21:27 -08:00
Twinaphex
cded62691b
Merge pull request #605 from libretro/revert-603-redream
...
Revert "recipes: Fix Redream recipes."
2017-11-19 21:31:17 +01:00
Twinaphex
daddfab6b5
Revert "recipes: Fix Redream recipes."
2017-11-19 21:31:10 +01:00
Twinaphex
2771ed1b9d
Merge pull request #603 from orbea/redream
...
recipes: Fix Redream recipes.
2017-11-19 21:30:22 +01:00
Twinaphex
e51048927a
Merge pull request #604 from hyarsan/master
...
Made the file extensions consistent with standalone Citra
2017-11-19 21:29:48 +01:00
hyarsan
cc081eef57
Made the file extensions consistent with standalone Citra
2017-11-19 20:46:02 +01:00
orbea
290b951382
recipes: Fix Redream recipes.
2017-11-19 08:57:19 -08:00
Andrés
f6f5373f54
Merge pull request #602 from orbea/line_endings
...
recipes: Remove trailing whitespace from recipe files.
2017-11-18 13:54:36 -05:00
orbea
493f06015b
recipes: Remove DOS line endings from recipe files.
2017-11-17 14:03:04 -08:00
orbea
33c0d07b80
recipes: Remove trailing whitespace from recipe files.
2017-11-17 14:01:21 -08:00
Twinaphex
a5aa2b843a
Merge pull request #600 from orbea/recipe
...
libretro-buildbot-recipe.sh: Use the $RECIPE variable
2017-11-17 18:59:12 +01:00
orbea
ee07b55be1
libretro-buildbot-recipe.sh: Use the $RECIPE variable
2017-11-17 06:30:31 -08:00
Twinaphex
1c8cffa4d1
Merge pull request #601 from orbea/cut
...
libretro-buildbot-recipe.sh: Remove more use of cut.
2017-11-17 11:01:19 +01:00
Brad Parker
86e6db1c48
don't try to gzip nothing, it will hang
2017-11-17 02:48:40 +00:00
orbea
d6953d60f0
libretro-buildbot-recipe.sh: Remove more use of cut.
2017-11-16 13:39:27 -08:00
Twinaphex
67cc1d14c8
Merge pull request #599 from orbea/cmake
...
libretro-buildbot-recipe.sh: Don't include '..' in the cmake $ARGS
2017-11-16 18:18:37 +01:00
orbea
1f805ce33f
libretro-buildbot-recipe.sh: Don't include '..' in the cmake $ARGS
2017-11-16 08:29:47 -08:00
Francisco José García García
9247e5d4db
[VITA] Make Square Icons
2017-11-16 08:30:15 +01:00
Twinaphex
c94bc12f8f
Merge pull request #598 from orbea/cmake
...
Fix ppsspp build.
2017-11-16 08:21:18 +01:00
orbea
9c233a9be8
libretro-buildbot-recipe.sh: Only build RetroArch if $RA = YES
2017-11-15 16:13:51 -08:00
orbea
d258bd07ab
libretro-buildbot-recipe.sh: Fix the cmake build path.
2017-11-15 16:02:44 -08:00
orbea
aa5711101d
libretro-buildbot-recipe.sh: Fix typo
2017-11-15 15:42:42 -08:00
Twinaphex
25671a12a2
Merge pull request #597 from orbea/filters
...
libretro-buildbot-recipe.sh: Combine the audio and video filter functions.
2017-11-15 07:16:21 +01:00
Brad Parker
55a82cf7cf
fix fbalpha path
2017-11-14 19:25:54 -05:00
orbea
24d221bc77
libretro-buildbot-recipe.sh: Remove the possibly non-portable use of 'make -C'
2017-11-14 11:16:59 -08:00
orbea
49f5893049
libretro-buildbot-recipe.sh: Combine the compile_audio_filters and compile_video_filters functions.
2017-11-14 09:28:41 -08:00
bparker06
d8fd01da79
Update libretro-buildbot-recipe.sh
2017-11-14 12:02:25 -05:00
bparker06
cb0d7abfce
Merge pull request #596 from orbea/video_filters
...
libretro-buildbot-recipe.sh: Fix compiling the video filters.
2017-11-14 12:01:15 -05:00
orbea
56bb85d481
libretro-buildbot-recipe.sh: Fix compiling the video filters.
...
Its easier to use 'make -C' instead of trying to always cd to the correct directory.
2017-11-14 08:56:00 -08:00
bparker06
ac98a19d54
Merge pull request #595 from orbea/cut
...
libretro-buildbot-recipe.sh: Work around need for cut.
2017-11-14 11:31:03 -05:00
orbea
8e62d0bd0d
libretro-buildbot-recipe.sh: Work around need for cut.
2017-11-14 07:47:14 -08:00
Twinaphex
1ee666b331
Merge pull request #593 from orbea/cd
...
libretro-buildbot-recipe.sh: Remove extra cd commands.
2017-11-14 07:37:58 +01:00
Twinaphex
29081cc55a
Merge pull request #594 from orbea/cut
...
libretro-buildbot-recipe.sh: Fix build script failures if the recipe …
2017-11-14 07:37:46 +01:00
orbea
0ce1996809
libretro-buildbot-recipe.sh: Fix build script failures if the recipe files have extra whitespaces.
...
Bash will swallow extra white spaces if a $variable is not quoted, but if it
is quoted than cut will trip on the extra white space in the "$variable".
This change works around the use of cut and thus avoids this issue altogether.
2017-11-13 18:16:13 -08:00
orbea
196b4b0d9d
libretro-buildbot-recipe.sh: Remove extra cd commands.
...
Silences the following error from trying to cd to a directory that is already the $PWD.
./libretro-buildbot-recipe.sh: line 329: cd: libretro-fceumm/.: No such file or directory
2017-11-13 14:22:23 -08:00
Francisco José García García
bc8cfe7129
Create retroarch.zip for vita
2017-11-13 21:06:40 +01:00
Twinaphex
0e6e666d59
Merge pull request #591 from orbea/ra
...
libretro-buildbot-recipe.sh: return 0 if $RECIPE.ra does not exist.
2017-11-13 19:10:47 +01:00
orbea
f8e5eba8eb
libretro-buildbot-recipe.sh: return 0 if $RECIPE.ra does not exist.
...
Silences the following error.
./libretro-buildbot-recipe.sh: line 918: recipes/linux/cores-linux-x64-generic.ra: No such file or directory
2017-11-13 09:34:22 -08:00
Twinaphex
4725be8599
Merge pull request #590 from orbea/BOT
...
libretro-buildbot-recipe.sh: Set $BOT to . by default.
2017-11-13 18:10:47 +01:00
orbea
00a8c85b95
libretro-buildbot-recipe.sh: Set $BOT to . by default.
2017-11-13 09:02:39 -08:00
Twinaphex
be98fb91d8
Merge pull request #589 from orbea/line
...
libretro-buildbot-recipe.sh: Don't export empty variables.
2017-11-13 17:27:27 +01:00
orbea
aa31fb2771
libretro-buildbot-recipe.sh: Don't export empty variables.
...
Silences the following error if the read file contains a blank line.
./libretro-buildbot-recipe.sh: line 31: export: `=': not a valid identifier
2017-11-13 08:25:21 -08:00
Twinaphex
7ce8a5d982
Merge pull request #588 from orbea/vars
...
libretro-buildbot-recipe.sh: Don't error if /vars does not exist.
2017-11-13 17:19:58 +01:00
orbea
517840f944
libretro-buildbot-recipe.sh: Don't error if /vars does not exist.
2017-11-13 07:49:49 -08:00
Brad Parker
fe3bb8f1bf
remove double spaces
2017-11-13 00:03:57 -05:00
Twinaphex
32c815f17d
Merge pull request #586 from RobLoach/patch-30
...
Update ChaiLove .info file for 0.7.0
2017-11-13 05:34:39 +01:00
Brad Parker
7741f698b9
spell fceumm correctly
2017-11-12 22:44:17 -05:00
Twinaphex
9c2c9cf926
Merge pull request #587 from orbea/exit
...
libretro-buildbot-recipe.sh: Exit early if there is no recipe target
2017-11-13 04:36:26 +01:00
orbea
04320f9d84
libretro-buildbot-recipe.sh: Exit early if no recipe target is passed to the script.
2017-11-12 16:43:45 -08:00
Rob Loach
9289de756e
Update ChaiLove .info file for 0.7.0
2017-11-12 16:44:47 -05:00