Skip to content

Commit

Permalink
gst-plugins-base1: disable sndio by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
q66 committed Dec 21, 2020
1 parent b104143 commit 2e9ed79
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions srcpkgs/gst-plugins-base1/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 2e9ed79

Please sign in to comment.