From 922835b36c37ff0456ad997c5bd02f6f1bc5cac8 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 29 Sep 2024 17:32:21 -0700 Subject: [PATCH] grilo-plugins: rebuild for tinysparql 3.8 --- srcpkgs/grilo-plugins/template | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/srcpkgs/grilo-plugins/template b/srcpkgs/grilo-plugins/template index e94ad30a825..4eaea2db4e3 100644 --- a/srcpkgs/grilo-plugins/template +++ b/srcpkgs/grilo-plugins/template @@ -1,14 +1,14 @@ # Template file for 'grilo-plugins' pkgname=grilo-plugins version=0.3.16 -revision=2 +revision=3 build_style=meson configure_args="-Dgoa=enabled" -hostmakedepends="pkg-config gettext itstool glib-devel gperf tracker" +hostmakedepends="pkg-config gettext itstool glib-devel gperf tinysparql" # XXX missing plugins: fakemetadata. makedepends="grilo-devel gom-devel json-glib-devel libquvi-devel sqlite-devel libgcrypt-devel - tracker-devel totem-pl-parser-devel libgdata-devel libmediaart-devel + tinysparql-devel totem-pl-parser-devel libgdata-devel libmediaart-devel gstreamer1-devel libdmapsharing-devel lua53-devel avahi-glib-libs-devel" checkdepends="python3-gobject gst-plugins-bad1 dbus" @@ -19,11 +19,3 @@ homepage="https://wiki.gnome.org/Projects/Grilo" distfiles="${GNOME_SITE}/grilo-plugins/${version%.*}/grilo-plugins-${version}.tar.xz" checksum=fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb make_check=no # feel free to fix - -post_patch() { - if [ "$CROSS_BUILD" ]; then - # tests try to use tracker-sandbox from the wrong path: - # "Program /usr/lib32/tracker-3.0/trackertestutils/tracker-sandbox found: NO" - vsed -e "/subdir('tests')/d" -i meson.build - fi -}