From 2e9ed7988c310e872cf22cba88c2886c06a66fd9 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 21 Dec 2020 04:04:29 +0100 Subject: [PATCH] gst-plugins-base1: disable sndio by default upstream has noted that this patch is problematic and actually breaks things for people who don't have sndio installed, plus the patch is not present anywhere in upstream and it is outside the distro policy to patch features in therefore, disable by default at very least, and add a note in longer term this should either be split off, upstreamed or removed if it cannot be upstreamed --- srcpkgs/gst-plugins-base1/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gst-plugins-base1/template b/srcpkgs/gst-plugins-base1/template index e5e3e8ccb6a..eb05c1c2fa3 100644 --- a/srcpkgs/gst-plugins-base1/template +++ b/srcpkgs/gst-plugins-base1/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-base1' pkgname=gst-plugins-base1 version=1.16.2 -revision=1 +revision=2 wrksrc="${pkgname/1/}-${version}" build_style=meson build_helper="gir" @@ -25,7 +25,11 @@ checksum=b13e73e2fe74a4166552f9577c3dcb24bed077021b9c7fa600d910ec6987816a # Package build options build_options="cdparanoia gir sndio" -build_options_default="cdparanoia gir sndio" +build_options_default="cdparanoia gir" + +# this should not remain in this package in longer term +# either upstream, separate, or remove +desc_option_sndio="Enable sndio support (unsupported, known to be problematic)" case "$XBPS_TARGET_MACHINE" in mips*) # XXX: work around assembler "Error: branch out of range"