pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst-plugins1-good



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 25 05:02:11 UTC 2020

Modified Files:
        pkgsrc/multimedia/gst-plugins1-good: Makefile.common

Log Message:
gst-plugins1-good: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 \
    pkgsrc/multimedia/gst-plugins1-good/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gst-plugins1-good/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.36 pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.37
--- pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.36    Fri Jan 10 12:47:06 2020
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile.common Mon May 25 05:02:11 2020
@@ -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_TYPE=    good
 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 @@ GST_PLUGINS1_VER=    1.16.2
                pulse \
                shout2 \
                speex \
-               sunaudio \
                vpx \
                x \
-               xshm \
-               xvideo \
                zlib
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor



Home | Main Index | Thread Index | Old Index