Enable vcut. Patch provided by Jonathan A. Kollasch in PR 36382.
Bump PKGREVISION.
This commit is contained in:
parent
692d36e59c
commit
4ce9c84008
2 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.45 2007/01/13 15:35:52 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2007/06/08 17:06:44 wiz Exp $
|
||||
|
||||
DISTNAME= vorbis-tools-1.1.1
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
||||
|
||||
|
@ -21,7 +21,8 @@ GNU_CONFIGURE= yes
|
|||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_PREFIX.libogg} \
|
||||
--with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis} \
|
||||
--with-ao-prefix=${BUILDLINK_PREFIX.libao}
|
||||
--with-ao-prefix=${BUILDLINK_PREFIX.libao} \
|
||||
--enable-vcut
|
||||
|
||||
PLIST_SUBST+= DISTNAME=${DISTNAME:Q}
|
||||
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:12 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2007/06/08 17:06:44 wiz Exp $
|
||||
bin/ogg123
|
||||
bin/oggdec
|
||||
bin/oggenc
|
||||
bin/ogginfo
|
||||
bin/vcut
|
||||
bin/vorbiscomment
|
||||
man/man1/ogg123.1
|
||||
man/man1/oggdec.1
|
||||
man/man1/oggenc.1
|
||||
man/man1/ogginfo.1
|
||||
man/man1/vcut.1
|
||||
man/man1/vorbiscomment.1
|
||||
share/doc/${DISTNAME}/ogg123rc-example
|
||||
share/locale/be/LC_MESSAGES/vorbis-tools.mo
|
||||
|
|
Loading…
Reference in a new issue