pkgsrc/audio/opusfile/buildlink3.mk
nros 285a03560a Update opusfile to version 0.7.
Changelog:

 - Add API to access and preserve binary metadata.
 - Add support for R128_ALBUM_GAIN metadata tag.
 - Better seeking with continued packets and multiplexed streams.
 - Portability and build fixes.
2016-03-07 19:36:57 +00:00

17 lines
502 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2016/03/07 19:36:57 nros Exp $
BUILDLINK_TREE+= opusfile
.if !defined(OPUSFILE_BUILDLINK3_MK)
OPUSFILE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.opusfile+= opusfile>=0.5
BUILDLINK_ABI_DEPENDS.opusfile?= opusfile>=0.7
BUILDLINK_PKGSRCDIR.opusfile?= ../../audio/opusfile
.include "../../security/openssl/buildlink3.mk"
.include "../../audio/libopus/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.endif # OPUSFILE_BUILDLINK3_MK
BUILDLINK_TREE+= -opusfile