[Bug 730122] cerbero: Add support to latest pitivi + add a linux bundling system based on AppImageKit

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 14 08:17:58 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730122
  GStreamer | packages | 1.x

Andoni Morales <ylatuya> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ylatuya at gmail.com

--- Comment #1 from Andoni Morales <ylatuya at gmail.com> 2014-05-14 15:17:52 UTC ---
Last time I reviewed there was still some issues to review:
  * Check that all the new recipes are listing files correctly
  * In the Appkit packager, use the packages files listing to only include the
files needed by the application package instead copying the whole prefix and
than removing files that are not needed.


This is what the Appkit packager is currently doing:

+ def _copy_installdir(self):
+ shell.call("rm -rf %s" %(self.tmp_install_dir), fail=False)
+ shell.call("cp -pR %s %s" %(self.config.install_dir, self.tmp_install_dir))
+
+ def _clean_install_path(self): 


But it should be using self.package.files_list() like in

https://gitlab.com/thiblahute/cerbero/blob/master/cerbero/packages/osx/packager.py#L375

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list