mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
gst-plugins-base1: break cycle by making libvisual dependency optional
Closes: #54215
This commit is contained in:
parent
4d6972e024
commit
3e97c91923
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'gst-plugins-base1'
|
||||
pkgname=gst-plugins-base1
|
||||
version=1.24.10
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dtremor=disabled -Dexamples=disabled -Ddoc=disabled
|
||||
$(vopt_feature cdparanoia cdparanoia) $(vopt_feature gir introspection)
|
||||
$(vopt_feature sndio sndio)"
|
||||
$(vopt_feature sndio sndio) $(vopt_feature libvisual libvisual)"
|
||||
hostmakedepends="gettext pkg-config glib-devel orc $(vopt_if wayland wayland-devel)"
|
||||
makedepends="gstreamer1-devel glib-devel libxml2-devel pango-devel
|
||||
cairo-devel liboil-devel alsa-lib-devel libXv-devel libXext-devel
|
||||
libvisual-devel libgudev-devel libtheora-devel libvorbis-devel
|
||||
libSM-devel orc-devel $(vopt_if cdparanoia libcdparanoia-devel)
|
||||
opus-devel MesaLib-devel $(vopt_if sndio sndio-devel) graphene-devel
|
||||
libgudev-devel libtheora-devel libvorbis-devel libSM-devel orc-devel
|
||||
graphene-devel opus-devel MesaLib-devel $(vopt_if cdparanoia libcdparanoia-devel)
|
||||
$(vopt_if libvisual libvisual-devel) $(vopt_if sndio sndio-devel)
|
||||
$(vopt_if wayland 'wayland-devel wayland-protocols')"
|
||||
depends="orc>=0.4.18 gstreamer1>=${version}"
|
||||
checkdepends="mesa-dri"
|
||||
|
@ -24,8 +24,9 @@ changelog="https://gstreamer.freedesktop.org/releases/${version%.*}/#${version}"
|
|||
distfiles="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${version}.tar.xz"
|
||||
checksum=ebd57b1be924c6e24f327dd55bab9d8fbaaebe5e1dc8fca784182ab2b12d23eb
|
||||
|
||||
build_options="cdparanoia gir sndio wayland"
|
||||
build_options="cdparanoia gir libvisual sndio wayland"
|
||||
build_options_default="cdparanoia gir wayland"
|
||||
desc_option_libvisual="Enable audio visualization plugin"
|
||||
desc_option_sndio="Enable sndio support (unsupported, known to be problematic)"
|
||||
|
||||
# Remove sndio if not upstreamed
|
||||
|
|
Loading…
Add table
Reference in a new issue