Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-good gst-plugins1-good: remove...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77d01a504f8e
branches:  trunk
changeset: 432709:77d01a504f8e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 25 05:02:11 2020 +0000

description:
gst-plugins1-good: remove unknown configure options

diffstat:

 multimedia/gst-plugins1-good/Makefile.common |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 030fb074eaa1 -r 77d01a504f8e multimedia/gst-plugins1-good/Makefile.common
--- a/multimedia/gst-plugins1-good/Makefile.common      Mon May 25 04:50:45 2020 +0000
+++ b/multimedia/gst-plugins1-good/Makefile.common      Mon May 25 05:02:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2020/01/10 12:47:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.37 2020/05/25 05:02:11 rillig Exp $
 #
 # used by audio/gst-plugins1-flac/Makefile
 # used by audio/gst-plugins1-jack/Makefile
@@ -23,6 +23,9 @@
 GST_PLUGINS1_VER=      1.16.2
 
 # Disable all drivers and features by default.
+#
+# 2020-05-25: Needs to be synced with ./configure, which
+# has many more options that can be disabled.
 .for driver in aalib \
                aalibtest \
                cairo \
@@ -39,11 +42,8 @@
                pulse \
                shout2 \
                speex \
-               sunaudio \
                vpx \
                x \
-               xshm \
-               xvideo \
                zlib
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor



Home | Main Index | Thread Index | Old Index