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
This commit is contained in:
parent
b104143572
commit
2e9ed7988c
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue