Bug#748157: Spurious dep on libav?
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Wed May 21 15:36:40 UTC 2014
Control: tags -1 patch
Hi,
On 14.05.2014 23:23, Moritz Muehlenhoff wrote:
> ovito build-depends on libavcodec-dev and libavdevice-dev, but it's not linking
> against any of them? Is the build dep obsolete? If so, please remove it.
These build-dependencies are not obsolete. The reason that ovito doesn't
link against these libraries is a typo in debian/rules:
-DOVITO_VIDEO_OUPUT_SUPPORT=ON \
^
This should read:
-DOVITO_VIDEO_OUTPUT_SUPPORT=ON \
Additionally a build-dependency on libswscale-dev is missing.
Attached patch fixes these problems.
There might also be problems with other configuration options:
CMake Warning:
Manually-specified variables were not used by the project:
OVITO_BUILD_PLUGIN_ATOMVIZ
OVITO_BUILD_PLUGIN_POVRAY
OVITO_BUILD_PLUGIN_STDOBJECTS
Best regards,
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ovito_fix-debian-rules.patch
Type: text/x-diff
Size: 750 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140521/205c9408/attachment.patch>
More information about the debian-science-maintainers
mailing list