lubomyr / uae4arm

amiga emulator (android port)
GNU General Public License v2.0
61 stars 9 forks source link

CAPSImg for iOS #33

Open WeedyWeedSmoker opened 3 years ago

WeedyWeedSmoker commented 3 years ago

Sorry if this is the wrong place to post this, but can CAPSImg be compiled easily for iOS or does it need some rewriting?

Can you help me with this project? I'm maintaining the jailbroken iOS version of RetroArch and I would love to share a compatible version of CAPSImg, for iOS arm-64, and eventually for 32-bit too…

Thanks!

lubomyr commented 3 years ago

Hi, I think if it builded for arm64 for android devices, it can be also buided for ios. As i remember i did not use any patch for arm64 compilation. I also tried to build uae4arm with this lib for macos with apple m1 but stuck with compilation problem with another library mpeg2dec. I did not found solution how to resolve it.

вт, 18 трав. 2021, 23:00 користувач Weedy Weed Smoker < @.***> пише:

Sorry if this is the wrong place to post this, but can CAPSImg be compiled easily for iOS or does it need some rewriting?

Can you help me with this project? I'm maintaining the jailbroken iOS version of RetroArch and I would love to share a compatible version of CAPSImg, for iOS arm-64, and eventually for 32-bit too…

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lubomyr/uae4arm/issues/33, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSPVXUCPTKZPPP6TRYJR3TOLBMZANCNFSM45DGLTSQ .

WeedyWeedSmoker commented 3 years ago

Now that you mention it, I think CAPSImg could work as-is on iOS arm64 if it compiled for m1…

Did you try to compile CAPSImg alone for m1 ? Was the error with mpeg2dec separated, and related to uae4arm only ?

Thanks for the quick response!

lubomyr commented 3 years ago

I already do not remember if i tried to build CapsImg for m1. Error with mpeg2dec not related with uae4arm, but this lib is required for built it also as capsimg is required and some other libs. If i will have some free time i will try to build it on next weekend.

вт, 18 трав. 2021, 23:45 користувач Weedy Weed Smoker < @.***> пише:

Now that you mention it, I think CAPSImg could work as-is on iOS arm64 if it compiled for m1…

Did you try to compile CAPSImg alone for m1 ? Was the error with mpeg2dec separated, and related to uae4arm only ?

Thanks for the quick response!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lubomyr/uae4arm/issues/33#issuecomment-843548271, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSPVUCDSY7FMCW7PY7OPDTOLGYDANCNFSM45DGLTSQ .

WeedyWeedSmoker commented 3 years ago

@lubomyr Did you find any time to look into this?

Thanks!

lubomyr commented 3 years ago

@WeedyWeedSmoker Yes, I tried tobuild CapsImg for apple m1, and didn't notice any problem with compilation just simple steps: cd uae4arm/plugins/capsimage/CAPSImg autoconf ./configure make

зображення

all builded without any errors

WeedyWeedSmoker commented 3 years ago

@lubomyr That's great!

Do you know what commands could build a capsimg.so for iOS arm64 and armv7?

lubomyr commented 3 years ago

@WeedyWeedSmoker, I do not know. Sorry

WeedyWeedSmoker commented 3 years ago

@lubomyr Or maybe jut how to compile as another architecture, I just compiled on my Intel machine on macOS 11.4 and it only produces an x86_64 binary…

WeedyWeedSmoker commented 3 years ago

@lubomyr I think we can try with your compiled file… Could you send me the libcapsimage.dylib file to test it on iOS ?

WeedyWeedSmoker commented 3 years ago

@lubomyr I think I managed to do it… Let me try first!

Ok! I now have a fully functional capsimg.so for iOS 32 and 64 bits! Works fine in RetroArch…

Thanks for your kind help and your time!

adespoton commented 2 years ago

Think you could put that capsimg.so up on your page? I'm still not finding a prebuilt anywhere and don't want to re-create the journey you took in getting it to compile....

JohanMargueritte commented 2 years ago

@adespoton capsimage.so for iOS 32 & 64-bit : https://www.mediafire.com/file/dafvb1roszmsmbr/capsimg.so/file

adespoton commented 2 years ago

Thanks; oddly, RetroArch now crashes without warning instead of complaining about a lack of capsimg.so.

-Em

On Feb 14, 2022, at 2:09 AM, JohanMargueritte @.***> wrote:

 @adespoton capsimage.so for iOS 32 & 64-bit : https://www.mediafire.com/file/dafvb1roszmsmbr/capsimg.so/file

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.