SHA256
1
0
forked from pool/xpra

Accepting request 887985 from X11:Utilities

OBS-URL: https://build.opensuse.org/request/show/887985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xpra?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2021-04-24 21:08:55 +00:00 committed by Git OBS Bridge
commit fd908e1c03
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 23 09:09:12 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Fix build with ffmpeg 4.4 on Leap
-------------------------------------------------------------------
Wed Apr 21 10:40:46 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -142,6 +142,10 @@ sed -e 's|__FILLUPDIR__|%{_fillupdir}|' \
sed -i '/install_html5/s/verbose=False/verbose=True/' %{name}-html5-%{html5_ver}/setup.py
%build
export CFLAGS="%{optflags}"
%if 0%{?suse_version} <= 1500
export CFLAGS="$CFLAGS -Wno-error=deprecated-declarations"
%endif
python3 setup.py clean
python3 setup.py build \