vita3k-git: fix dependencies and enable vulkan support
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7b4cfc80d9
commit
61e009d51a
2 changed files with 57 additions and 39 deletions
|
@ -1,48 +1,45 @@
|
|||
pkgbase = vita3k-git
|
||||
pkgdesc = Experimental PlayStation Vita emulator
|
||||
pkgver = r1293.164267bb
|
||||
pkgver = r1362.c43b0969
|
||||
pkgrel = 1
|
||||
url = https://vita3k.org/
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = boost
|
||||
makedepends = clang
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
makedepends = python
|
||||
makedepends = python2
|
||||
makedepends = vulkan-headers
|
||||
makedepends = glslang
|
||||
makedepends = gtest
|
||||
depends = boost
|
||||
depends = boost-libs
|
||||
depends = gtk3
|
||||
depends = sdl2
|
||||
depends = capstone
|
||||
depends = spdlog
|
||||
depends = unicorn
|
||||
depends = yaml-cpp
|
||||
depends = pugixml
|
||||
depends = ffmpeg
|
||||
depends = vulkan-icd-loader
|
||||
depends = elfio
|
||||
depends = stb
|
||||
depends = discord-rpc-api
|
||||
depends = spirv-cross
|
||||
provides = vita3k
|
||||
conflicts = vita3k
|
||||
source = git+https://github.com/vita3k/vita3k.git
|
||||
source = git+https://github.com/serge1/ELFIO.git
|
||||
source = git+https://github.com/aquynh/capstone.git
|
||||
source = git+https://github.com/vitasdk/vita-headers.git
|
||||
source = git+https://github.com/jbeder/yaml-cpp.git
|
||||
source = git+https://github.com/Vita3K/vita-toolchain.git
|
||||
source = git+https://github.com/jonasmr/microprofile.git
|
||||
source = git+https://github.com/tcbrindle/sdl2-cmake-scripts.git
|
||||
source = git+https://github.com/gabime/spdlog.git
|
||||
source = git+https://github.com/nothings/stb.git
|
||||
source = git+https://github.com/tronkko/dirent.git
|
||||
source = git+https://github.com/B-Con/crypto-algorithms.git
|
||||
source = git+https://github.com/ocornut/imgui.git
|
||||
source = git+https://github.com/google/googletest.git
|
||||
source = git+https://github.com/Vita3K/shaders-db.git
|
||||
source = git+https://github.com/Vita3K/ext-boost.git
|
||||
source = git+https://github.com/KhronosGroup/glslang.git
|
||||
source = git+https://github.com/vita3k/SPIRV-Cross.git
|
||||
source = git+https://github.com/Vita3K/dlmalloc.git
|
||||
source = git+https://github.com/vita3k/printf.git
|
||||
source = git+https://github.com/ocornut/imgui_club.git
|
||||
source = git+https://github.com/unicorn-engine/unicorn.git
|
||||
source = git+https://github.com/discordapp/discord-rpc.git
|
||||
source = git+https://github.com/zeux/pugixml.git
|
||||
source = git+https://github.com/aantron/better-enums.git
|
||||
source = git+https://github.com/illusionman1212/nativefiledialog-cmake.git
|
||||
source = git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||
|
@ -68,6 +65,14 @@ pkgbase = vita3k-git
|
|||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = vita3k-git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue