[Bug 727534] cerbero: Add support for non-standard Darwin .dylib filenames

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 3 15:18:00 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727534
  GStreamer | packages | unspecified

Andoni Morales <ylatuya> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ylatuya at gmail.com

--- Comment #3 from Andoni Morales <ylatuya at gmail.com> 2014-04-03 22:17:58 UTC ---
I am not sure this patch is completely correct as .dylib libraries are the
libraries used at link time, similar to libfoo.so files in linux.
The problem with this patch is that libfoo.dylib libraries that are now treated
as link libraries and packaged in the development packages will be also
packaged in the runtime package.
Can you please describe the project creating this kind of library?
I think the correct fix is in the recipe's post-install step, moving
libfoo.dylib to libfoo.0.dylib and link libfoo.dylib to libfoo.0.dylib.

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