Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206943 - media-sound/timidity++ comes with an internal copy of libmikmod
Summary: media-sound/timidity++ comes with an internal copy of libmikmod
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2008-01-21 21:43 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-07-24 08:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-01-21 21:43:45 UTC
Even if they changed name in the sources, the name is found in the header of the source file.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-07-24 08:57:59 UTC
Yes, code was used it but it hardly is the same lib anymore. Considering libmikmod's AND timidity++'s development has both stopped, there's very little change the upstreams "getting together" again.


Code in this directory was modified by Paolo Bonzini <bonzini@gnu.org> starting
from libmikmod 3.1.8

libmikmod was cleaned up, removing code that was needed by libmikmod's
portability (MD_) layer and data that were needed by the player.  The player
itself now forms the core of TiMidity++'s mod.c file but is detached from
libunimod which is nothing more a generic module->UNI converter.  In addition,
libmikmod's own portable file I/O routines were changed to rely on libarc's
URL objects.

The code should be compatible enough that new libmikmod loaders should be
plugged in without even touching the code (only mloader.c's final part).
Some might require changing MREADER * to URL (e.g. amf, it).