UPDATE: simage-1.6.1_1 with quicktime variant, libsndfile fix
Reported by: |
cssdev@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.2
|
Keywords:
|
|
Cc:
|
|
Port:
|
|
|
|
SIM's simage library can configure using QuickTime for image loading. This avoids the need to build a number of extra libraries, and it can reduce the complexity of dependencies. The updated Portfile includes a quicktime variant that removes the image-loading libraries that are not needed when QuickTime handles the corresponding formats instead. I also modified the dependencies to not explicitly require ports. The dependencies do not explicitly require anything unique to DarwinPorts-installed versions of those libraries.
This update also corrects a problem with the configure script looking for incorrect paths when trying to locate libsndfile. The --with-libsndfile configure option does not obey porthier. The attached patch modifies configure to look in ${prefix}/include and ${prefix}/lib.
Patch for simage configure