[PD-dev] [ pure-data-Patches-3528911 ] Better support for loading externals on Android

SourceForge.net noreply at sourceforge.net
Thu Oct 4 11:31:05 CEST 2012


Patches item #3528911, was opened at 2012-05-22 12:26
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3528911&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
>Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Jan Berkel (jberkel)
Assigned to: Nobody/Anonymous (nobody)
Summary: Better support for loading externals on Android

Initial Comment:
Native libs on Android have a few restrictions - they need to start with "lib", end in ".so" and may not contain tilde ('~'). At the moment apps using pd on Android work around this problem by renaming files, putting them into a zip archive and unzipping this archive when the app starts.

It would be nice to be able to load them directly from the app's lib directory. The attached patch changes the loader so that when resolving "z~" it will also look for "libz_tilde.so" in the current search path.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3528911&group_id=55736



More information about the Pd-dev mailing list