pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins Explicitly disable mpeg2dec sup...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1c58b797d02
branches:  trunk
changeset: 471110:c1c58b797d02
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 18 11:01:23 2004 +0000

description:
Explicitly disable mpeg2dec support to fix a build failure if it's installed
(i.e., detected by configure but not buildlinked).  Note that I haven't been
able to reproduce it, although it's clear it may happen sometimes (happened
in the past with arts support, for example).  Furthermore, it seems that
the mpeg2dec plugin does not actually build when using our libmpeg2 package.
Closes PR pkg/24835.

diffstat:

 multimedia/gst-plugins/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4f2947574513 -r c1c58b797d02 multimedia/gst-plugins/Makefile
--- a/multimedia/gst-plugins/Makefile   Thu Mar 18 10:47:04 2004 +0000
+++ b/multimedia/gst-plugins/Makefile   Thu Mar 18 11:01:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/06 11:11:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/18 11:01:23 jmmv Exp $
 #
 
 DISTNAME=              gst-plugins-0.6.4
@@ -27,6 +27,7 @@
 CONFIGURE_ARGS+=       --disable-arts
 CONFIGURE_ARGS+=       --disable-artsc
 CONFIGURE_ARGS+=       --disable-ffmpeg
+CONFIGURE_ARGS+=       --disable-mpeg2dec
 CONFIGURE_ARGS+=       --disable-qcam
 CONFIGURE_ENV+=                GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
 MAKE_ENV+=             GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"



Home | Main Index | Thread Index | Old Index