Koozali.org: home of the SME Server

Need help with installing ffmpeg

eggwhite

Need help with installing ffmpeg
« 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!

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Need help with installing ffmpeg
« Reply #1 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
Regards,
William

IF I give advise.. It's only if it was me....

duncan

Need help with installing ffmpeg
« Reply #2 on: January 15, 2007, 11:40:01 AM »
Geez William - your`e a veritable font of SME knowledge.

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Need help with installing ffmpeg
« Reply #3 on: January 15, 2007, 12:21:17 PM »
I did it last night for a Gallery install.
Regards,
William

IF I give advise.. It's only if it was me....

eggwhite

Need help with installing ffmpeg
« Reply #4 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!

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Need help with installing ffmpeg
« Reply #5 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.
Regards,
William

IF I give advise.. It's only if it was me....