gstreamer1: update package origin

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-02-12 21:01:52 +01:00
parent 62ccb27200
commit 42a457ca8d
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -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