drc: add a timing hack for Internal Section
[pcsx_rearmed.git] / .github / extract-foreign-all.sh
CommitLineData
5d53bb85 1#!/bin/bash
2
3ARCH_="$1"
4.github/extract-foreign.sh "zlib1g-dev:${ARCH_}"
5.github/extract-foreign.sh "zlib1g:${ARCH_}"
6.github/extract-foreign.sh "libpng-dev:${ARCH_}"
7.github/extract-foreign.sh "libpng[0-9]*:${ARCH_}"
8.github/extract-foreign.sh "libsdl1.2-dev:${ARCH_}"
9.github/extract-foreign.sh "libsdl1.2debian:${ARCH_}"
10# endless libsdl deps
11.github/extract-foreign.sh "libasound[2-9]:${ARCH_}"
12.github/extract-foreign.sh "libpulse[0-9]:${ARCH_}"
13.github/extract-foreign.sh "libx11-[6-9]:${ARCH_}"
14.github/extract-foreign.sh "libx11-dev:${ARCH_}"
15.github/extract-foreign.sh "x11proto-dev"
16.github/extract-foreign.sh "libxext[6-9]:${ARCH_}"
17.github/extract-foreign.sh "libxcb1:${ARCH_}"
18.github/extract-foreign.sh "libxau[6-9]:${ARCH_}"
19.github/extract-foreign.sh "libxdmcp[6-9]:${ARCH_}"
20.github/extract-foreign.sh "libcaca[0-9]:${ARCH_}"
21.github/extract-foreign.sh "libdbus-[0-9]*:${ARCH_}"
22.github/extract-foreign.sh "libslang[2-9]:${ARCH_}"
23.github/extract-foreign.sh "libncursesw[6-9]:${ARCH_}"
24.github/extract-foreign.sh "libtinfo[6-9]:${ARCH_}"
25.github/extract-foreign.sh "libsystemd[0-9]:${ARCH_}"
26.github/extract-foreign.sh "libwrap[0-9]:${ARCH_}"
27.github/extract-foreign.sh "libsndfile[0-9]:${ARCH_}"
28.github/extract-foreign.sh "libasyncns[0-9]:${ARCH_}"
29.github/extract-foreign.sh "libbsd[0-9]:${ARCH_}"
30.github/extract-foreign.sh "liblzma[0-9]:${ARCH_}"
31.github/extract-foreign.sh "liblz[4-9]-*:${ARCH_}"
32.github/extract-foreign.sh "libgcrypt[0-9]*:${ARCH_}"
33.github/extract-foreign.sh "libflac[0-9]:${ARCH_}"
34.github/extract-foreign.sh "libogg[0-9]:${ARCH_}"
35.github/extract-foreign.sh "libvorbis[0-9]*:${ARCH_}"
36.github/extract-foreign.sh "libvorbisenc[2-9]:${ARCH_}"
37.github/extract-foreign.sh "libgpg-error[0-9]:${ARCH_}"