[Scummvm-git-logs] scummvm-web master -> 7849a1177a7935319a0bd281a40fbce57fc5f972
criezy
criezy at scummvm.org
Sat Apr 10 20:45:31 UTC 2021
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
ea94bd2b98 WEB: Add note about using MacPorts to get PHP dependencies
7849a1177a WEB: Add giflib to list of optional libraries
Commit: ea94bd2b98da2be3466634178a4c10d23afefdff
https://github.com/scummvm/scummvm-web/commit/ea94bd2b98da2be3466634178a4c10d23afefdff
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-04-10T21:44:06+01:00
Commit Message:
WEB: Add note about using MacPorts to get PHP dependencies
Changed paths:
README.md
diff --git a/README.md b/README.md
index 6303b70a..18dea562 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Before installing please make sure you have the following installed:
* [PHP](https://www.php.net/manual/en/install.php)
* PHP YAML extension. Install via `pecl install yaml` or `sudo apt install php-yaml`
* The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
+ * Alternatively on macOS you can use [MacPorts](https://www.macports.org) to install both PHP and yaml (for example to use PHP 7.4 `sudo port install php74 php74-yaml php74-iconv php74-intl php74-mbstring php74-sqlite ; sudo port select --set php php74`)
* [Composer](https://getcomposer.org/)
* [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
* [Node.js & npm](https://nodejs.org/)
Commit: 7849a1177a7935319a0bd281a40fbce57fc5f972
https://github.com/scummvm/scummvm-web/commit/7849a1177a7935319a0bd281a40fbce57fc5f972
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-04-10T21:44:46+01:00
Commit Message:
WEB: Add giflib to list of optional libraries
Changed paths:
data/en/scummvm_downloads.yaml
diff --git a/data/en/scummvm_downloads.yaml b/data/en/scummvm_downloads.yaml
index 31cdc7ac..ee1cd534 100644
--- a/data/en/scummvm_downloads.yaml
+++ b/data/en/scummvm_downloads.yaml
@@ -1511,6 +1511,15 @@
url: 'http://www.ijg.org'
name: jpeg
description: '(or jpeg-turbo) jpeg image format decoder'
+-
+ enabled: true
+ category: libs
+ subcategory: optional
+ category_icon: ''
+ user_agent: ''
+ url: 'http://giflib.sourceforge.net'
+ name: giflib
+ description: 'gif image format decoder'
-
enabled: true
category: libs
More information about the Scummvm-git-logs
mailing list