[Bug 735963] osx: missing links *1.0.0.dylib -> *1.0.dylib

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 4 03:59:15 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735963
  GStreamer | packages | 1.4.1

--- Comment #2 from Andoni Morales <ylatuya at gmail.com> 2014-09-04 10:59:13 UTC ---
(In reply to comment #1)
> That's confusing though, I would assume that the .0.dylib files are to be used
> at runtime and the .dylib files for compilation. Not the other way around.
> Andoni?
> 
> Did you install the -devel and runtime binaries btw? Or only one of them?

In OS X, libraries links with the full path that's set in the list of shared
libraries in GStreamer.dylib, the library used when linking against the
GStreamer framework:

$ otool -L /Library/Frameworks/GStreamer.framework/GStreamer.dylib


The runtime library libgstapp-1.0.0.dylib should be provided by the runtime
package. It looks like you only installed -devel.

This raises another issue, should we make the -devel package depend on the
runtime? That shouldn't too complicated.

-- 
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