mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
parent
5d1584903e
commit
ddaa79eb16
2 changed files with 1195 additions and 8 deletions
1189
srcpkgs/gst-plugins-base1/patches/sndio.patch
Normal file
1189
srcpkgs/gst-plugins-base1/patches/sndio.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'gst-plugins-base1'
|
# Template file for 'gst-plugins-base1'
|
||||||
pkgname=gst-plugins-base1
|
pkgname=gst-plugins-base1
|
||||||
version=1.14.4
|
version=1.14.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname/1/}-${version}"
|
wrksrc="${pkgname/1/}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--enable-experimental --disable-static
|
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
|
hostmakedepends="automake gettext-devel libtool python pkg-config
|
||||||
glib-devel"
|
glib-devel"
|
||||||
makedepends="
|
makedepends="gstreamer1-devel glib-devel libxml2-devel pango-devel
|
||||||
gstreamer1-devel glib-devel libxml2-devel pango-devel
|
|
||||||
cairo-devel liboil-devel alsa-lib-devel libXv-devel libXext-devel
|
cairo-devel liboil-devel alsa-lib-devel libXv-devel libXext-devel
|
||||||
libvisual-devel libgudev-devel libtheora-devel libvorbis-devel
|
libvisual-devel libgudev-devel libtheora-devel libvorbis-devel
|
||||||
libSM-devel orc-devel $(vopt_if cdparanoia libcdparanoia-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}"
|
depends="orc>=0.4.18 gstreamer1>=${version}"
|
||||||
short_desc="GStreamer Base Plug-ins (v1.x)"
|
short_desc="GStreamer Base Plug-ins (v1.x)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
@ -28,8 +27,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="cdparanoia gir"
|
build_options="cdparanoia gir sndio"
|
||||||
build_options_default="cdparanoia"
|
build_options_default="cdparanoia sndio"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64-musl) build_options_default+=" gir" ;;
|
x86_64-musl) build_options_default+=" gir" ;;
|
||||||
|
@ -37,7 +36,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) build_options_default+=" gir" ;;
|
*) build_options_default+=" gir" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue