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

addpatch: retroarch #2951

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
38 changes: 38 additions & 0 deletions retroarch/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
--- PKGBUILD 2023-09-10 00:55:26.455719410 -0700
+++ PKGBUILD-riscv 2023-09-10 00:52:21.902014518 -0700
@@ -6,13 +6,12 @@
pkgver=1.15.0
pkgrel=3
pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
+arch=('x86_64' 'riscv64')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to change here for a minimal patch, our build script will do this automatically. :)

url=http://www.libretro.com/
license=(GPL)
groups=(libretro)
depends=(
alsa-lib
- ffmpeg
flac
libass.so
libdrm
@@ -31,7 +30,6 @@
zlib
)
makedepends=(
- gamemode
git
libdecor
libx11
@@ -88,8 +86,10 @@
--disable-cg \
--disable-jack \
--disable-oss \
- --disable-sdl \
- --enable-dbus
+ --enable-dbus \
+ --enable-opengles \
+ --enable-egl \
+ --disable-ffmpeg
make
make -C libretro-common/audio/dsp_filters
make -C gfx/video_filters