Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: eggwhite on January 15, 2007, 10:01:51 AM

Title: Need help with installing ffmpeg
Post by: eggwhite on January 15, 2007, 10:01:51 AM
I have been working on this for days. Out of all the forums I have read and packages I have tried to download and install, I have succeded in doing nothing more than breaking my box every time. I have found it quicker to just re-install sme again... and again...

Can anyone please give me a step by step on installing ffmpeg into a fresh smeserver install?

Thanks so much for your time!
Title: Need help with installing ffmpeg
Post by: william_syd on January 15, 2007, 10:15:45 AM
For SME 7.1

Code: [Select]
/sbin/e-smith/db yum_repositories set dag repository \
 BaseURL http://apt.sw.be/redhat/el4/en/i386/dag \
 EnableGroups 1 \
 GPGCheck 1 \
 Name Dag-repository \
 status disabled

Code: [Select]
rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
Code: [Select]
expand-template /etc/yum.conf
Code: [Select]
yum --enablerepo=* --disablerepo=smedev install ffmpeg
Title: Need help with installing ffmpeg
Post by: duncan on January 15, 2007, 11:40:01 AM
Geez William - your`e a veritable font of SME knowledge.
Title: Need help with installing ffmpeg
Post by: william_syd on January 15, 2007, 12:21:17 PM
I did it last night for a Gallery install.
Title: Need help with installing ffmpeg
Post by: eggwhite on January 16, 2007, 12:31:08 AM
You are the Guru! I got it all installed and it went with out a hitch. Many thx!
Title: Need help with installing ffmpeg
Post by: william_syd on January 16, 2007, 01:04:48 AM
Quote from: "eggwhite"
You are the Guru!


Well thanks but I'm not.

Just coincidence that I did it the night before for a gallery install and I try to use yum as much as possible for rpm installs.