9ddc42de67
CVE-2017-14245 - information-disclosure CVE-2017-14246 - information-disclosure CVE-2017-14634 - denial-of-service CVE-2017-17456 - denial-of-service CVE-2017-17457 - denial-of-service CVE-2017-8362 - denial-of-service CVE-2017-8363 - heap-overflow CVE-2017-8365 - buffer-overflow CVE-2018-13139 - stack-overflow CVE-2018-19432 - null-pointer-dereference CVE-2018-19661 - denial-of-service CVE-2018-19662 - denial-of-service CVE-2018-19758 - denial-of-service CVE-2019-3832 - denial-of-service Bump PKGREVISION.
36 lines
926 B
Makefile
36 lines
926 B
Makefile
# $NetBSD: Makefile,v 1.76 2019/07/14 15:39:32 nia Exp $
|
|
|
|
DISTNAME= libsndfile-1.0.28
|
|
PKGREVISION= 3
|
|
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+= pkg-config
|
|
PKGCONFIG_OVERRIDE= sndfile.pc.in
|
|
GNU_CONFIGURE= 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"
|