From 75385b448b9767a1f10975d58e9762d004032b6c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 5 Jul 2017 13:13:49 +0200 Subject: [PATCH] pithos: use gstreamer1 Add missing pycompile-module. --- srcpkgs/pithos/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pithos/template b/srcpkgs/pithos/template index 5e26c230ce8..160b65a98d4 100644 --- a/srcpkgs/pithos/template +++ b/srcpkgs/pithos/template @@ -1,10 +1,11 @@ # Template file for 'pithos' pkgname=pithos version=1.3.1 -revision=1 +revision=2 build_style=gnu-configure +pycompile_module="pithos" makedepends="intltool pkg-config python3 glib-devel" -depends="gtk+3 python3 python3-cairo python3-gobject libsecret gst-plugins-base gst-plugins-good gst-libav" +depends="gtk+3 python3-gobject libsecret gst-plugins-good1 gst-libav" short_desc="Native Pandora Radio client" maintainer="osn64 " license="GPL-3"