GNOME Bugzilla – Bug 768661
cerbero: add recipe for libunwind
Last modified: 2016-07-25 07:00:39 UTC
.
Created attachment 331199 [details] [review] libunwind: add recipe
Do we want to add this as a dep when building gst core on Linux? Or should we let people we care about it build it manually in their cerbero tree and then rebuild core?
This only makes sense on Linux (or ELF based systems), right? So maybe add it for Linux, make it a variant and have that enabled by default for normal Linux and optional for Android (or anything else).
Review of attachment 331199 [details] [review]: ::: recipes/libunwind.recipe @@ +4,3 @@ + name = 'libunwind' + version = '1.1' + licenses = [License.MIT] According to Debian, it's having the expat license. Not MIT
(In reply to Sebastian Dröge (slomo) from comment #4) > Review of attachment 331199 [details] [review] [review]: > > ::: recipes/libunwind.recipe > @@ +4,3 @@ > + name = 'libunwind' > + version = '1.1' > + licenses = [License.MIT] > > According to Debian, it's having the expat license. Not MIT http://www.nongnu.org/libunwind/download.html claims it's MIT. but http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob;f=LICENSE;h=c9b44cb8aaebb163e8524d67558696aa965ad0ec;hb=HEAD is not that clear.
Created attachment 331202 [details] [review] gstreamer-1.0: add 'unwind' variant
Attachment 331199 [details] pushed as 297d649 - libunwind: add recipe Attachment 331202 [details] pushed as b543485 - gstreamer-1.0: add 'unwind' variant
commit 28ed2009cf32cbd928013c8476bfe38465b93f34 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Jul 25 09:48:55 2016 +0300 gstreamer-1.0: Add libunwind to the files list if variant is selected