From 8d69a49d800228196eed72f9988c36e40488cb36 Mon Sep 17 00:00:00 2001 From: CvH Date: Wed, 4 Jul 2018 14:17:23 +0200 Subject: [PATCH] mkpkg_libretro-ppsspp: update to new repo --- tools/mkpkg/mkpkg_libretro-ppsspp | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/tools/mkpkg/mkpkg_libretro-ppsspp b/tools/mkpkg/mkpkg_libretro-ppsspp index 6d8834a61b..1b2d7062e5 100755 --- a/tools/mkpkg/mkpkg_libretro-ppsspp +++ b/tools/mkpkg/mkpkg_libretro-ppsspp @@ -1,25 +1,26 @@ #!/bin/sh ################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2018-present Team LibreELEC # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # -# OpenELEC is free software: you can redistribute it and/or modify +# LibreELEC is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # -# OpenELEC is distributed in the hope that it will be useful, +# LibreELEC is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . +# along with LibreELEC. If not, see . ################################################################################ echo "getting sources..." if [ ! -d libretro-ppsspp.git ]; then - git clone --depth=1 --recursive https://github.com/libretro/ppsspp libretro-ppsspp.git + git clone --depth=1 --recursive https://github.com/hrydgard/ppsspp libretro-ppsspp.git fi cd libretro-ppsspp.git @@ -33,6 +34,12 @@ echo "copying sources..." echo "cleaning sources..." rm -rf libretro-ppsspp-$GIT_REV/.git + rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/android + rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/blackberry + rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/ios + rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/macosx + rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/symbian + rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/Windows* echo "packing sources..." tar cvJf libretro-ppsspp-$GIT_REV.tar.xz libretro-ppsspp-$GIT_REV