Skip to content

Commit

Permalink
remove depenency on rpmfusion package: we should not depend on anythi…
Browse files Browse the repository at this point in the history
…ng outside the main repos

git-svn-id: https://xpra.org/svn/Xpra/trunk@13104 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 28, 2016
1 parent 89ea976 commit 7675317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7675317

Please sign in to comment.