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:
parent
01a4cefda8
commit
bae220f1d7
@ -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
|
Sat Apr 21 13:58:32 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
3
mpv.spec
3
mpv.spec
@ -123,7 +123,6 @@ BuildRequires: pkgconfig(lua)
|
|||||||
# BuildRequires: pkgconfig(cmocka) >= 0.4.1
|
# BuildRequires: pkgconfig(cmocka) >= 0.4.1
|
||||||
# Wayland and libguess.
|
# Wayland and libguess.
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(libguess)
|
|
||||||
BuildRequires: pkgconfig(wayland-client) >= 1.6.0
|
BuildRequires: pkgconfig(wayland-client) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(wayland-cursor) >= 1.6.0
|
BuildRequires: pkgconfig(wayland-cursor) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(wayland-egl) >= 9.0.0
|
BuildRequires: pkgconfig(wayland-egl) >= 9.0.0
|
||||||
@ -216,7 +215,7 @@ myopts="--disable-sdl1 --disable-sdl2"
|
|||||||
myopts+=" --disable-build-date"
|
myopts+=" --disable-build-date"
|
||||||
# Debug just adds -g and we do that over optflags anyway.
|
# Debug just adds -g and we do that over optflags anyway.
|
||||||
myopts+=" --disable-debug"
|
myopts+=" --disable-debug"
|
||||||
export CCFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
python3 ./waf configure \
|
python3 ./waf configure \
|
||||||
--prefix="%{_prefix}" \
|
--prefix="%{_prefix}" \
|
||||||
--bindir="%{_bindir}" \
|
--bindir="%{_bindir}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user