From 94b2f70da47afb8272924db165baa96eea9e6cd0 Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Sun, 14 Feb 2021 15:26:05 -0700 Subject: [PATCH] audacious-plugins: Add glib-devel to build deps This seems to be required to build the mpris2 plugin --- srcpkgs/audacious-plugins/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template index 9cc976b2f23..14037f75248 100644 --- a/srcpkgs/audacious-plugins/template +++ b/srcpkgs/audacious-plugins/template @@ -2,14 +2,14 @@ #Keep in sync with audacious! pkgname=audacious-plugins version=4.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="$(vopt_enable gtk) $(vopt_enable qt)" hostmakedepends="gettext pkg-config" makedepends="audacious-devel alsa-lib-devel pulseaudio-devel jack-devel lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel - libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel + libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel glib-devel libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel $(vopt_if gtk gtk+-devel) $(vopt_if qt 'qt5-devel qt5-multimedia-devel')" short_desc="Plugins for the Audacious media player"