Building specific branch / release of GStreamer with cerbero

Sebastian Dröge sebastian at centricular.com
Wed Feb 5 12:59:37 PST 2014


On Mi, 2014-02-05 at 10:11 -0700, Mike McNamara wrote:
> All,
> 
> I've been looking into how to build a specific release of GStreamer via cerbero.  Is it the case that you need to download the specific branch / tag of cerbero:
> 
> http://cgit.freedesktop.org/gstreamer/sdk/cerbero/tag/?id=1.2.0
> 
> http://cgit.freedesktop.org/gstreamer/sdk/cerbero/tag/?id=1.2.1
> 
> etc….  and it will build GStreamer as it existed for that particular release?  Any advice or guidance would be appreciated.  

You have to create a cerbero config file which has something like this
in it:

recipes_commits = {
  'gstreamer-1.0' : '1.2.2',
  'gstreamer-1.0-static' : '1.2.2',
  'gst-plugins-base-1.0' : '1.2.2',
  'gst-plugins-base-1.0-static' : '1.2.2',
  'gst-plugins-good-1.0' : '1.2.2',
  'gst-plugins-good-1.0-static' : '1.2.2',
  'gst-plugins-bad-1.0' : '1.2.2',
  'gst-plugins-bad-1.0-static' : '1.2.2',
  'gst-plugins-ugly-1.0' : '1.2.2',
  'gst-plugins-ugly-1.0-static' : '1.2.2',
  'gst-libav-1.0' : '1.2.2',
  'gst-libav-1.0-static' : '1.2.2',
}

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140205/a29c35b4/attachment.pgp>


More information about the gstreamer-devel mailing list