Commit graph

13 commits

Author SHA1 Message Date
Jools Wills
61c46aa005 Use bash operators instead of compareVersions for __os_debian_ver
There was a mix of compareVersions "$__os_debian_ver" OP $arg and [[ "$__os_debian_ver OP $arg ]] around the code.

As $__os_debian_ver is always an integer, use the bash built in operators for performance.

The compareVersions call is significantly slower as it uses an external command (dpkg).
2022-12-03 16:02:39 +00:00
Jools Wills
30b30a8dfa srb2 - added missing libcurl4-openssl-dev dependency 2022-01-02 00:50:44 +00:00
Gerhard Scheikl
d302c933e9 updated srb2 to latest release (required to compile on Ubuntu 21.10) 2022-01-01 13:34:09 +01:00
Jools Wills
e1b1549e90 ports - added rp_module_repo information for ports that can currently support it
Note: ioquake3 uses "main" as the default branch
2021-02-15 23:54:13 +00:00
cmitu
fd37c746fa srb2: update to 2.2.2 and add extra asset file 2020-04-28 21:09:15 +01:00
Jools Wills
32617750d1 srb2 - added missing libpng-dev dependency 2020-03-21 10:07:16 +00:00
cmitu
3ecb8f0249 srb2: fix building on Stretch, disable libOpenMPT 2020-02-13 18:30:20 +00:00
cmitu
5b8b374d06 srb2: update to version 2.2 2020-01-03 18:21:24 +00:00
Jools Wills
9b7569bcd4 fix some modules with incorrect md_ret_require (just pointing to $md_build) 2018-02-27 01:58:40 +00:00
Jools Wills
42fd198875 helpers - added downloadAndExtract function for use in modules
* replace many of the existing wget | tar commands with the new function
 * include error logging in the function via runCmd, to trap download/unpacking issues
2017-08-10 20:45:49 +01:00
Jools Wills
c34d9ace49 srb2 - copy srb2 and dereference so it becomes a binary rather than symlink to srb2-version 2017-08-04 18:04:17 +01:00
HerbFargus
d0edcda663 Bump srb2 version to 2.1.19
might need a variable or something so we don't have to keep doing this
2017-08-03 20:12:44 -07:00
Seamus-Linux
ca623598f3 add Sonic Robo Blast 2 port to experimental 2017-05-02 00:04:27 +01:00