pkgsrc/audio/libvorbis/buildlink2.mk
wiz 170a9e57f0 Update to 1.0.1:
* Corrects errors in the Vorbis specification documentation.
    * Specification converted to DocBook format.
    * Added timebase conversion call to libvorbis.
    * Fixes ov_time_tell() bug for non-seekable streams.
    * Various decoding fixes.
    * Addition of ov_crosslap() which allows smooth transitions between
      two vorbis segments.
    * Numerous seeking fixes and optimizations.
    * Fixed bugs affecting decode of one-audio-page samples.
    * Added ov_halfrate() which allows a "free" conversion from the
      source sample rate to half of the source rate.
    * Improved handling of quiet signals in low bitrate modes
2003-12-08 14:39:39 +00:00

23 lines
710 B
Makefile

# $NetBSD: buildlink2.mk,v 1.3 2003/12/08 14:39:40 wiz Exp $
.if !defined(LIBVORBIS_BUILDLINK2_MK)
LIBVORBIS_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= libvorbis
BUILDLINK_DEPENDS.libvorbis?= libvorbis>=1.0.1
BUILDLINK_PKGSRCDIR.libvorbis?= ../../audio/libvorbis
EVAL_PREFIX+= BUILDLINK_PREFIX.libvorbis=libvorbis
BUILDLINK_PREFIX.libvorbis_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.libvorbis= include/vorbis/*
BUILDLINK_FILES.libvorbis+= lib/libvorbis.*
BUILDLINK_FILES.libvorbis+= lib/libvorbisenc.*
BUILDLINK_FILES.libvorbis+= lib/libvorbisfile.*
.include "../../audio/libogg/buildlink2.mk"
BUILDLINK_TARGETS+= libvorbis-buildlink
libvorbis-buildlink: _BUILDLINK_USE
.endif # LIBVORBIS_BUILDLINK2_MK