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

2012-10-04 Thread SourceForge . net
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=detailatid=478072aid=3528911group_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=detailatid=478072aid=3528911group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


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

2012-06-30 Thread SourceForge . net
Patches item #3528911, was opened at 2012-05-22 12:26
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3528911group_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: Pending
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=detailatid=478072aid=3528911group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


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

2012-05-22 Thread SourceForge . net
Patches item #3528911, was opened at 2012-05-22 12:26
Message generated for change (Tracker Item Submitted) made by jberkel
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3528911group_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: Open
Resolution: None
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=detailatid=478072aid=3528911group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev