From 2f1a56bfaade437dc5511eefec71b498821d8a71 Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Thu, 10 Jan 2019 02:43:23 +0100 Subject: [PATCH] gst-plugins-bad1: rebuild against x265-2.9_1 [ci skip] --- srcpkgs/gst-plugins-bad1/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gst-plugins-bad1/template b/srcpkgs/gst-plugins-bad1/template index 20bb408bce..f455fb73f4 100644 --- a/srcpkgs/gst-plugins-bad1/template +++ b/srcpkgs/gst-plugins-bad1/template @@ -1,9 +1,8 @@ # Template file for 'gst-plugins-bad1' pkgname=gst-plugins-bad1 version=1.14.4 -revision=5 +revision=6 wrksrc="${pkgname/1/}-${version}" -lib32disabled=yes build_style=gnu-configure configure_args="--enable-experimental --disable-static" hostmakedepends="automake gettext-devel libtool pkg-config intltool python glib-devel @@ -23,6 +22,11 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://gstreamer.freedesktop.org" distfiles="${homepage}/src/${pkgname/1/}/${pkgname/1/}-${version}.tar.xz" checksum=910b4e0e2e897e8b6d06767af1779d70057c309f67292f485ff988d087aa0de5 +lib32disabled=yes + +if [ "${CROSS_BUILD}" ]; then + configure_args+=" --enable-introspection=no" +fi pre_configure() { NOCONFIGURE=1 ./autogen.sh @@ -36,5 +40,8 @@ gst-plugins-bad1-devel_package() { vmove usr/lib/pkgconfig vmove usr/lib/*.so vmove usr/share/gtk-doc + if [ ! "${CROSS_BUILD}" ]; then + vmove "usr/share/gir*" + fi } }