diff --git a/srcpkgs/gstreamer1/template b/srcpkgs/gstreamer1/template index 526deb0d6e2..4c7a84917a2 100644 --- a/srcpkgs/gstreamer1/template +++ b/srcpkgs/gstreamer1/template @@ -1,12 +1,12 @@ # Template file for 'gstreamer1' pkgname=gstreamer1 version=1.14.4 -revision=2 +revision=3 wrksrc="gstreamer-${version}" build_style=gnu-configure build_helper="gir" configure_args="--disable-valgrind --enable-docbook - --with-package-origin=http://www.voidlinux.eu $(vopt_enable gir introspection)" + --with-package-origin=http://www.voidlinux.org $(vopt_enable gir introspection)" hostmakedepends="automake gettext-devel libtool pkg-config flex python docbook-xsl glib-devel" makedepends="libxml2-devel libglib-devel" @@ -21,7 +21,7 @@ checksum=f94f6696c5f05a3b3a9183e39c5f5c0b779f75a04c0efa497e7920afa985ffc7 build_options="gir" case "$XBPS_TARGET_MACHINE" in - x86_64-musl) build_options_default+=" gir" ;; + i686-musl|x86_64-musl) build_options_default+=" gir" ;; *-musl) ;; *) build_options_default+=" gir" ;; esac