using cerbero to package customized gstreamer code

Jun Xiao xiaojuntime at gmail.com
Sat Oct 29 10:53:13 UTC 2022


Thanks Nirbheek for the information!

Jun

On Sat, Oct 29, 2022 at 12:52 PM Nirbheek Chauhan
<nirbheek.chauhan at gmail.com> wrote:
>
> Hi,
>
> Yes, you can do this in the same way that the CI does it:
>
> https://gitlab.freedesktop.org/gstreamer/cerbero/-/blob/main/ci/cerbero_setup.sh#L104-105
>
> Basically, you put:
>
> recipes_commits = {'gstreamer-1.0': 'xiao/branch-name'}
> recipes_remotes = {'gstreamer-1.0': {'xiao': 'https://your-repository'}}
>
> In a file like localconf.cbc and then add `-c localconf.cbc` to all
> cerbero commands, like so:
>
> ./cerbero-uninstalled -c localconf.cbc -c config/<whatever>.cbc
> package gstreamer-1.0
>
> Since gstreamer is a monorepo now, you only need to specify one
> repository + branch.
>
> Cheers,
> Nirbheek
>
> On Thu, Oct 27, 2022 at 7:47 PM Jun Xiao via gstreamer-devel
> <gstreamer-devel at lists.freedesktop.org> wrote:
> >
> > Hi,
> >
> > Is it possible to use cerbero to package locally changed gstreamer
> > source code? It'll be great for any suggestions.
> >
> > Thanks,
> > Jun


More information about the gstreamer-devel mailing list