Difference between revisions of "Compiling ScummVM/Maemo"

Jump to navigation Jump to search
Line 49: Line 49:
   sb2 -eR dpkg -i git_1.6.2-1_armel.deb
   sb2 -eR dpkg -i git_1.6.2-1_armel.deb


== Optional: Install libfaad inside SDK environment ==
== Optional: Install libfaad-dev inside SDK environment ==


The libfaad version that's in maemo-extras is outdated and so we need to use the Lenny one (without the debian patches that make it unbuildable in maemo) and without dynamically linking to it so that it doesn't become a runtime dependency that's not available in maemo-extras.
The libfaad version that's in maemo-extras is outdated and so we need to use the Lenny one (without the debian patches that make it unbuildable in maemo) and without dynamically linking to it so that it doesn't become a runtime dependency that's not available in maemo-extras.
Line 62: Line 62:


   sb2 dpkg-buildpackage -b
   sb2 dpkg-buildpackage -b
   sb2 -eR dpkg -i ../*.deb
   sb2 -eR dpkg -i ../libfaad*.deb
 
Then we delete the libfaad.so from the SDK environment so that it statically links to libfaad.a
 
  rm ~/.maemo-sdk/rootstraps/armel/diablo4.1.2_armel/usr/lib/libfaad.so*


== Ensure Packaging Files Are Available In Source Tree Root ==
== Ensure Packaging Files Are Available In Source Tree Root ==
92

edits

Navigation menu