Date: Wednesday, January 19, 2022 @ 09:23:44 Author: alucryd Revision: 1110424
retroarch 1.9.14-3: add glglang and spirv-tools to makedeps Modified: retroarch/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-19 09:22:24 UTC (rev 1110423) +++ PKGBUILD 2022-01-19 09:23:44 UTC (rev 1110424) @@ -4,7 +4,7 @@ pkgname=retroarch pkgver=1.9.14 -pkgrel=2 +pkgrel=3 pkgdesc='Reference frontend for the libretro API' arch=(x86_64) url=http://www.libretro.com/ @@ -36,6 +36,7 @@ ) makedepends=( git + glslang libx11 libxcb libxext @@ -44,6 +45,7 @@ libxrandr libxv libxxf86vm + spirv-tools vulkan-icd-loader wayland wayland-protocols @@ -64,28 +66,24 @@ git+https://github.com/libretro/RetroArch.git#tag=${_tag} retroarch-config.patch ) -sha256sums=( +b2sums=( SKIP - 7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e + 5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a ) pkgver() { cd RetroArch - git describe --tags | sed 's/^v//' } prepare() { cd RetroArch - patch -Np1 -i ../retroarch-config.patch - git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843 } build() { cd RetroArch - ./configure \ --prefix=/usr \ --disable-builtinflac \ @@ -104,9 +102,7 @@ package() { cd RetroArch - make DESTDIR="${pkgdir}" install - install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t "${pkgdir}"/usr/lib/retroarch/filters/audio/ install -Dm 644 gfx/video_filters/*.{filt,so} -t "${pkgdir}"/usr/lib/retroarch/filters/video/ }
