mali
-
^ NAND wear is a myth, don't worry.
SomeGuy99 said:I look forward to this torrent.
Nod51 said:Why not just run:
ldd [the .so]
and get list of dependencies instead?
If I had some time I would write a perl/bash script that would ldd every .so that came back till the dependency list didn't grow, then make a bz2 out of that list.
Update:
"..wall of text.."
but I am lazy
ldd libflashplayer.so | grep "not found"
libcurl.so.4 => not found
libosso.so.1 => not found
libplayback-1.so.0 => not found
libhildonfm.so.2 => not found
libgnomevfs-2.so.0 => not found
libhildon-1.so.0 => not found
GizmoTheGreen said:Nod51 said:Why not just run:
ldd [the .so]
and get list of dependencies instead?
If I had some time I would write a perl/bash script that would ldd every .so that came back till the dependency list didn't grow, then make a bz2 out of that list.
Update:
"..wall of text.."
but I am lazy
ldd libflashplayer.so | grep "not found"
libcurl.so.4 => not found
libosso.so.1 => not found
libplayback-1.so.0 => not found
libhildonfm.so.2 => not found
libgnomevfs-2.so.0 => not found
libhildon-1.so.0 => not found
on my pandora: ldd: Command not found
htl2001 said:http://smokescreen.us/
also, why is this depending on gvfs?
... Like flash ?Nod51 said:*cross fingers that there is no proprietary GUI lib tie in*
sebt3 said:... Like flash ?Nod51 said:*cross fingers that there is no proprietary GUI lib tie in*
OK --->[]
paul@yay ~ $ readelf -r libflashplayer.so | grep osso
0063d8fc 00006616 R_ARM_JUMP_SLOT 00000000 osso_hw_set_event_cb
0063da68 0000c116 R_ARM_JUMP_SLOT 00000000 osso_initialize
0063dae4 0000e016 R_ARM_JUMP_SLOT 00000000 osso_hw_unset_event_cb
0063dbac 00011316 R_ARM_JUMP_SLOT 00000000 osso_system_note_dialo
0063dc28 00013316 R_ARM_JUMP_SLOT 00000000 osso_display_blanking_
0063dc60 00014116 R_ARM_JUMP_SLOT 00000000 osso_hw_set_display_ev
0063ddcc 00019d16 R_ARM_JUMP_SLOT 00000000 osso_deinitialize
0063df0c 0001f016 R_ARM_JUMP_SLOT 00000000 osso_display_state_on
0063dfb0 00021a16 R_ARM_JUMP_SLOT 00000000 osso_mem_get_free
paul@yay ~ $ readelf -r libflashplayer.so | grep hildon
0063d804 00002716 R_ARM_JUMP_SLOT 00000000 hildon_note_new_confir
0063d810 00002a16 R_ARM_JUMP_SLOT 00000000 hildon_gtk_im_context_
0063db28 0000f116 R_ARM_JUMP_SLOT 00000000 hildon_file_chooser_di
fettouhi said:Hasn't anybody tried gnash, swfdec or lightspark?