From eb1f9fb02d63aceb6a41d26796ed3bb1ffc1cf6d Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Tue, 2 Jul 2019 20:05:19 +0100 Subject: [PATCH] JANITORIAL: Remove outdated references to SourceForge.net --- CONTRIBUTING.md | 2 +- backends/platform/ds/arm9/dist/readme_ds.txt | 11 +++++------ backends/platform/maemo/debian/control | 2 +- backends/platform/psp/README.PSP | 2 +- backends/platform/psp/README.PSP.in | 2 +- devtools/create_project/create_project.cpp | 2 -- 6 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2e55d243c7..054decfeebf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,4 +9,4 @@ Please make sure to read our guidelines for contributions on our * License: GPLv2+ If you have any questions about code, style, procedure, or anything else, feel -free to contact us on our mailing list at scummvm-devel@lists.sourceforge.net. +free to contact us on our mailing list at scummvm-devel@lists.scummvm.org. diff --git a/backends/platform/ds/arm9/dist/readme_ds.txt b/backends/platform/ds/arm9/dist/readme_ds.txt index 99aaf192557..48242e7b84f 100644 --- a/backends/platform/ds/arm9/dist/readme_ds.txt +++ b/backends/platform/ds/arm9/dist/readme_ds.txt @@ -725,9 +725,8 @@ will sometimes cause slowdown in your game. However, if your flash card isn't big enough to fit the audio files on, you will have no choice! To convert your audio you will need a copy of the ScummVM Tools package -. -You will also need a copy of the LAME MP3 encoder -. +. You will also need a copy of +the LAME MP3 encoder . Once this is all installed and set up, the process to encode your audio varies from game to game, but the Lucasarts games can all be compressed @@ -841,9 +840,9 @@ take the source code to the project and make their own additions and fixes, contributing them back to the authors for consideration for the next version. To build ScummVM DS from source, it's probably better to checkout the -latest version of the code from the ScummVM SVN repository. The ScummVM -Sourceforge.net homepage has -all the information about how to do this. +latest version of the code from the ScummVM Git repository. The ScummVM +Wiki +has all the information about how to do this. By default, ScummVM DS expects to find libmad, an MP3 compressor library targeted for the ARM platform. If you don't have this, you must disable diff --git a/backends/platform/maemo/debian/control b/backends/platform/maemo/debian/control index bdaccd23595..569f840e2f6 100644 --- a/backends/platform/maemo/debian/control +++ b/backends/platform/maemo/debian/control @@ -17,7 +17,7 @@ Description: interpreter that will play graphic adventure games Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's Legend of Kyrandia, and various others. This package does not contain any actual games. -XSBC-Bugtracker: https://sourceforge.net/tracker/?atid=418820&group_id=37116&func=browse +XSBC-Bugtracker: https://bugs.scummvm.org/ XB-Maemo-Display-Name: ScummVM XBS-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAC/VBMVEUICwcH diff --git a/backends/platform/psp/README.PSP b/backends/platform/psp/README.PSP index 10cc39c2393..117037ce0ca 100644 --- a/backends/platform/psp/README.PSP +++ b/backends/platform/psp/README.PSP @@ -140,7 +140,7 @@ Building the source code ======================== To build ScummVM for PSP you need: -- ScummVM source code (svn co https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk) +- ScummVM source code (git clone https://github.com/scummvm/scummvm.git) - PSP toolchain (svn co svn://svn.pspdev.org/psp/trunk/psptoolchain) diff --git a/backends/platform/psp/README.PSP.in b/backends/platform/psp/README.PSP.in index 99978f96ef5..4dc9513220c 100644 --- a/backends/platform/psp/README.PSP.in +++ b/backends/platform/psp/README.PSP.in @@ -140,7 +140,7 @@ Building the source code ======================== To build ScummVM for PSP you need: -- ScummVM source code (svn co https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk) +- ScummVM source code (git clone https://github.com/scummvm/scummvm.git) - PSP toolchain (svn co svn://svn.pspdev.org/psp/trunk/psptoolchain) diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index f705686a97b..8ab95516932 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -510,8 +510,6 @@ int main(int argc, char *argv[]) { // For Visual Studio, all warnings are on by default in the project files, // so we pass a list of warnings to disable globally or per-project // - // Tracker reference: - // https://sourceforge.net/tracker/?func=detail&aid=2909981&group_id=37116&atid=418822 //////////////////////////////////////////////////////////////////////////// // // 4068 (unknown pragma)