Commit graph

172 commits

Author SHA1 Message Date
Jools Wills
795a37e722 handle configure after binary install for emulation station automatically 2015-01-07 00:28:11 +00:00
Jools Wills
1ca073199a rename checkForInstalledAPTPackage to havePackage and switch the return codes. It was confusing and illogical.
fix the logic on checking for libsdl2 for emulationstation
2015-01-05 20:20:19 +00:00
Jools Wills
8c40cab8bb switch to building a sdl2 debian package - as it is installed in system folders (and in a few), it is easier to manage with dependencies - and
in the future we can hopefully migrate nicely over to the distro provided package.
change emulation station depends to look if sdl is installed, and install from binary packages if not.
the binary package for sdl2 is hidden from the menu now - it can be considered a core dependency which we can make packages rely on as needed.
2015-01-05 19:59:23 +00:00
Jools Wills
32419850b9 reworked ini/config setting to reduce copy/paste and make the calling simpler. Since the most common usage is to change a few configuration
values at once, we now have a iniConfig function that sets up the delimiter type (such as "=" or " = "), the value quote
character (often "" nothing or "\"" a single quote) and the filename. you can then just call "iniSet" or "iniUnset" with two parameters
for key and value. A third parameter can be used in case you wish to use the current ini settings but on a different file. We should now easily
be able to handle any key/value configs whilst keeping the code simple/compact
2015-01-03 13:38:57 +00:00
Jools Wills
cb3f11c86d added some swap for emulationstation 2014-12-22 13:21:14 +00:00
Jools Wills
bef8316d27 use stable branch of emulationstation #498 2014-12-17 06:10:43 +00:00
Jools Wills
7fff17342f renamed libsdlbinaries to sdl2binaries 2014-12-15 05:44:55 +00:00
Jools Wills
21941a6134 rework emulation station for new build system / location
note the startup script set up was moved to the configure part - since with the binary shipped version, we will need to call configure
to recreate it (install won't work since install now installs from source location to binary location)
2014-12-15 03:25:55 +00:00
Jools Wills
227a06070c renamed rps_checkNeededPackages to checkNeededPackages as it is used by modules and setup 2014-12-12 17:59:23 +00:00
Nate Evans
5871bf730d Fixing emulationstation install: adding check for required package libboost-locale-dev and error message if binary didn't compile 2014-12-02 09:59:28 -05:00
Jamie Bainbridge
8fbbcf11e9 Add Memory Split for Model A and B RPi 2014-11-23 07:14:11 +10:00
Jools Wills
6076946ec3 for better readability/naming use depends rather than depen for dependency function naming (and retropie_package parameters) 2014-08-11 17:53:24 +01:00
Florian
d262811699 Enhanced installation of SDL 2.0.1 binaries, ES installation 2014-08-06 22:18:21 +02:00
Jools Wills
38e83054db es_systems.cfg doesn't need to be executable. 2014-08-02 18:19:48 +01:00
Florian
af458d0bdc Merge branch 'master' of https://github.com/petrockblog/RetroPie-Setup
Conflicts:
	scriptmodules/emulators/mupen64rpi.sh
	scriptmodules/supplementary/emulationstation.sh
2014-08-02 10:46:20 +02:00
Florian
46077accfe ES system settings are set individually for each system (issue #403) 2014-08-02 10:44:41 +02:00
gizmo98
bdbce41b45 emulationstation: remove dead end, set gpu_mem...
...if build was succesfull.
2014-08-01 15:55:33 +02:00
gizmo98
e09311c8f6 Replace mupen64plus startup path 2014-07-31 19:56:01 +02:00
Florian
4578e3ba4e Changed permission of /etc/emulationstation/es_systems.cfg 2014-07-28 07:05:25 +02:00
Florian
355fd339e4 Updated permissions for /etc/emulationstation/es_systems.cfg 2014-07-27 22:13:40 +02:00
Jools Wills
a7a97096e9 fixed emulationstation function naming 2014-07-20 21:48:52 +01:00
Jools Wills
de6cec861f split supplementary.sh into auto-loading modules 2014-07-20 20:35:26 +01:00