capable of decoding ogg vorbis files in real time. Note this package produces one binary: igg123, which is compatible with ogg123.
40 lines
1 KiB
Makefile
40 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/09/24 09:35:16 chris Exp $
|
|
|
|
DISTNAME= vorbis-tools-1.0
|
|
PKGNAME= tremor-tools-1.0.0.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.vorbis.com/files/1.0/unix/
|
|
|
|
MAINTAINER= chris@netbsd.org
|
|
HOMEPAGE= http://www.vorbis.com/
|
|
COMMENT= Ogg Vorbis encoder and player
|
|
|
|
# list it into IPv6-ready packages
|
|
BUILD_DEFS+= USE_INET6
|
|
|
|
CONFLICTS= vorbis-[0-9]*
|
|
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_PREFIX.libogg} \
|
|
--with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis} \
|
|
--with-ao-prefix=${BUILDLINK_PREFIX.libao}
|
|
|
|
PLIST_SUBST+= DISTNAME="${DISTNAME}"
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && automake && autoconf
|
|
|
|
.include "../../audio/tremor/buildlink2.mk"
|
|
.include "../../audio/libvorbis/buildlink2.mk"
|
|
.include "../../audio/libao/buildlink2.mk"
|
|
.include "../../audio/libogg/buildlink2.mk"
|
|
.include "../../www/curl/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|