changes: This release contains improvements and important bugfixes. Some issues that have really "bugged" us for quite some time (like NTSC DVDs audio sync, broken since 1.1.2, and H.264 crashes) are finally fixed. Some of the new features include True Audio and WavPack support. bugfixes, cleanup etc pkgsrc notes: -new True Audio / WavPack support is not enabled yet -cleanup of bl3.mk: no need to propagate internals -removed dependency on libflac -- there is support to play flac files internally -removed build of plugins for more exotic video outputs (SDL, ImageMagick, GL, aalib), this might be built in extra pkgs (like esound and arts already do)
21 lines
699 B
Makefile
21 lines
699 B
Makefile
# $NetBSD: buildlink3.mk,v 1.21 2007/02/07 20:04:00 drochner Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XINE_LIB_BUILDLINK3_MK:= ${XINE_LIB_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= xine-lib
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxine-lib}
|
|
BUILDLINK_PACKAGES+= xine-lib
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xine-lib
|
|
|
|
.if !empty(XINE_LIB_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.xine-lib+= xine-lib>=1rc3c
|
|
BUILDLINK_ABI_DEPENDS.xine-lib+=xine-lib>=1.0.3a
|
|
BUILDLINK_ABI_DEPENDS.xine-lib?= xine-lib>=1.1.3nb1
|
|
BUILDLINK_PKGSRCDIR.xine-lib?= ../../multimedia/xine-lib
|
|
.endif # XINE_LIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|