<div dir="ltr"><div><div>Hello,<br><br></div>I am running into issues I am unable to resolve by myself and I would appreciate some guidance.<br><br>I've cloned cerbero from the repo, and checked out tag 1.6.1. I am using ubuntu 14.04. I've done the following:<br><br></div><div>1. Added variants = ['alsa'] to config/cross-android.cbc<br></div><div>2. Typed ./cerbero-uninstalled -c config/cross-android.cbc show-config to ensure that alsa is enabled<br>3. Run ./cerbero-uninstalled -c config/cross-android.cbc bootstrap<br>4. Run ./cerbero-uninstalled -c config/cross-android.cbc package gstreamer-1.0<br><br></div><div>and apparently the lib file is not generated. What am I doing wrong?<br><br></div><div>Thanks,<br><br></div><div>Marcin<br></div><div><br>***** Error running 'build' command:<br>Recipe 'gst-plugins-base-1.0-static' failed at the build step 'post_install'<br>Traceback (most recent call last):<br>  File "./cerbero/build/oven.py", line 143, in _cook_recipe<br>    stepfunc()<br>  File "/home/marcin/aktivitis/radiokit/cerbero/recipes/custom.py", line 91, in post_install<br>    shutil.copyfile(src, dest)<br>  File "/usr/lib/python2.7/shutil.py", line 82, in copyfile<br>    with open(src, 'rb') as fsrc:<br>IOError: [Errno 2] No such file or directory: '/home/marcin/cerbero/sources/android_arm/gst-plugins-base-1.0-static-1.6/static-build/home/marcin/cerbero/dist/android_arm/lib/gstreamer-1.0/libgstalsa.a'<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-28 16:01 GMT+01:00 Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le samedi 28 novembre 2015 à 11:38 +0100, <a href="mailto:marcin@saepia.net">marcin@saepia.net</a> a écrit :<br>
> I need to run GStreamer on Android but with ALSA support which is not<br>
> present in the standard builds. Where can I find any instructions how<br>
> to make custom build for Android? I struggle to do this by myself.<br>
<br>
</span>You can clone the build environment we use, it's this repository:<br>
<br>
git clone git://<a href="http://anongit.freedesktop.org/gstreamer/cerbero" rel="noreferrer" target="_blank">anongit.freedesktop.org/gstreamer/cerbero</a><br>
<br>
There is a README for instructions. Don't forget the bootstrap step.<br>
<br>
cheers,<br>
Nicolas<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>