Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 253485

Summary: media-libs/gst-plugins-bad bundles an internal copy of libmodplug
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: GStreamer package maintainers <gstreamer>
Status: VERIFIED WONTFIX    
Severity: normal CC: esigra, rbu
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 251464, 266913    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-01-02 21:50:44 UTC
No comment.
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2009-01-02 22:13:31 UTC
It appears that the version of libmodplug inside gst-p-bad is heavily patched to make it usable, so we can't use the system version (which may or may not be usable).
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2009-04-20 22:18:22 UTC
From upstream gst-plugins-bad log:

commit bf7ccbe0f8fd834ef186e5c266e40acaadf5536d
Author: Hans de Goede <jwrdegoede@fedoraproject.org>
Date:   Sat Jan 24 18:13:39 2009 +0100

    Build the modplug plugin against the modplug library and remove our copy
    
    Always build the modplug plugin against the system modplug library
    and remove our own copy. Using the system version has advantages
    if security issues or other critical bugs are found in libmodplug
    and our own copy wasn't really maintained anyway.
    
    Also our copy only contained some patches to use GLib types and functions.
    Fixes bug #568837.