Skip to content

Commit

Permalink
#832: Fedora<23 needs libvpx-xpra to get VP9 support
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10218 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 5, 2015
1 parent 2946f50 commit d0ef5f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%define with_python3 1

%define libwebp libwebp
%define libvpx libvpx
%define libvpx libvpx-xpra
%define run_tests 1

# any centos / rhel supported:
Expand All @@ -55,7 +55,6 @@ Patch0: centos-ignore-invalid-gcc-warning.patch
#can't run the tests with python 2.6 which is too old:
%define run_tests 0
#distro version is too old replace with our private libraries
%define libvpx libvpx-xpra
%define libwebp libwebp-xpra
#no pycups available in repos:
%define requires_printing %{nil}
Expand All @@ -77,7 +76,10 @@ Patch0: centos-ignore-invalid-gcc-warning.patch
#note: probably not working since we don't have gtkglext for Python3?
%define py3requires_opengl , python3-PyOpenGL, numpy
%endif

%if 0%{?fedora}>=23
#Fedora 23 has libvpx 1.4, no need for our own libvpx-xpra packages:
%define libvpx libvpx
%endif

Name: xpra
Version: %{version}
Expand Down

0 comments on commit d0ef5f5

Please sign in to comment.