http://bugs.winehq.org/show_bug.cgi?id=14406
--- Comment #10 from Saulius K. saulius2@gmail.com 2009-03-14 13:21:19 --- Looks like AppDB needs another component added, one like "winemp3".
And then it seems Wine is using source comming from the year 1997:
| $ head -n 5 wine/dlls/winemp3.acm/layer3.c | /* | * Mpeg Layer-3 audio decoder | * -------------------------- | * copyright (c) 1995,1996,1997 by Michael Hipp.
While on stable Debian (now Lenny) we have a bit more fresh version:
| $ head -n 5 mpg123-1.4.3/src/libmpg123/layer3.c | /* | leyer3.c: the layer 3 decoder | | copyright 1995-2008 by the mpg123 project - free software under the terms of the LGPL 2.1 | see COPYING and AUTHORS files in distribution or http://mpg123.org
And it seems a porting person was Erich Pouech:
| $ git-blame dlls/winemp3.acm/layer3.c | head | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 1) /* | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 2) * Mpeg Layer-3 audio decoder | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 3) * -------------------------- | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 4) * copyright (c) 1995,1996,1997 by Michael Hipp. | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 5) * All rights reserved. See also 'README' | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 6) * This file has been copied from mpglib. | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 7) * | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 8) * This library is free software; you can redistribute it and/or | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 9) * modify it under the terms of the GNU Lesser General Public | b706b23a dlls/msacm/winemp3/layer3.c (Eric Pouech 2002-06-04 17:53:46 +0000 10) * License as published by the Free Software Foundation; either
billstei, you would probably like to assign this bug to Eric : ). His contacts could be found in the wiki:
[*] http://wiki.winehq.org/WhosWho#line-114