Date: Wednesday, July 28, 2021 @ 08:20:47 Author: alucryd Revision: 988539
upgpkg: libretro-play 6630-1 Modified: libretro-play/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-28 08:20:43 UTC (rev 988538) +++ PKGBUILD 2021-07-28 08:20:47 UTC (rev 988539) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-play -pkgver=6549 +pkgver=6630 pkgrel=1 pkgdesc='Sony PlayStation 2 core' arch=(x86_64) @@ -22,12 +22,13 @@ git libglvnd ) -_commit=126aabcb3483dc1d9697b2d09e5f3494bfa302ce +_commit=a214f0296e5803c6095c8c3f103382addef3f520 source=( libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit} play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git play-Framework::git+https://github.com/jpd002/Play--Framework.git + play-libchdr::git+https://github.com/jpd002/libchdr.git play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git git+https://github.com/SDWebImage/SDWebImage.git play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git @@ -42,6 +43,7 @@ SKIP SKIP SKIP + SKIP ) pkgver() { @@ -53,7 +55,7 @@ prepare() { cd libretro-play - for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do + for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur,libchdr}; do git submodule init ${submodule} git config submodule.${submodule}.url ../play-${submodule#*/} git submodule update ${submodule} @@ -80,7 +82,8 @@ -DBUILD_LIBRETRO_CORE=ON \ -DBUILD_PLAY=OFF \ -DBUILD_TESTS=OFF \ - -DENABLE_AMAZON_S3=OFF + -DENABLE_AMAZON_S3=OFF \ + -Wno-dev make -C build }
