Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updpatch: mupen64plus 2.5-25 #2831

Merged
merged 1 commit into from
Jul 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions mupen64plus/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
diff --git PKGBUILD PKGBUILD
index 35ff39b..5581979 100644
index 0fd6d1a..51a1214 100644
--- PKGBUILD
+++ PKGBUILD
@@ -18,16 +18,33 @@ makedepends=('boost' 'mesa')
@@ -17,14 +17,29 @@ depends=('boost-libs' 'freetype2' 'glu' 'libgl' 'libpng' 'libsamplerate' 'sdl2'
makedepends=('boost' 'mesa')
source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/${pkgver}/mupen64plus-bundle-src-${pkgver}.tar.gz"
'010-mupen64plus-ui-console-pie.patch'
'020-mupen64plus-core-gcc10-fix.patch'
- '030-mupen64plus-sdl12-compat-fix.patch'::'https://github.com/mupen64plus/mupen64plus-core/commit/5a5ffc0c78b0e255f54b15d2480f617d5cbc33ec.patch')
+ '030-mupen64plus-sdl12-compat-fix.patch'::'https://github.com/mupen64plus/mupen64plus-core/commit/5a5ffc0c78b0e255f54b15d2480f617d5cbc33ec.patch'
- '020-mupen64plus-core-gcc10-fix.patch')
+ '020-mupen64plus-core-gcc10-fix.patch'
+ '040-mupen64plus-video-glide64mk2-add-aarch64-support.patch'::'https://github.com/mupen64plus/mupen64plus-video-glide64mk2/pull/102.patch'
+ '050-mupen64plus-core-add-riscv-support.patch'::'https://github.com/mupen64plus/mupen64plus-core/pull/898.patch'
+ '051-mupen64plus-rsp-hle-add-riscv-support.patch'::'https://github.com/mupen64plus/mupen64plus-rsp-hle/pull/81.patch'
+ '052-mupen64plus-video-rice-add-riscv-support.patch'::'https://github.com/mupen64plus/mupen64plus-video-rice/pull/99.patch'
+ '053-mupen64plus-video-glide64mk2-add-riscv-support.patch'::'https://github.com/mupen64plus/mupen64plus-video-glide64mk2/pull/117.patch')
sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66'
'0b674779949ca90db9f156b56dd9d7be9847354f5b07ec73aa3a89dde79d6b6d'
'f84f262bcf2b748ccded4443735caba92926241f9238f545a621009f6ae64ef7'
- '1de522155742fd493075d051855e420a9bc98af2f4774ecb66b4fdef69a7adc4')
+ '1de522155742fd493075d051855e420a9bc98af2f4774ecb66b4fdef69a7adc4'
- 'f84f262bcf2b748ccded4443735caba92926241f9238f545a621009f6ae64ef7')
+ 'f84f262bcf2b748ccded4443735caba92926241f9238f545a621009f6ae64ef7'
+ '686a7ac7df984bc0c9a09309c89c99aca56fd5ad185819e79560ccdb9f3be02e'
+ '23242b5e22bdc6c1947db35e0af7507b2005788ae2473cb75df3c0b8a9d58c24'
+ '5624db9bc9271eaa82a562735b236c0a7c7564f64edf9fabd1c887b76ccd577e'
Expand All @@ -27,14 +26,11 @@ index 35ff39b..5581979 100644
prepare() {
patch -d "mupen64plus-bundle-src-${pkgver}" -Np1 -i "${srcdir}/010-mupen64plus-ui-console-pie.patch"
patch -d "mupen64plus-bundle-src-${pkgver}" -Np1 -i "${srcdir}/020-mupen64plus-core-gcc10-fix.patch"
patch -d "mupen64plus-bundle-src-${pkgver}/source/mupen64plus-core" -Np1 -i "${srcdir}/030-mupen64plus-sdl12-compat-fix.patch"
+
+ patch -d "mupen64plus-bundle-src-${pkgver}/source/mupen64plus-video-glide64mk2" -Np1 -i "${srcdir}/040-mupen64plus-video-glide64mk2-add-aarch64-support.patch" # Prepare for patch 043
+ patch -d "mupen64plus-bundle-src-${pkgver}/source/mupen64plus-core" -Np1 -i "${srcdir}/050-mupen64plus-core-add-riscv-support.patch"
+ patch -d "mupen64plus-bundle-src-${pkgver}/source/mupen64plus-rsp-hle" -Np1 -i "${srcdir}/051-mupen64plus-rsp-hle-add-riscv-support.patch"
+ patch -d "mupen64plus-bundle-src-${pkgver}/source/mupen64plus-video-rice" -Np1 -i "${srcdir}/052-mupen64plus-video-rice-add-riscv-support.patch"
+ patch -d "mupen64plus-bundle-src-${pkgver}/source/mupen64plus-video-glide64mk2" -Np1 -i "${srcdir}/053-mupen64plus-video-glide64mk2-add-riscv-support.patch"
+
}

build() {