Difference between revisions of "Compiling ScummVM/Maemo"

Jump to navigation Jump to search
Line 52: Line 52:


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.
  mkdir faad
  cd faad
  apt-get source libfaad-dev
  cd faad2-2.6.1/
  sb2 ./bootstrap
Remove these lines from debian/patches/00list: 02_public-headers, 99_autotools-regenerated. These patches make it unbuildable in maemo.
  sb2 dpkg-buildpackage -b
  sb2 -eR dpkg -i ../*.deb


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

edits

Navigation menu