pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/taglib Enable asf and mp4, needed by wip/amarok....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c15beb4c50b6
branches:  trunk
changeset: 399656:c15beb4c50b6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 24 10:24:52 2009 +0000

description:
Enable asf and mp4, needed by wip/amarok. Bump PKGREVISION.

diffstat:

 audio/taglib/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d56ad6f9e541 -r c15beb4c50b6 audio/taglib/Makefile
--- a/audio/taglib/Makefile     Thu Sep 24 08:07:36 2009 +0000
+++ b/audio/taglib/Makefile     Thu Sep 24 10:24:52 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2009/09/19 13:38:31 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2009/09/24 10:24:52 wiz Exp $
 #
 
 DISTNAME=      taglib-1.6
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  http://ktown.kde.org/~wheeler/files/src/
 
@@ -14,6 +15,9 @@
 USE_LANGUAGES=         c c++
 
 GNU_CONFIGURE=         YES
+CONFIGURE_ARGS+=       --enable-asf
+CONFIGURE_ARGS+=       --enable-mp4
+
 USE_LIBTOOL=           YES
 
 PKGCONFIG_OVERRIDE=    bindings/c/taglib_c.pc.in taglib.pc.in



Home | Main Index | Thread Index | Old Index