pkgsrc/audio/vorbis-tools/Makefile
bsiegert dd30c4e739 SECURITY: Fix CVE-2014-9640.
https://trac.xiph.org/changeset/19117
oggenc: fix crash on raw file close, reported by Hanno in issue #2009. pointer
to a non-static struct was escaping its scope.
2015-03-21 19:06:54 +00:00

36 lines
1,007 B
Makefile

# $NetBSD: Makefile,v 1.61 2015/03/21 19:06:54 bsiegert Exp $
DISTNAME= vorbis-tools-1.4.0
PKGREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.vorbis.com/
COMMENT= Ogg Vorbis encoder and player
BUILD_DEFS+= IPV6_READY
CONFLICTS= vorbis-[0-9]*
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_PREFIX.libogg}
CONFIGURE_ARGS+= --with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis}
PLIST_SUBST+= DISTNAME=${DISTNAME}
PTHREAD_OPTS+= require
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libao/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"