GNOME Bugzilla – Bug 765554
Add option to bundle all deps' files into the tarball
Last modified: 2018-01-09 15:36:40 UTC
It is annoying to have different tarballs for each part of gstreamer. It is easier to ship one big tarball containing everything instead.
Created attachment 326706 [details] [review] package: Add --embed-deps command line option When building tarball for a package, this option also pulls all package's deps (recursively) files into the tarball.
Created attachment 326800 [details] [review] package: Add --embed-deps command line option When building tarball for a package, this option also pulls all package's deps (recursively) files into the tarball.
Review of attachment 326800 [details] [review]: looks good to me
Created attachment 358790 [details] [review] package: Add --embed-deps command line option When building tarball for a package, this option also pulls all package's deps (recursively) files into the tarball.
Olivier: I don't have push persmissions for GStreamer, can you please merge it for me?
Nicolas pointed me that gstreamer-1.0.package already produce only one tarball because it's a MetaPackage. I didn't know about that special class of package and indeed that seems to cover my use case.