- Explicitly enable more options
- Sync with changes from home:X0F:HSF OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=127
This commit is contained in:
parent
151ef96e76
commit
89a8152b45
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 19 18:45:10 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Explicitly enable more options
|
||||
- Sync with changes from home:X0F:HSF
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 17:36:01 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
12
mpv.spec
12
mpv.spec
@ -69,7 +69,9 @@ BuildRequires: pkgconfig(libbluray) >= 0.3.0
|
||||
BuildRequires: pkgconfig(libcdio)
|
||||
BuildRequires: pkgconfig(libcdio_cdda)
|
||||
BuildRequires: pkgconfig(libcdio_paranoia)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libiso9660)
|
||||
BuildRequires: pkgconfig(libkms)
|
||||
BuildRequires: pkgconfig(libpulse) >= 1.0
|
||||
BuildRequires: pkgconfig(libswresample) >= 2.3.100
|
||||
BuildRequires: pkgconfig(libswscale) >= 4.2.100
|
||||
@ -82,6 +84,8 @@ BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(rubberband)
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
BuildRequires: pkgconfig(uchardet)
|
||||
BuildRequires: pkgconfig(vapoursynth)
|
||||
BuildRequires: pkgconfig(vapoursynth-script)
|
||||
BuildRequires: pkgconfig(vdpau)
|
||||
BuildRequires: pkgconfig(xext) >= 1.0.0
|
||||
BuildRequires: pkgconfig(xinerama) >= 1.0.0
|
||||
@ -227,11 +231,19 @@ python3 ./waf configure \
|
||||
--enable-cdda \
|
||||
--enable-dvdread \
|
||||
--enable-dvdnav \
|
||||
--enable-libsmbclient \
|
||||
--enable-libmpv-shared \
|
||||
--enable-zsh-comp \
|
||||
--enable-manpage-build \
|
||||
--enable-libarchive \
|
||||
--enable-dvbin \
|
||||
--enable-drm \
|
||||
--enable-x11 \
|
||||
--enable-wayland \
|
||||
--enable-gl-x11 \
|
||||
--enable-egl-x11 \
|
||||
--enable-egl-drm \
|
||||
--enable-gl-wayland \
|
||||
${myopts}
|
||||
|
||||
python3 ./waf build --verbose %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user