pkgsrc/audio/vorbis-tools/Makefile
lukem 5be94b56ad Add patches derived from the xiph.org CVS repository to fix ogg123 bugs in
1.0 rc3, and crank to nb1 whilst here:

- patch-aa:
	the mutex and the condition variables are not owned by the buffer
	thread, but by the buffer itself.  don't destroy them when the thread
	dies, but when the buffer itself dies.  fixes #112.

	[ patch suggested by Christian Weisgerber <naddy@mips.inka.de>
	  in private email ]

- patch-ab:
	Some fixes to how audio writes are handled.  Closes #127.
2002-03-19 07:48:43 +00:00

39 lines
1,019 B
Makefile

# $NetBSD: Makefile,v 1.13 2002/03/19 07:48:43 lukem Exp $
DISTNAME= vorbis-tools-1.0rc3
PKGNAME= vorbis-tools-1.0.0.7
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.vorbis.com/files/rc3/unix/
MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.vorbis.com/
COMMENT= Ogg Vorbis encoder and player
# list it into IPv6-ready packages
BUILD_DEFS+= USE_INET6
DEPENDS= curl>=7.9.1:../../www/curl
CONFLICTS= vorbis-[0-9]*
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_DIR} \
--with-vorbis-prefix=${BUILDLINK_DIR} \
--with-ao-prefix=${BUILDLINK_DIR}
PLIST_SUBST+= DISTNAME="${DISTNAME}"
# vorbis-tools needs a working pthreads implementation, and pth is proven
# to work.
USE_PTHREAD= native pth
.include "../../audio/libao/buildlink.mk"
.include "../../audio/libogg/buildlink.mk"
.include "../../audio/libvorbis/buildlink.mk"
.include "../../mk/pthread.buildlink.mk"
.include "../../mk/bsd.pkg.mk"