summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2002-01-02 12:45:41 +0000
committerlukem <lukem@pkgsrc.org>2002-01-02 12:45:41 +0000
commite41475f25ffa2373b04deb299f456721c071876f (patch)
treeed40e854fa0acf6b8af9d77c74f602ea5ab3d968 /audio/vorbis-tools/Makefile
parent9a0bae0d1b10a024c165640c41ed88465cb11062 (diff)
downloadpkgsrc-e41475f25ffa2373b04deb299f456721c071876f.tar.gz
Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3). Various changes,
including the new dependency on curl and pth packages, and some new command line options for some of the tools. Other changes not available due to lack of changelog or release notes for this version...
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r--audio/vorbis-tools/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index d5f100bae15..8cb7a55ef7b 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2001/09/27 23:17:45 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/01/02 12:45:42 lukem Exp $
-DISTNAME= vorbis-tools-1.0rc2
-PKGNAME= vorbis-tools-1.0.0.6
+DISTNAME= vorbis-tools-1.0rc3
+PKGNAME= vorbis-tools-1.0.0.7
CATEGORIES= audio
-MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
+MASTER_SITES= http://www.vorbis.com/files/rc3/unix/
MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.vorbis.com/
COMMENT= Ogg Vorbis encoder and player
+DEPENDS= curl-7.9.1:../../www/curl
+
CONFLICTS= vorbis-[0-9]*
USE_BUILDLINK_ONLY= yes
@@ -19,8 +21,14 @@ CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_DIR} \
--with-vorbis-prefix=${BUILDLINK_DIR} \
--with-ao-prefix=${BUILDLINK_DIR}
+# GLib needs a working pthreads implementation, and pth is proven to work.
+USE_PTHREAD= native pth
+
+.include "../../mk/bsd.prefs.mk"
+
.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"