This commit is contained in:
Radius 2015-05-15 13:02:29 -05:00
commit a1b2ab86e7
13 changed files with 45 additions and 42 deletions

View File

@ -1,6 +1,7 @@
display_name = "Amstrad CPC (CaPriCe32)"
display_name = "Amstrad CPC (Caprice32)"
authors = "Ulrich Doewich|dantoine"
supported_extensions = "dsk|sna"
corename = "CaPriCe32"
corename = "Caprice32"
manufacturer = "Amstrad"
categories = "Emulator"
systemname = "CPC"

View File

@ -1,5 +1,5 @@
display_name = "SNES / Super Famicom (CATSFC)"
authors = "SNES9x Team|dking|BassAceGold|ShadauxCat|Nebuleon"
authors = "Snes9X Team|dking|BassAceGold|ShadauxCat|Nebuleon"
supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc"
corename = "CATSFC"
manufacturer = "Nintendo"

28
dist/info/example vendored
View File

@ -1,42 +1,42 @@
## All data is optional, but helps improve user experience.
# Name displayed when the user is selecting the core.
# Name displayed when the user is selecting the core:
# display_name = "NES / Famicom"
# The authors.
# Name of the authors who wrote the core:
# authors = "Martin Freij|R. Belmont|R. Danbrook"
# List of supported extensions.
# List of extensions the core supports:
# supported_extensions = "nes|fds"
# Name of the core.
# Name of the core:
# corename = "Nestopia"
# The developer.
# Name of the manufacturer who produced the emulated system:
# manufacturer = "Nintendo"
#
# Categories that the core belongs to (optional).
# Categories that the core belongs to (optional):
# categories = "Emulator"
# Name of the system that the core targets (optional).
# Name of the system that the core targets (optional):
# systemname = "Nintendo Entertainment System"
# Name of the database that the core supports (optional).
# Name of the database that the core supports (optional):
# database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System"
# License of the core's sourcecode
# License of the cores source code:
# license = "GPLv3"
# Privacy-specific permissions needed for using the core
# Privacy-specific permissions needed for using the core:
# permissions = ""
# Version of the core.
# Version of the core:
# display_version = "v0.2.97.30"
# Whether or not the core requires an external file to work.
# Whether or not the core requires an external file to work:
# supports_no_game = "false"
# The number of mandatory/optional firmware files the core needs
# The number of mandatory/optional firmware files the core needs:
# firmware_count = 7
# Firmware entries should be named from 0
@ -47,5 +47,5 @@
# Is firmware optional or not, if not defined RetroArch will assume it is required
# firmware0_opt = "true/false"
# Notes
# Additional notes:
#notes = "note1|note2|note3 with spaces|note 4 with spaces|note 5 (test)|note6"

View File

@ -7,6 +7,6 @@ categories = "Emulator"
systemname = "Arcade (various)"
license = "Non-commercial"
permissions = ""
display_version = "v0.2.97.30"
display_version = "v0.2.97.36"
supports_no_game = "false"
notes = "- BIOS files go into the ROM directory|"

View File

@ -1,5 +1,5 @@
display_name = "NES / Famicom (FCEUmm)"
authors = "CaH4e3|FCEU Team"
authors = "FCEU Team|CaH4e3"
supported_extensions = "fds|nes|unif"
corename = "FCEUmm"
manufacturer = "Nintendo"

View File

@ -2,9 +2,9 @@ display_name = "FFmpeg"
authors = "Fabrice Bellard|FFmpeg team"
supported_extensions = "mkv|avi|f4v|f4f|3gp|ogm|flv|mp4|mp3|flac|ogg|m4a"
corename = "FFmpeg"
systemname = "FFmpeg"
categories = "Media player"
systemname = "FFmpeg"
license = "LGPLv2, GPLv2"
permissions = ""
display:version = "Git"
display_version = "Git"
supports_no_game = "false"

View File

@ -1,5 +1,5 @@
display_name = "Game Boy Advance (Mednafen GBA)"
authors = "Forgotten|VisualBoyAdvance team|Ryphecha"
authors = "Forgotten|Ryphecha"
supported_extensions = "gba|agb|bin"
corename = "Mednafen/Beetle GBA"
manufacturer = "Nintendo"

View File

@ -1,4 +1,4 @@
display_name = "Neo Geo Pocket/Color (Mednafen Neopop)"
display_name = "Neo Geo Pocket/Color (Mednafen NeoPop)"
authors = "neopop_uk|Ryphecha"
supported_extensions = "ngp|ngc"
corename = "Mednafen/Beetle NeoPop"

View File

@ -8,7 +8,7 @@ systemname = "PlayStation"
database = "Sony - PlayStation"
license = "GPLv2"
permissions = ""
display_version = "v0.9.36.3"
display_version = "v0.9.38.3"
supports_no_game = "false"
firmware_count = 3
firmware0_desc = "scph5500.bin (PS1 JP BIOS)"

View File

@ -1,5 +1,5 @@
display_name = "Nintendo 64 (Mupen64Plus)"
authors = "Hacktarux|Mupen64Plus Team"
authors = "Hacktarux|Mupen64Plus Team|Squarepusher"
supported_extensions = "n64|v64|z64|bin|u1"
corename = "Mupen64Plus"
manufacturer = "Nintendo"

View File

@ -1,5 +1,5 @@
display_name = "SNES / Super Famicom (PocketSNES)"
authors = "SNES9x Team|PocketSNES Team|Toadking"
authors = "Snes9X Team|PocketSNES Team|Toadking"
supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc"
corename = "PocketSNES"
manufacturer = "Nintendo"
@ -8,5 +8,5 @@ systemname = "Super Nintendo Entertainment System"
database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Sufami Turbo"
license = "Non-commercial"
permissions = ""
display_version = "v1"
display_version = "7.2.0"
supports_no_game = "false"

View File

@ -232,7 +232,7 @@ build_libretro_generic_makefile() {
cp -v ${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT} $RARCH_DIST_DIR/${DIST}/${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT}
fi
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="$1 build failed [$jobid] LOG: http://hastebin.com/$HASTE"
@ -281,7 +281,7 @@ build_libretro_generic_theos() {
MESSAGE="$1 build successful [$jobid]"
cp -v objs/obj/${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT} $RARCH_DIST_DIR/${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT}
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="$1 build failed [$jobid] LOG: http://hastebin.com/$HASTE"
fi
@ -327,7 +327,7 @@ build_libretro_generic_jni() {
buildbot_log "$MESSAGE"
cp -v ../libs/${a}/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/${a}/${1}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT}
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="$1-$a build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo BUILDBOT JOB: $MESSAGE
@ -374,7 +374,7 @@ build_libretro_bsnes_jni() {
MESSAGE="$1 build successful [$jobid]"
cp -v ../libs/${a}/libretro_${CORENAME}_${PROFILE}.${FORMAT_EXT} $RARCH_DIST_DIR/${a}/${NAME}_${PROFILE}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT}
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="$1 build failed [$jobid] LOG: http://hastebin.com/$HASTE"
fi
@ -422,7 +422,7 @@ build_libretro_generic_gl_makefile() {
MESSAGE="$1 build successful [$jobid]"
cp -v ${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT} $RARCH_DIST_DIR/${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT}
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="$1 build failed [$jobid] LOG: http://hastebin.com/$HASTE"
fi
@ -483,7 +483,7 @@ build_libretro_bsnes() {
cp -fv "out/${NAME}_${PROFILE}_libretro${FORMAT}.${FORMAT_EXT}" $RARCH_DIST_DIR/${NAME}_${PROFILE}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT}
fi
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="$1 build failed [$jobid] LOG: http://hastebin.com/$HASTE"
fi
@ -821,18 +821,18 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
cd android/phoenix
rm bin/*.apk
$NDK clean
$NDK -j${JOBS}
ant clean
$NDK clean &> /tmp/buildbot.log
$NDK -j${JOBS} &>> /tmp/buildbot.log
ant clean &>> /tmp/buildbot.log
android update project --path . --target android-21
android update project --path libs/googleplay --target android-21
android update project --path libs/appcompat --target android-21
ant debug
ant debug &>> /tmp/buildbot.log
if [ $? -eq 0 ]; then
MESSAGE="retroarch build successful [$jobid]"
echo $MESSAGE
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="retroarch build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo $MESSAGE
@ -1180,7 +1180,7 @@ EOF
cp -Rfv gfx/video_filters/*.dll windows/filters/video
cp -Rfv gfx/video_filters/*.filt windows/filters/video
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="retroarch build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo $MESSAGE
@ -1294,7 +1294,7 @@ if [ "${PLATFORM}" = "psp1" ] && [ "${RA}" = "YES" ]; then
MESSAGE="retroarch build successful [$jobid]"
echo $MESSAGE
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="retroarch build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo $MESSAGE
@ -1425,7 +1425,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then
MESSAGE="retroarch build successful [$jobid]"
echo $MESSAGE
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="retroarch build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo $MESSAGE
@ -1575,7 +1575,7 @@ then
MESSAGE="retroarch build successful [$jobid]"
echo $MESSAGE
else
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
ERROR=`cat /tmp/buildbot.log | tail -n 5000`
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
MESSAGE="retroarch build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo $MESSAGE

View File

@ -13,6 +13,8 @@ bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.g
bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git PROJECT YES BSNES Makefile . performance
catsfc libretro-catsfc https://github.com/libretro/CATSFC-libretro.git PROJECT YES GENERIC Makefile .
dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git PROJECT YES GENERIC_ALT Makefile .
fba_libretro libretro-fba_new https://github.com/libretro/libretro-fba.git PROJECT YES GENERIC makefile.libretro .
fba_libretro libretro-fba_new https://github.com/libretro/libretro-fba.git PROJECT YES GENERIC makefile.libretro .
fb_alpha libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk
fba_cores_cps1 libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk/fbacores/cps1
fba_cores_cps2 libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk/fbacores/cps2