Chopping vitasdk modules I don't need
This commit is contained in:
8
.github/workflows/build-helloworld-vita.yml
vendored
8
.github/workflows/build-helloworld-vita.yml
vendored
@ -12,7 +12,15 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
# - name: Cache VITASDK
|
||||||
|
# id: cache-vitasdk
|
||||||
|
# uses: actions/cache@v3
|
||||||
|
# with:
|
||||||
|
# path: ${VITASDK}
|
||||||
|
# key: ${{ runner.os }}-vitasdk
|
||||||
|
|
||||||
- name: Install Vita Toolchain
|
- name: Install Vita Toolchain
|
||||||
|
# if: steps.cache-vitasdk.outputs.cache-hit != 'true'
|
||||||
run: ./ci/install-vita-toolchain.sh
|
run: ./ci/install-vita-toolchain.sh
|
||||||
|
|
||||||
- name: Install Libraries
|
- name: Install Libraries
|
||||||
|
@ -9,46 +9,11 @@ git clone https://github.com/vitasdk/packages.git ~/vitapackages
|
|||||||
cd ~/vitapackages
|
cd ~/vitapackages
|
||||||
|
|
||||||
dir_array=(
|
dir_array=(
|
||||||
zlib
|
zlib
|
||||||
bzip2
|
bzip2
|
||||||
libzip
|
|
||||||
libpng
|
|
||||||
libexif
|
|
||||||
libjpeg-turbo
|
|
||||||
jansson
|
|
||||||
yaml-cpp
|
|
||||||
freetype
|
|
||||||
harfbuzz
|
|
||||||
fftw
|
|
||||||
libvita2d
|
|
||||||
libvita2d_ext
|
|
||||||
libmad
|
|
||||||
libogg
|
|
||||||
libvorbis
|
|
||||||
flac
|
|
||||||
libtheora
|
|
||||||
libtremor
|
|
||||||
libmikmod
|
|
||||||
libftpvita
|
|
||||||
henkaku
|
henkaku
|
||||||
taihen
|
taihen
|
||||||
kubridge
|
kubridge
|
||||||
libk
|
|
||||||
libdebugnet
|
|
||||||
onigmo
|
|
||||||
libwebp
|
|
||||||
sdl
|
|
||||||
sdl_image
|
|
||||||
sdl_mixer
|
|
||||||
sdl_net
|
|
||||||
sdl_ttf
|
|
||||||
sdl_gfx
|
|
||||||
sdl2
|
|
||||||
sdl2_image
|
|
||||||
sdl2_mixer
|
|
||||||
sdl2_net
|
|
||||||
sdl2_ttf
|
|
||||||
sdl2_gfx
|
|
||||||
openal-soft
|
openal-soft
|
||||||
openssl
|
openssl
|
||||||
curl
|
curl
|
||||||
@ -56,58 +21,12 @@ dir_array=(
|
|||||||
expat
|
expat
|
||||||
opus
|
opus
|
||||||
opusfile
|
opusfile
|
||||||
unrar
|
|
||||||
glm
|
glm
|
||||||
libxml2
|
kuio
|
||||||
speexdsp
|
|
||||||
pixman
|
|
||||||
TinyGL
|
|
||||||
kuio #Issues
|
|
||||||
taipool
|
|
||||||
mpg123
|
|
||||||
libmpeg2
|
|
||||||
soloud
|
|
||||||
quirc
|
|
||||||
Box2D
|
|
||||||
libsndfile
|
|
||||||
xz
|
|
||||||
libarchive
|
|
||||||
bullet
|
|
||||||
libimagequant
|
|
||||||
libmodplug
|
|
||||||
libconfig
|
|
||||||
libsodium
|
|
||||||
vitaShaRK
|
vitaShaRK
|
||||||
libmathneon
|
libmathneon
|
||||||
vitaGL
|
vitaGL
|
||||||
imgui
|
|
||||||
imgui-vita2d
|
|
||||||
libbaremetal
|
|
||||||
minizip
|
|
||||||
jsoncpp
|
|
||||||
lame
|
|
||||||
ffmpeg
|
|
||||||
physfs
|
|
||||||
vita-rss-libdl
|
|
||||||
luajit
|
|
||||||
tinyxml2
|
|
||||||
cpython
|
|
||||||
asio
|
|
||||||
assimp
|
|
||||||
opensles
|
|
||||||
cpr
|
|
||||||
libintl
|
|
||||||
libopenmpt
|
|
||||||
libvpx
|
|
||||||
zstd
|
|
||||||
libpcre2
|
|
||||||
fribidi
|
|
||||||
libass
|
|
||||||
websocketpp
|
|
||||||
wslay
|
|
||||||
SceShaccCgExt
|
SceShaccCgExt
|
||||||
boost
|
|
||||||
pib
|
|
||||||
)
|
)
|
||||||
|
|
||||||
curdir=$(pwd)
|
curdir=$(pwd)
|
||||||
|
Reference in New Issue
Block a user