maintainer-feedback requested: [Bug 206945] multimedia/avidemux-plugins fails to detect x265

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 5 07:34:30 UTC 2016


Mikhail Teterin <mi at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
multimedia at FreeBSD.org:
Bug 206945: multimedia/avidemux-plugins fails to detect x265
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206945



--- Description ---
Created attachment 166606
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166606&action=edit
Do not add -ldl to the list of libraries

Without the attached patch in avidemux/files the cmake for avidemux-plugins
fails to detect x265 -- because it attempts to link with the non-existent libdl
(see Bug 206864, comment 17).

With this patch the x265 is properly found, although check-plist still fails:

Error: Orphaned: lib/ADM_plugins6/audioDecoder/libADM_ad_opus.so
Error: Orphaned: lib/ADM_plugins6/audioEncoders/libADM_ae_twolame.so
Error: Orphaned: lib/ADM_plugins6/videoFilters/libADM_vf_ssa.so


More information about the freebsd-multimedia mailing list