[Bug 740084] Install missing libtool files and versioned shared libraries for a bunch of recipes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 20 02:02:54 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740084
  GStreamer | cerbero | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #290664|none                        |needs-work
             status|                            |

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-11-20 10:02:49 UTC ---
Review of attachment 290664:
 --> (https://bugzilla.gnome.org/review?bug=740084&attachment=290664)

::: recipes/openh264/versioned-shared-library.patch
@@ +20,3 @@
++ifneq ($(filter $(OS),android linux ios darwin freebsd),)
++SHAREDLIBVERSION=.0
++SHAREDLIBSUFFIXVER=$(SHAREDLIBSUFFIX)$(SHAREDLIBVERSION)

I don't think this is correct for ios and darwin. There you usually have
libfoo.X.dylib instead of libfoo.so.X, e.g. libgstreamer-1.0.0.dylib instead of
libgstreamer-1.0.dylib.0. Additionally like on other systems you also have a
libfoo.dylib without the version.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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