mirror of https://github.com/utmapp/UTM.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
2.5 KiB
39 lines
2.5 KiB
#!/bin/sh
|
|
|
|
# Source files for qemu
|
|
FFI_SRC="https://sourceware.org/ftp/libffi/libffi-3.3.tar.gz"
|
|
ICONV_SRC="https://ftp.gnu.org/gnu/libiconv/libiconv-1.16.tar.gz"
|
|
GETTEXT_SRC="https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.gz"
|
|
PNG_SRC="https://ftp.osuosl.org/pub/blfs/conglomeration/libpng/libpng-1.6.37.tar.xz"
|
|
JPEG_TURBO_SRC="https://ftp.osuosl.org/pub/blfs/conglomeration/libjpeg-turbo/libjpeg-turbo-1.5.3.tar.gz"
|
|
GLIB_SRC="https://download.gnome.org/sources/glib/2.55/glib-2.55.2.tar.xz"
|
|
GPG_ERROR_SRC="https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.38.tar.gz"
|
|
GCRYPT_SRC="https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.4.tar.gz"
|
|
PIXMAN_SRC="https://www.cairographics.org/releases/pixman-0.38.0.tar.gz"
|
|
OPENSSL_SRC="https://www.openssl.org/source/old/1.1.1/openssl-1.1.1b.tar.gz"
|
|
OPUS_SRC="https://archive.mozilla.org/pub/opus/opus-1.3.tar.gz"
|
|
SPICE_PROTOCOL_SRC="https://www.spice-space.org/download/releases/spice-protocol-0.12.15.tar.bz2"
|
|
SPICE_SERVER_SRC="https://www.spice-space.org/download/releases/spice-server/spice-0.14.1.tar.bz2"
|
|
USB_SRC="https://github.com/libusb/libusb/releases/download/v1.0.24/libusb-1.0.24.tar.bz2"
|
|
USBREDIR_SRC="https://www.spice-space.org/download/usbredir/usbredir-0.8.0.tar.bz2"
|
|
QEMU_SRC="https://download.qemu.org/qemu-6.0.0.tar.xz"
|
|
|
|
# Source files for spice-client
|
|
JSON_GLIB_SRC="https://ftp.gnome.org/pub/GNOME/sources/json-glib/1.2/json-glib-1.2.8.tar.xz"
|
|
GST_SRC="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.15.2.tar.xz"
|
|
GST_BASE_SRC="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.15.2.tar.xz"
|
|
GST_GOOD_SRC="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.15.2.tar.xz"
|
|
XML2_SRC="http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz"
|
|
SOUP_SRC="https://ftp.gnome.org/pub/GNOME/sources/libsoup/2.65/libsoup-2.65.1.tar.xz"
|
|
PHODAV_SRC="http://ftp.gnome.org/pub/GNOME/sources/phodav/2.2/phodav-2.2.tar.xz"
|
|
SPICE_CLIENT_SRC="https://www.spice-space.org/download/gtk/spice-gtk-0.36.tar.bz2"
|
|
|
|
# Source files for GPU acceleration
|
|
DEPOT_TOOLS_REPO="https://chromium.googlesource.com/chromium/tools/depot_tools.git"
|
|
DEPOT_TOOLS_COMMIT="1cabb17575917b73ec2e270d4187656c20b1ab0c"
|
|
ANGLE_REPO="https://chromium.googlesource.com/angle/angle"
|
|
ANGLE_COMMIT="d15be77864e18f407c317be6f6bc06ee2b7d070a"
|
|
EPOXY_REPO="https://github.com/akihikodaki/libepoxy.git"
|
|
EPOXY_COMMIT="d9c8a226fa89af000117f8d73d4b959c506ce0ef"
|
|
VIRGLRENDERER_REPO="https://github.com/akihikodaki/virglrenderer.git"
|
|
VIRGLRENDERER_COMMIT="8d33e8aff63afac76f0c816b4f92a0a7bea04fb5"
|