GNOME Bugzilla – Bug 785524
Fix the Flatpak build
Last modified: 2017-08-01 15:55:06 UTC
.
Created attachment 356510 [details] [review] flatpak: Install totem-pl-parser in the right place
Created attachment 356511 [details] [review] flatpak: Build gom with meson
Created attachment 356512 [details] [review] flatpak: Build Totem with meson
After these 3 patches Totem still doesn't build, because it needs a newer Meson than what's in the Sdk. I'll see whether we can upgrade Meson in the Sdk, or whether we'll need to find another solution.
Review of attachment 356510 [details] [review]: Where was it installing before? Can you please add this information in the commit message?
Review of attachment 356511 [details] [review]: Yes.
Review of attachment 356512 [details] [review]: Duh!
Created attachment 356534 [details] [review] flatpak: Install totem-pl-parser in the right place By default, Meson uses /usr/lib64 as libdir in Flatpak, but we really want everything installed in /usr/lib.
Created attachment 356535 [details] [review] flatpak: Build gom with meson
Created attachment 356536 [details] [review] flatpak: Build Totem with meson
Review of attachment 356534 [details] [review]: Yep!
Review of attachment 356535 [details] [review]: Yep.
Review of attachment 356536 [details] [review]: Yup yup.
Attachment 356534 [details] pushed as bc13dc3 - flatpak: Install totem-pl-parser in the right place Attachment 356535 [details] pushed as ae02067 - flatpak: Build gom with meson Attachment 356536 [details] pushed as eae1ce1 - flatpak: Build Totem with meson