From f326fd9ae0086d51026c3ea2e2062e97a847dd44 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Thu, 18 Feb 2021 18:22:38 -0500 Subject: games/ppsspp: Use correct github URLs. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/ppsspp/ppsspp.SlackBuild | 16 +++++++++++----- games/ppsspp/ppsspp.info | 20 ++++++++++---------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index 2c79e3aaae..48a9237578 100644 --- a/games/ppsspp/ppsspp.SlackBuild +++ b/games/ppsspp/ppsspp.SlackBuild @@ -23,6 +23,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20210218 bkw: modified by SlackBuilds.org. Use correct filenames +# in the github URLs for the 'submodules'. This is needed because +# we don't get to decide what user-agent the user downloads files +# with. If the Content-Disposition header is honored (e.g. files +# downloaded with a web browser), this build failed. + PRGNAM=ppsspp VERSION=${VERSION:-1.10.3} BUILD=${BUILD:-1} @@ -66,15 +72,15 @@ cd $PRGNAM-$VERSION # The submodules are in a separate archive. This is equivalent to # git submodule update --init --recursive -tar -xvf $CWD/hrydgard-glslang-d0850f8.tar.gz \ +tar -xvf $CWD/glslang-d0850f8*.tar.gz \ -C ext/glslang --strip-components=1 -tar -xvf $CWD/hrydgard-ppsspp-lang-1c64b8f.tar.gz \ +tar -xvf $CWD/ppsspp-lang-1c64b8f*.tar.gz \ -C assets/lang --strip-components=1 -tar -xvf $CWD/KhronosGroup-SPIRV-Cross-a1f7c8d.tar.gz \ +tar -xvf $CWD/SPIRV-Cross-a1f7c8d*.tar.gz \ -C ext/SPIRV-Cross --strip-components=1 -tar -xvf $CWD/Kingcom-armips-7885552.tar.gz \ +tar -xvf $CWD/armips-7885552*.tar.gz \ -C ext/armips --strip-components=1 -tar -xvf $CWD/hrydgard-ppsspp-ffmpeg-55147e5.tar.gz \ +tar -xvf $CWD/ppsspp-ffmpeg-55147e5*.tar.gz \ --exclude '*/Windows*' --exclude '*/android' \ --exclude '*/ios' --exclude '*/blackberry'\ --exclude '*/macosx' --exclude '*/wiiu' \ diff --git a/games/ppsspp/ppsspp.info b/games/ppsspp/ppsspp.info index 2b9113f20c..3021609a00 100644 --- a/games/ppsspp/ppsspp.info +++ b/games/ppsspp/ppsspp.info @@ -2,17 +2,17 @@ PRGNAM="ppsspp" VERSION="1.10.3" HOMEPAGE="https://www.ppsspp.org/" DOWNLOAD="https://github.com/hrydgard/ppsspp/archive/v1.10.3/ppsspp-1.10.3.tar.gz \ - https://github.com/hrydgard/glslang/archive/d0850f875ec392a130ccf00018dab458b546f27c/hrydgard-glslang-d0850f8.tar.gz \ - https://github.com/hrydgard/ppsspp-lang/archive/1c64b8fbd3cb6bd87935eb53f302f7de6f86e209/hrydgard-ppsspp-lang-1c64b8f.tar.gz \ - https://github.com/KhronosGroup/SPIRV-Cross/archive/a1f7c8dc8ea2f94443951ee27003bffa562c1f13/KhronosGroup-SPIRV-Cross-a1f7c8d.tar.gz \ - https://github.com/Kingcom/armips/archive/7885552b208493a6a0f21663770c446c3ba65576/Kingcom-armips-7885552.tar.gz \ - https://github.com/hrydgard/ppsspp-ffmpeg/archive/55147e5f33f5ae4904f75ec082af809267122b94/hrydgard-ppsspp-ffmpeg-55147e5.tar.gz" + https://github.com/hrydgard/glslang/archive/d0850f875ec392a130ccf00018dab458b546f27c/glslang-d0850f875ec392a130ccf00018dab458b546f27c.tar.gz \ + https://github.com/hrydgard/ppsspp-lang/archive/1c64b8fbd3cb6bd87935eb53f302f7de6f86e209/ppsspp-lang-1c64b8fbd3cb6bd87935eb53f302f7de6f86e209.tar.gz \ + https://github.com/KhronosGroup/SPIRV-Cross/archive/a1f7c8dc8ea2f94443951ee27003bffa562c1f13/SPIRV-Cross-a1f7c8dc8ea2f94443951ee27003bffa562c1f13.tar.gz \ + https://github.com/Kingcom/armips/archive/7885552b208493a6a0f21663770c446c3ba65576/armips-7885552b208493a6a0f21663770c446c3ba65576.tar.gz \ + https://github.com/hrydgard/ppsspp-ffmpeg/archive/55147e5f33f5ae4904f75ec082af809267122b94/ppsspp-ffmpeg-55147e5f33f5ae4904f75ec082af809267122b94.tar.gz" MD5SUM="66d6f34bba99f06e4cedf8d24fc9a205 \ - 781915370eb2b2c3c2f75d33a46154ae \ - 78e170cb8e40106dc1d428f896defdd9 \ - 9c0141380c98ccdff95a084ac07d1d48 \ - 4731977e287eee39ddcc247d75095758 \ - d529fc6f45fd4bbec825c543dab9da65" + 781915370eb2b2c3c2f75d33a46154ae \ + 78e170cb8e40106dc1d428f896defdd9 \ + 9c0141380c98ccdff95a084ac07d1d48 \ + 4731977e287eee39ddcc247d75095758 \ + d529fc6f45fd4bbec825c543dab9da65" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 python3" -- cgit v1.2.3