Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: EdelingF on December 26, 2008, 10:25:54 PM

Title: ffmpeg and ImageMagick
Post by: EdelingF on December 26, 2008, 10:25:54 PM
I’ve installed Gallery2 using the contrib and I wanted to install ffmpeg and ImageMagick as well, but I found out they're been removed from Dietmar's contrib section.
Is there something wrong with those RPM's or can I find theme somewhere else?
I'm trying to integrate Gallery2 into WordPress because I need to play video in WordPress.
Title: Re: ffmpeg and ImageMagick
Post by: David Harper on December 27, 2008, 07:48:13 AM
Please report this in the bug tracker so the documentation can be updated with appropriate information.
Title: Re: ffmpeg and ImageMagick
Post by: EdelingF on December 27, 2008, 11:29:33 AM
I've done that now, but don't know why.
I had allready contacted Dietmar about this and he told me those files were removed by others.
He allready tried to upload the files again and finally send me the files by email.
I am just wondered why the files are removed and if there's something wrong with them.
Title: Re: ffmpeg and ImageMagick
Post by: David Harper on December 27, 2008, 11:33:35 AM
I'm not sure why they were deleted, but I imagine the developers will advise on the bug tracker.
Title: Re: ffmpeg and ImageMagick
Post by: cactus on December 27, 2008, 04:04:32 PM
I'm not sure why they were deleted, but I imagine the developers will advise on the bug tracker.
I doubt that as the contrib area is under control of Dietmar himself. I suspect he removed them as they are availabale in one of the three major repositories ATrpms, Dag or Dries. Installation instructions for them are in the wiki.
Title: Re: ffmpeg and ImageMagick
Post by: EdelingF on December 27, 2008, 10:14:09 PM
I've found ffmpeg in ATrpms, but I can't find ImageMagick (or I'm using the wrong name?)
I tried
Code: [Select]
yum install ImageMagick --enablerepo=atrpmsBut that didn't work.
Is it in one of the other repositories?
Title: Re: ffmpeg and ImageMagick
Post by: cactus on December 27, 2008, 10:26:19 PM
I've found ffmpeg in ATrpms, but I can't find ImageMagick (or I'm using the wrong name?)
I tried
Code: [Select]
yum install ImageMagick --enablerepo=atrpmsBut that didn't work.
Is it in one of the other repositories?
AFAIK ImageMagick is in the base or updates smecontribs repository, it should install using this command:
Code: [Select]
yum install ImageMagick --enablerepo=smecontribs
If you are wondering where to find a package in the future you could use
Code: [Select]
yum search packagename
Title: Re: ffmpeg and ImageMagick
Post by: EdelingF on December 27, 2008, 10:36:51 PM
Thanks, I'll try that