FIX: Mplayer DTS support repos
by
obsethryl
—
last modified
Jan 30, 2008 09:53 PM
—
filed under:
Multimedia Solutions
If you have DTS mplayer support issues and you want to use both livna and freshrpms repositories, follow the instructions here, else you will be having dependency problems. Use of these instructions is your exclusive responsibility.
Applicable to Fedora Versions
- Fedora Core 7
Requirements
Contemporaneous use of Livna and Freshrpms repositoriesDoing the work
For those of you who have a need for full blown DTS support in mplayer, you already know the problems with the infamous libdca packaging by two different repositories, Livna and Freshrpms. For a series of reasons, and provided you are a user of both repositories, you are bound to have issues with that particular package. For further information on why this is necessary, check mplayer mailing lists if you do require such media playback support.- Remove any mplayer / ffmpeg / mencoder packages you may have installed first
- As root user, you will have to edit a couple of .repo files with your favorite editor, so open up a terminal and:
- Add the exclude= statement to your livna.repo file within the [livna] section in /etc/yum.repos.d/ :
- Add the exclude= statement to your freshrpms.repo file within the [freshrpms] section in the same directory as above:
- Reinstall mplayer using yum
cd /etc/yum.repos.d/
[livna]
.
.
.
exclude=mplayer* mencoder* ffmpeg*
[freshrpms]
.
.
.
exclude=libdca*
yum install mplayer

