Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372833 - kde-base/kopete unable to listen audio notifications (Missing deps?)
Summary: kde-base/kopete unable to listen audio notifications (Missing deps?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 14:25 UTC by Agostino Sarubbo
Modified: 2011-07-17 08:48 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 Agostino Sarubbo gentoo-dev 2011-06-24 14:25:14 UTC
I'm not able to listen kopete's audio notifications. 

Atm I'm using phonon-vlc-0.3.2 as a backend and I have not gstreamer related packages installed.

So, If I'm going to: Settings -> Configure notifications and I try to play any sound(s), I listen not anything.
Comment 1 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-06-25 13:47:35 UTC
Agostino,

what use flags are you using for vlc? IIRC, KDE uses ogg files for default for notifications, so make sure you enabled ogg support on vlc.
Comment 2 Agostino Sarubbo gentoo-dev 2011-06-25 14:28:05 UTC
Hi Jorge.

[ebuild   R   ] media-video/vlc-1.1.10  USE="alsa dbus mp3 mpeg ogg -X -a52 -aac -aalib (-altivec) -atmo -avahi -bidi -cdda -cddb -dc1394 -debug -dirac -directfb -dts -dvb -dvd -fbcon -ffmpeg -flac -fluidsynth -fontconfig -gcrypt -ggi -gme -gnome -gnutls -httpd -id3tag -ieee1394 -jack -kate -kde -libass -libcaca -libnotify -libproxy -libtiger -libv4l -libv4l2 -lirc -live -lua -matroska -mmx -modplug -mtp -musepack -ncurses -nsplugin -opengl -optimisememory -oss -png -projectm -pulseaudio -pvr -qt4 -remoteosd -rtsp -run-as-root -samba -schroedinger -sdl -sdl-image -shine -shout -skins -speex -sqlite -sse -stream -svg -svga -taglib -theora -truetype -twolame -udev -upnp -v4l -v4l2 -vaapi -vcdx -vlm -vorbis -win32codecs -wma-fixed -x264 -xcb -xml -xosd -xv -zvbi"


I need other use?
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-06-25 16:45:16 UTC
(In reply to comment #2)
> [ebuild   R   ] media-video/vlc-1.1.10  USE="alsa dbus mp3 mpeg ogg -X -a52
> -aac -aalib (-altivec) -atmo -avahi -bidi -cdda -cddb -dc1394 -debug -dirac
> -directfb -dts -dvb -dvd -fbcon -ffmpeg -flac -fluidsynth -fontconfig -gcrypt
> -ggi -gme -gnome -gnutls -httpd -id3tag -ieee1394 -jack -kate -kde -libass
> -libcaca -libnotify -libproxy -libtiger -libv4l -libv4l2 -lirc -live -lua
> -matroska -mmx -modplug -mtp -musepack -ncurses -nsplugin -opengl
> -optimisememory -oss -png -projectm -pulseaudio -pvr -qt4 -remoteosd -rtsp
> -run-as-root -samba -schroedinger -sdl -sdl-image -shine -shout -skins -speex
> -sqlite -sse -stream -svg -svga -taglib -theora -truetype -twolame -udev -upnp
> -v4l -v4l2 -vaapi -vcdx -vlm -vorbis -win32codecs -wma-fixed -x264 -xcb -xml
> -xosd -xv -zvbi"

file /usr/share/sounds/KDE-Im-Contact-In.ogg 
/usr/share/sounds/KDE-Im-Contact-In.ogg: Ogg data, Vorbis audio, stereo, 48000 Hz, ~192000 bps

Please enable the vorbis use flag.
Comment 4 Agostino Sarubbo gentoo-dev 2011-06-25 18:48:06 UTC
solved, please update the depend with +ogg +vorbis
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2011-07-14 10:57:39 UTC
Done, thanks ago!
Comment 6 Matthias Fauconneau 2011-07-17 08:48:02 UTC
Please update the depend to use either [ogg, vorbis] or [avcodec].

I think it would be :
DEPEND="|| ( >=media-video/vlc-1.1.1[dbus,ogg,vorbis] >=media-video/vlc-1.1.1[dbus,avcodec] )"