From 767531717ca3d209004cdf9eb4d69143fbe47eb2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 28 Jul 2016 07:39:36 +0000 Subject: [PATCH] remove depenency on rpmfusion package: we should not depend on anything outside the main repos git-svn-id: https://xpra.org/svn/Xpra/trunk@13104 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- rpmbuild/xpra.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpmbuild/xpra.spec b/rpmbuild/xpra.spec index 72edba7507..66109f3c2d 100644 --- a/rpmbuild/xpra.spec +++ b/rpmbuild/xpra.spec @@ -46,7 +46,9 @@ %define requires_printing , %{py2prefix}-cups, cups-filters, cups-pdf %define py3requires_printing %{nil} #Anything extra (distro specific): -%define gstreamer1 , gstreamer1, gstreamer1-plugins-base, gstreamer1-plugins-good, gstreamer1-plugins-ugly, gstreamer1-plugins-bad-free +%define gstreamer1 , gstreamer1, gstreamer1-plugins-base, gstreamer1-plugins-good +#this requires rpmfusion: +#gstreamer1-plugins-ugly, gstreamer1-plugins-bad-free %define requires_sound %{gstreamer1}, python-gstreamer1, pulseaudio, pulseaudio-utils %define py3requires_sound %{gstreamer1}, python3-gstreamer1, pulseaudio, pulseaudio-utils #This would add support for mp3, but is not in the default repositories: