#17826 closed defect (fixed)
transcode-1.1.0beta1 won't compile with +imagemagick (6.3.8-6_0+q16)
Reported by: | huntert@… | Owned by: | Liontooth (David Liontooth) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | transcode imagemagick | Cc: | |
Port: | transcode |
Description
When I attempt a port install transcode with the following arguments:
sudo port install transcode +imagemagick +faac +faad2 +freetype +a52dec +libogg +libvorbis +libxml2 +x264 +xvid
The install fails -- he relevant error that pops up is:
ERROR: option '--enable-imagemagick' failed: cannot link against libMagick libMagick can be found in the following packages: Wand http://www.imagemagick.org/
...despite the fact that I have the latest ImageMagick port installed:
tim-timmb(dvd-menu)% port installed | grep -i imagemagick ImageMagick @6.3.8-6_0+q16 (active)
it would seem from this link -- http://forums.macosxhints.com/showpost.php?p=507232&postcount=4 -- that the problem is more with transcode than the port. I've tried searching for a relevant bug in the transcode bug database, but either there isn't one or the bug is fixed in 1.2.0. I tried compiling 1.0.7 from scratch, using the same configure arguments generated by this port, but it failed with the same error.
Following another lead, I also tried this:
cd /opt/local/lib; for i in libMagickCore.*; do sudo ln -sv $i libMagick${i#libMagickCore}; done
after that, the above 'port' command succeeded, but the resulting transcode would not properly read a jpg image list.
Change History (3)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to lionteeth@… |
---|
comment:2 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in version 1.1.0 committed in r46892.