gst-plugins-base1: add sndio support

closes #8056
This commit is contained in:
Christian Buschau 2019-02-01 04:58:48 +01:00 committed by maxice8
parent 5d1584903e
commit ddaa79eb16
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 1195 additions and 8 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,20 +1,19 @@
# Template file for 'gst-plugins-base1'
pkgname=gst-plugins-base1
version=1.14.4
revision=2
revision=3
wrksrc="${pkgname/1/}-${version}"
build_style=gnu-configure
build_helper="gir"
configure_args="--enable-experimental --disable-static
$(vopt_enable gir introspection) $(vopt_enable cdparanoia)"
$(vopt_enable gir introspection) $(vopt_enable cdparanoia) $(vopt_enable sndio)"
hostmakedepends="automake gettext-devel libtool python pkg-config
glib-devel"
makedepends="
gstreamer1-devel glib-devel libxml2-devel pango-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"
opus-devel MesaLib-devel $(vopt_if sndio sndio-devel)"
depends="orc>=0.4.18 gstreamer1>=${version}"
short_desc="GStreamer Base Plug-ins (v1.x)"
maintainer="Juan RP <xtraeme@voidlinux.org>"
@ -28,8 +27,8 @@ case "$XBPS_TARGET_MACHINE" in
esac
# Package build options
build_options="cdparanoia gir"
build_options_default="cdparanoia"
build_options="cdparanoia gir sndio"
build_options_default="cdparanoia sndio"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) build_options_default+=" gir" ;;
@ -37,7 +36,6 @@ case "$XBPS_TARGET_MACHINE" in
*) build_options_default+=" gir" ;;
esac
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}