Hmm clementine didn't work out-of-the-box
The correct solution is here: http://pkgs.org/centos-6-rhel-6/nux-dextop-i386/clementine-1.0.1-5.el6.nux.i686.rpm.htmland consist in this:
rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/i386/
yum install clementine
Now, after that I ran into gstreamer trouble. It's related to gstreamer-plugins-bad not using latest libvpx. To fix:
yum remove libvpx
rpm -ivh ftp://ftp.pbone.net/mirror/atrpms.net/el6.3-x86_64/atrpms/stable/libvpx-0.9.7.1-1_1.el6.x86_64.rpm
yum install gstreamer-plugins-bad
(note that my machine is 64bit. Could be you need to adjust that link)
No comments:
Post a Comment