"MP3 Audio Decoder plugin not found"
This is the function of writing mp3s into an audio cd.
I'm trying to figure out how to fix this error.
I've rebuilt k3b with and without ffmpeg, libav, whatever combination, same error.
Code: Select all
m17xr3 ~ # emerge -Dav k3b
* IMPORTANT: 16 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R *] app-cdr/k3b-9999:5::kde USE="dvd encode ffmpeg* flac handbook libav mad mp3 musepack sndfile sox* taglib vcd vorbis -debug -emovix {-test}" 0 KiB
This error I believe has nothing to do with it being a live build.
----------------
What do I need to do to fix this and enable mp3 audio cd support?
I have practically every audio/media related USE flag in my make.conf
Code: Select all
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-march=corei7-avx -O2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
#USE="bindist mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
MAKEOPTS="-j9"
USE_NO="-gnome -gtk -qt4"
#USE_NO="-consolekit -gnome -gtk -qt4"
USE_CPU="sse mmx sse2 sse3 ssse3 sse4_1 sse4_2 smp"
USE_SYSTEM="truetype bzip2 dbus icu gpm samba smb cifs sambafs smbclient sddm usb"
USE_X="X nvidia opengl touchpad xinerama xnest vdpau"
USE_KDE="qt5 plasma wallpapers udev phonon semantic-desktop widgets upower"
#USE_KDE="semantic-desktop widgets"
#USE_GNOME="gnome dbus gtk3 icu udisks eds"
USE_GNOME="-gnome -gtk"
USE_MEDIA="sndfile dvd dvb dvr dvdr cdr bluray blu-ray alsa jpeg gif png tiff a52 aac flac imagemagick ipod lame matroska svg theora wmf x264 x265 xvid avi jpeg2k twolame cdda vcd vorbis m$
USE_AUDIO="alsa mp3 mp4 ffmpeg musepack mpeg ogg quicktime midi schroedinger pulseaudio aacplus cdio wav taglib libav sox id3tag wavpack"
#USE_AUDIO="alsa"
USE_MISC="yahoo spell samba rdesktop fuse bluetooth wimax vlc samba wifi pdf"
USE="$USE_NO $USE_CPU $USE_SYSTEM $USE_X $USE_KDE $USE_MEDIA $USE_GNOME $USE_AUDIO $USE_MISC"
#USE="-gtk -gnome -qt4 qt5 kde dvd alsa cdr nvidia opengl"
VIDEO_CARDS="nvidia"
INPUT_DEVICES="evdev keyboard mouse synaptics"
LINGUAS="en de"
source /var/lib/layman/make.conf
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://lug.mtu.edu/gentoo/ ftp://lug.mtu.edu/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/"BTW, I'm using the default non-desktop profile as both plasma & kde desktop profiles were pulling in KDE4.
------------------
Any ideas what's going on?
Is this a license issue and gentoo has mp3 disabled or what?
------------------
I do have one issue,
required dependency kdenlive is not merged (error with needing mlt version higher than available)
I'm not sure if I had to use keep-going to get k3b to build or whether I had different use flags.
Does kdenlive have anything to do with this mp3 decoder problem?


