[Bug 763576] New: filesprovider: Do not expect Android libs to have version-info symlinks
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Mar 13 19:47:08 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=763576
Bug ID: 763576
Summary: filesprovider: Do not expect Android libs to have
version-info symlinks
Classification: Platform
Product: GStreamer
Version: git master
OS: All
Status: NEW
Severity: major
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: marcin at saepia.net
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 323809
--> https://bugzilla.gnome.org/attachment.cgi?id=323809&action=edit
Patch fixing the issue
Android, despite being based on Linux, does not support libtool versions.
As a result, libtool creates only .so files for Android libraries, .so.*
symlinks are not present. That caused problem while building package that
had dependencies that hadn't explicitely listed library file names (like
it happens in GStreamer) - files_libs from dependencies were not found
while packaging for Android.
The attached patch fixes the issue.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list