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

Conversation

sajattack
Copy link

Enables some options to support more weak graphics apis and disables ffmpeg and gamemode, which were causing issues for me.

@Xeonacid
Copy link
Collaborator

and disables ffmpeg and gamemode, which were causing issues for me.

Could you explain what issue you are facing for a backlog? Thanks!

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. :)

@sajattack
Copy link
Author

and disables ffmpeg and gamemode, which were causing issues for me.

Could you explain what issue you are facing for a backlog? Thanks!

ffmpeg was complaining about opencl linkage which I might have broken unrelatedly. It might not be necessary for this patch to exclude ffmpeg. However it seems like a bulky dependency that probably adds little value. A package for gamemode doesn't exist.

@Xeonacid
Copy link
Collaborator

A package for gamemode doesn't exist.

Do you mean the gamemode package? It exists in our repository though I don't test if it works fine. 🤔

@sajattack
Copy link
Author

Ok I'll spend some more time investigating gamemode and ffmpeg another time. Maybe next weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants