Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285745 - media-plugins/audacious-plugins-2.1-r1: automagic on lame
Summary: media-plugins/audacious-plugins-2.1-r1: automagic on lame
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 18:30 UTC by Alexis Ballier
Modified: 2009-11-09 14:39 UTC (History)
1 user (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 Alexis Ballier gentoo-dev 2009-09-20 18:30:58 UTC
audacious-plugins $ grep lame *.ebuild
-> nothing

# scanelf -L -n -q -F '%n #F' /usr/lib64/audacious/Output/filewriter.so
/usr/lib/libgtk-x11-2.0.so.0,/usr/lib/libgobject-2.0.so.0,/usr/lib/libglib-2.0.so.0,/usr/lib/libmp3lame.so.0,/usr/lib/libvorbisenc.so.2,/usr/lib/libvorbis.so.0,/usr/lib/libogg.so.0,/usr/lib/libSAD.so.2,/lib/libc.so.6

configure.ac contains:
if test "x$enable_filewriter_mp3" = "xyes"; then
   AC_CHECK_LIB(mp3lame -lm, lame_init, [have_lame=yes], [have_lame=no])
   if test "x$have_lame" = "xyes"; then
      AC_DEFINE(FILEWRITER_MP3, 1, [Define if MP3 output part should be built])
          FILEWRITER_LIBS="$FILEWRITER_LIBS -lmp3lame"
   fi
fi


should be a matter of adding an useflag :)
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2009-11-09 14:39:07 UTC
+*audacious-plugins-2.2_beta2 (09 Nov 2009)
+
+  09 Nov 2009; <chainsaw@gentoo.org> +audacious-plugins-2.2_beta2.ebuild,
+  metadata.xml:
+  Version bump. Properly express dependency on LAME, as requested by Alexis
+  Ballier <aballier@gentoo.org> in bug #285745. The much-loved PulseAudio
+  returns and CUE files are now handled using libcue. ~alpha keyword lost
+  over this new dependency, filed bug #292526.