After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740085 - Minor cerbero functionality enhancements
Minor cerbero functionality enhancements
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-13 21:50 UTC by Nirbheek Chauhan
Modified: 2014-11-20 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
commands/wipe: Add an option to keep the downloaded sources during wipe (2.58 KB, patch)
2014-11-13 21:52 UTC, Nirbheek Chauhan
committed Details | Review
recipes/custom.py: Add FIXME about moving .la static plugin files (989 bytes, patch)
2014-11-13 21:54 UTC, Nirbheek Chauhan
committed Details | Review
cerbero/utils/git: Use 'cerbero_build' as the branch for applying patches (1.46 KB, patch)
2014-11-13 21:54 UTC, Nirbheek Chauhan
committed Details | Review

Description Nirbheek Chauhan 2014-11-13 21:50:52 UTC
The following three patches are self-explanatory minor functionality enhancements to Cerbero. Wasn't sure where to post them, so made an enhancement bug about them. :)
Comment 1 Nirbheek Chauhan 2014-11-13 21:52:26 UTC
Created attachment 290665 [details] [review]
commands/wipe: Add an option to keep the downloaded sources during wipe

This can be a shoot-yourself-in-the-foot thing, but can also be somewhat useful.
Comment 2 Nirbheek Chauhan 2014-11-13 21:54:06 UTC
Created attachment 290666 [details] [review]
recipes/custom.py: Add FIXME about moving .la static plugin files

While moving .la files, one must also update the libdir= field which contains an absolute path to the directory in which the .la was installed. Not doing so isn't fatal, but does yield ugly libtool warnings.

Fixing this isn't hard, but I feared breaking something so a FIXME comment is better than nothing. :)
Comment 3 Nirbheek Chauhan 2014-11-13 21:54:56 UTC
Created attachment 290667 [details] [review]
cerbero/utils/git: Use 'cerbero_build' as the branch for applying patches

Using just 'build' as the branch name is asking for trouble. A namespaced branch name seems more sensible.