Verily I say unto thee, that Roy Schestowitz spake thusly:
> Fedora Linux add MP3, Java, DVD Playback and multimedia support
>
> http://www.cyberciti.biz/tips/howto-add-mp3-multimedia-support-to-fedoralinux.html
A 5.5K, 144 line script seem a bit OTT just to do this:
######
rel=$(cat /etc/redhat-release | sed s/^.*release\ // | cut -d' ' -f1)
freepkgs="firefox libgcj gnash"
nonfreepkgs="amarok-extras-nonfree libdvdcss mplayerplug-in"
rpm -ivh http://rpm.livna.org/livna-release-${rel}.rpm
yum install ${freepkgs}
yum --enablerepo livna install ${nonfreepkgs}
gcjplugin=$(rpm -ql libgcj.$(uname -i) | grep "/libgcjwebplugin.so")
plugd=$(find $(rpm -ql firefox | grep "a/plugins") -maxdepth 0 -type d))
ln -s ${gcjplugin} ${plugd}/
######
And unlike the other solution, this is x86_64 compatible and uses only
GPL/MPL software.
--
K.
http://slated.org
.----
| "Proprietary licenses, the crack cocaine of software finance."
| - Matt Asay, CNET
`----
Fedora release 7 (Moonshine) on sky, running kernel 2.6.22.1-41.fc7
00:49:03 up 26 days, 23:43, 3 users, load average: 0.51, 0.51, 0.50
|
|