Johan Scheepers
2010-Dec-16 15:34 UTC
[CentOS] centos 5.5 x86_64 - mplayer install problems
good day, I have tried to install mplayer according to instructions from the following sites..: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS Then last..: [root at johan ~]# yum install libdvdcss libdvdread libdvdplay libdvdnav lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg libquicktime After a lot of stuff ended up like this..: --> Processing Dependency: libdvdread.so.3()(64bit) for package: lsdvd --> Finished Dependency Resolution lsdvd-0.16-2.el5.rf.x86_64 from rpmforge has depsolving problems --> Missing Dependency: libdvdread.so.3()(64bit) is needed by package lsdvd-0.16-2.el5.rf.x86_64 (rpmforge) gstreamer-plugins-ugly-0.10.11-2.el5.rf.x86_64 from rpmforge has depsolving problems --> Missing Dependency: libdvdread.so.3()(64bit) is needed by package gstreamer-plugins-ugly-0.10.11-2.el5.rf.x86_64 (rpmforge) Error: Missing Dependency: libdvdread.so.3()(64bit) is needed by package gstreamer-plugins-ugly-0.10.11-2.el5.rf.x86_64 (rpmforge) Error: Missing Dependency: libdvdread.so.3()(64bit) is needed by package lsdvd-0.16-2.el5.rf.x86_64 (rpmforge) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest All went well up to the above. Now I am stumped. Kindly some advice please. I am still learning as I go along. Thanks Johan
lhecking at users.sourceforge.net
2010-Dec-16 15:43 UTC
[CentOS] centos 5.5 x86_64 - mplayer install problems
> [root at johan ~]# yum install libdvdcss libdvdread libdvdplay libdvdnav > lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 > flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly > gstreamer-ffmpeg libquicktimeIIRC the gstreamer-plugins-* are not dependencies of mplayer. Leave them out and then install them after mplayer+deps. --------------------------------------------------------------- This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message. ---------------------------------------------------------------
Nicolas Thierry-Mieg
2010-Dec-16 16:45 UTC
[CentOS] centos 5.5 x86_64 - mplayer install problems
Johan Scheepers wrote:> good day, > > I have tried to install mplayer according to instructions from the > following sites..: > > http://wiki.centos.org/AdditionalResources/Repositories/RPMForge > > http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS > > Then last..: > > [root at johan ~]# yum install libdvdcss libdvdread libdvdplay libdvdnav > lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 > flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly > gstreamer-ffmpeg libquicktimeyum resolves deps for you. If you want to install mplayer just try: yum install mplayer-gui