openbsd-ports/multimedia/transcode
sthen 389677daa5 transcode does dlopen(libxvidcore) at runtime rather than link against it,
so it isn't a WANTLIB. Therefore the LIB_DEPENDS entry for multimedia/xvidcore
gets stripped out of the packing list at package build time. This means that
A) the dependency isn't pulled in directly (though as it's provided by other
deps the package does work OK) and B) print-package-signature doesn't
match pkg_info -S, triggering unnecessary rebuilds with dpb -R.

Move xvidcore from LIB_DEPENDS to BUILD+RUN_DEPENDS to fix this.
From Nigel Taylor.
2011-06-15 18:11:16 +00:00
..
files - add sndio recording support 2010-01-11 08:49:27 +00:00
patches Remove sparc64-specific patch now that it switched to gcc4. 2010-06-11 20:05:57 +00:00
pkg - add sndio recording support 2010-01-11 08:49:27 +00:00
distinfo update to 1.1.5, from Brad. 2009-11-03 14:32:33 +00:00
Makefile transcode does dlopen(libxvidcore) at runtime rather than link against it, 2011-06-15 18:11:16 +00:00