Koozali.org: home of the SME Server

ffmpeg and ImageMagick

Offline EdelingF

  • *****
  • 215
  • +0/-0
ffmpeg and ImageMagick
« 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.
...

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: ffmpeg and ImageMagick
« Reply #1 on: December 27, 2008, 07:48:13 AM »
Please report this in the bug tracker so the documentation can be updated with appropriate information.

Offline EdelingF

  • *****
  • 215
  • +0/-0
Re: ffmpeg and ImageMagick
« Reply #2 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.
...

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: ffmpeg and ImageMagick
« Reply #3 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.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: ffmpeg and ImageMagick
« Reply #4 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.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline EdelingF

  • *****
  • 215
  • +0/-0
Re: ffmpeg and ImageMagick
« Reply #5 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?
...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: ffmpeg and ImageMagick
« Reply #6 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
« Last Edit: December 27, 2008, 10:32:35 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline EdelingF

  • *****
  • 215
  • +0/-0
Re: ffmpeg and ImageMagick
« Reply #7 on: December 27, 2008, 10:36:51 PM »
Thanks, I'll try that
...