89dc653d7c
Version 1.0.27 (2016-06-19) * Fix an SF_INFO seekable flag regression introduced in 1.0.26. * Fix potential infinite loops on malformed input files. * Add string metadata read/write for CAF and RF64. * Add handling of CUE chunks. * Fix enaian-ness issues in PAF files. * Minor bug fixes and improvements.
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.70 2016/06/30 17:38:09 wiz Exp $
|
|
|
|
DISTNAME= libsndfile-1.0.27
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
|
|
COMMENT= Library for reading and writing audio files
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
PKGCONFIG_OVERRIDE= sndfile.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
# This package compiles with gcc2, but its configure script doesn't know that
|
|
CONFIGURE_ENV+= ac_cv_c_struct_hack=yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
OPSYSVARS+= BUILDLINK_PASSTHRU_DIRS
|
|
|
|
BUILDLINK_PASSTHRU_DIRS.Darwin+= /Developer
|
|
|
|
.if !empty(PKGSRC_COMPILER:Msunpro)
|
|
CXXFLAGS+= -features=extensions
|
|
.endif
|
|
|
|
.include "../../audio/flac/buildlink3.mk"
|
|
#BUILDLINK_API_DEPENDS.libvorbis+= libvorbis>=1.2.1
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libogg+= libogg>=1.1.3
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|