pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins This package did not build the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e95b00bbdf13
branches: trunk
changeset: 467730:e95b00bbdf13
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Feb 05 22:00:32 2004 +0000
description:
This package did not build the arts plugin before; adding arts buildlink
changed behavior. Revert and explicitly disable this plugin.
diffstat:
multimedia/gst-plugins/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r dbaf4cfa816a -r e95b00bbdf13 multimedia/gst-plugins/Makefile
--- a/multimedia/gst-plugins/Makefile Thu Feb 05 21:30:00 2004 +0000
+++ b/multimedia/gst-plugins/Makefile Thu Feb 05 22:00:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/05 16:04:49 tron Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/05 22:00:32 jmmv Exp $
#
DISTNAME= gst-plugins-0.6.4
@@ -24,6 +24,8 @@
GNU_CONFIGURE= yes
CPPFLAGS+= -I${PREFIX}/include/cdparanoia
+CONFIGURE_ARGS+= --disable-arts
+CONFIGURE_ARGS+= --disable-artsc
CONFIGURE_ARGS+= --disable-ffmpeg
CONFIGURE_ARGS+= --disable-qcam
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
@@ -40,7 +42,6 @@
pre-install:
${ECHO} "install:" >${WRKSRC}/gst-libs/ext/ffmpeg/Makefile
-.include "../../audio/arts/buildlink2.mk"
.include "../../audio/cdparanoia/buildlink2.mk"
.include "../../audio/flac/buildlink2.mk"
.include "../../audio/gsm/buildlink2.mk"
Home |
Main Index |
Thread Index |
Old Index