summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/dependencies/arch2
-rwxr-xr-xconfig/dependencies/debian1
-rw-r--r--config/dependencies/parabola2
-rwxr-xr-xconfig/dependencies/trisquel1
-rwxr-xr-xconfig/dependencies/ubuntu20041
-rwxr-xr-xconfig/dependencies/ubuntu24041
-rw-r--r--config/git/pcsx-redux/pkg.cfg3
-rw-r--r--config/submodule/pcsx-redux/module.list1
-rw-r--r--config/submodule/pcsx-redux/uC-sdk/module.cfg3
9 files changed, 14 insertions, 1 deletions
diff --git a/config/dependencies/arch b/config/dependencies/arch
index 588f47b3..6a0f93b7 100644
--- a/config/dependencies/arch
+++ b/config/dependencies/arch
@@ -9,4 +9,4 @@ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib \
"
-aur_notice="bdf-unifont unifont"
+aur_notice="bdf-unifont unifont cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
diff --git a/config/dependencies/debian b/config/dependencies/debian
index 3375064f..387cb288 100755
--- a/config/dependencies/debian
+++ b/config/dependencies/debian
@@ -12,4 +12,5 @@ libusb-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted pciutils
perl pkg-config python3 python3-distutils python3-pkg-resources python3-pycryptodome \
python3-pyelftools python3-setuptools python-is-python3 sharutils swig unar \
unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev ccache \
+g++-mipsel-linux-gnu make \
"
diff --git a/config/dependencies/parabola b/config/dependencies/parabola
index 50462afe..f598e491 100644
--- a/config/dependencies/parabola
+++ b/config/dependencies/parabola
@@ -9,3 +9,5 @@ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \
wget xz zlib ccache \
"
+
+aur_notice="cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
diff --git a/config/dependencies/trisquel b/config/dependencies/trisquel
index c8e40b43..a5e1fa13 100755
--- a/config/dependencies/trisquel
+++ b/config/dependencies/trisquel
@@ -12,4 +12,5 @@ libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \
pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \
python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \
sharutils swig fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev \
+g++-mipsel-linux-gnu make \
"
diff --git a/config/dependencies/ubuntu2004 b/config/dependencies/ubuntu2004
index e4b3ef10..8fe09aef 100755
--- a/config/dependencies/ubuntu2004
+++ b/config/dependencies/ubuntu2004
@@ -11,4 +11,5 @@ libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \
pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \
python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \
sharutils swig ttf-unifont unar unifont unzip uuid-dev wget zlib1g-dev ccache \
+g++-mipsel-linux-gnu make \
"
diff --git a/config/dependencies/ubuntu2404 b/config/dependencies/ubuntu2404
index 01e15521..a93d0b49 100755
--- a/config/dependencies/ubuntu2404
+++ b/config/dependencies/ubuntu2404
@@ -11,4 +11,5 @@ libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \
pciutils perl pkg-config python3 python3-pkg-resources python3-pycryptodome \
python3-pyelftools python3-setuptools python-is-python3 sharutils swig \
fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev ccache \
+g++-mipsel-linux-gnu make \
"
diff --git a/config/git/pcsx-redux/pkg.cfg b/config/git/pcsx-redux/pkg.cfg
new file mode 100644
index 00000000..0ae9a205
--- /dev/null
+++ b/config/git/pcsx-redux/pkg.cfg
@@ -0,0 +1,3 @@
+rev="6ec5348058413619b290b069adbdae68180ce8c0"
+url="https://github.com/grumpycoders/pcsx-redux"
+bkup_url="https://codeberg.org/vimuser/pcsx-redux"
diff --git a/config/submodule/pcsx-redux/module.list b/config/submodule/pcsx-redux/module.list
new file mode 100644
index 00000000..9b1f70ee
--- /dev/null
+++ b/config/submodule/pcsx-redux/module.list
@@ -0,0 +1 @@
+third_party/uC-sdk
diff --git a/config/submodule/pcsx-redux/uC-sdk/module.cfg b/config/submodule/pcsx-redux/uC-sdk/module.cfg
new file mode 100644
index 00000000..dd112407
--- /dev/null
+++ b/config/submodule/pcsx-redux/uC-sdk/module.cfg
@@ -0,0 +1,3 @@
+subhash="7c6f1973a16893cf1f0868af6f8e60a028b933ad"
+subrepo="https://github.com/grumpycoders/uC-sdk.git"
+subrepo_bkup="https://codeberg.org/vimuser/uC-sdk"