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
-
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.
-
Please report this in the bug tracker so the documentation can be updated with appropriate information.
-
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.
-
I'm not sure why they were deleted, but I imagine the developers will advise on the bug tracker.
-
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.
-
I've found ffmpeg in ATrpms, but I can't find ImageMagick (or I'm using the wrong name?)
I tried
yum install ImageMagick --enablerepo=atrpms
But that didn't work.
Is it in one of the other repositories?
-
I've found ffmpeg in ATrpms, but I can't find ImageMagick (or I'm using the wrong name?)
I tried
yum install ImageMagick --enablerepo=atrpms
But 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:
yum install ImageMagick --enablerepo=smecontribs
If you are wondering where to find a package in the future you could useyum search packagename
-
Thanks, I'll try that