[Scummvm-git-logs] scummvm-web master -> 5c3bbaa0772255d93983a4dc192df261a3d47025

criezy criezy at scummvm.org
Sat Sep 10 02:16:37 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
5c3bbaa077 WEB: Update list of libraries on download page


Commit: 5c3bbaa0772255d93983a4dc192df261a3d47025
    https://github.com/scummvm/scummvm-web/commit/5c3bbaa0772255d93983a4dc192df261a3d47025
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-09-10T01:16:12+01:00

Commit Message:
WEB: Update list of libraries on download page

Changed paths:
    data/downloads.xml



diff --git a/data/downloads.xml b/data/downloads.xml
index d571633..a828fda 100755
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -788,9 +788,9 @@
 			<title>{#downloadsRequiredLibraries#}</title>
 			<entries>
 				<link>
-					<name>SDL 1.2.x</name>
-					<url>http://www.libsdl.org/download-1.2.php</url>
-					<description></description>
+					<name>SDL 2.0.x</name>
+					<url>http://www.libsdl.org/download-2.0.php</url>
+					<description> (or SDL 1.2.x)</description>
 				</link>
 			</entries>
 		</subsection>
@@ -852,6 +852,16 @@
 					<url>http://www.freetype.org/</url>
 					<description>: Font rendering</description>
 				</link>
+				<link>
+					<name>SDL_net 2.0</name>
+					<url>https://www.libsdl.org/projects/SDL_net/</url>
+					<description>: Networking library</description>
+				</link>
+				<link>
+					<name>curl</name>
+					<url>https://curl.haxx.se/libcurl/</url>
+					<description>: URL transfer library</description>
+				</link>
 			</entries>
 		</subsection>
 	</section>





More information about the Scummvm-git-logs mailing list