Accepting request 610964 from home:lachs0r:branches:multimedia:apps

- Drop libguess from BuildRequires (unused)
- Actually use optflags for build

OBS-URL: https://build.opensuse.org/request/show/610964
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=140
This commit is contained in:
Martin Pluskal 2018-05-21 14:41:40 +00:00 committed by Git OBS Bridge
parent 01a4cefda8
commit bae220f1d7
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 21 13:39:02 UTC 2018 - 9+suse@cirno.systems
- Drop libguess from BuildRequires (unused)
- Actually use optflags for build
-------------------------------------------------------------------
Sat Apr 21 13:58:32 UTC 2018 - aloisio@gmx.com

View File

@ -123,7 +123,6 @@ BuildRequires: pkgconfig(lua)
# BuildRequires: pkgconfig(cmocka) >= 0.4.1
# Wayland and libguess.
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(libguess)
BuildRequires: pkgconfig(wayland-client) >= 1.6.0
BuildRequires: pkgconfig(wayland-cursor) >= 1.6.0
BuildRequires: pkgconfig(wayland-egl) >= 9.0.0
@ -216,7 +215,7 @@ myopts="--disable-sdl1 --disable-sdl2"
myopts+=" --disable-build-date"
# Debug just adds -g and we do that over optflags anyway.
myopts+=" --disable-debug"
export CCFLAGS="%{optflags}"
export CFLAGS="%{optflags}"
python3 ./waf configure \
--prefix="%{_prefix}" \
--bindir="%{_bindir}" \