Am 28.12.2012 14:37, schrieb Klaus Schmidinger:
On 28.12.2012 14:19, Udo Richter wrote:
Plus, any updated plugin (at least any built-in plugin) does no longer create the *.so.$APIVERSION file, and there's no generic way to do this.
Well, then maybe this works (haven't tested it):
for i in *; do make -C $i all; cp $i/libvdr-$i.so ../../PLUGINS/lib/libvdr-$i.so.1.7.34; done
As I said, no generic way to do this. For example:
epgsearch/libvdr-conflictcheckonly.so epgsearch/libvdr-quickepgsearch.so epgsearch/libvdr-epgsearchonly.so epgsearch/libvdr-epgsearch.so
streamdev/client/libvdr-streamdev-client.so streamdev/server/libvdr-streamdev-server.so
servicedemo/libvdr-svccli.so servicedemo/libvdr-svcsvr.so
xineliboutput/libxineliboutput-fbfe.so.1.0.90-cvs xineliboutput/libvdr-xineliboutput.so.1.7.34 xineliboutput/libxineliboutput-sxfe.so.1.0.90-cvs
Different locations, different file names, sometimes multiple files, sometimes other .so files that are not needed. Until now, "make all" did that magic, and lots of plugins did it their way. Now there is no way to get all needed files except running "make install".