Accepting request 490029 from home:alois:branches:multimedia:apps
minor changes OBS-URL: https://build.opensuse.org/request/show/490029 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=94
This commit is contained in:
parent
2133c770d3
commit
0772c81ffe
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 15:42:03 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
- Dropped openal. It's pointless these days and it creates
|
||||
a problem when used with pulse (gh#mpv-player/mpv#4311)
|
||||
- Removed portaudio requirement (support was dropped in
|
||||
0.8.0!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 07:18:05 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
3
mpv.spec
3
mpv.spec
@ -81,8 +81,6 @@ BuildRequires: pkgconfig(libv4l2)
|
||||
BuildRequires: pkgconfig(libva) >= 0.36.0
|
||||
BuildRequires: pkgconfig(libva-x11) >= 0.36.0
|
||||
BuildRequires: pkgconfig(lua)
|
||||
BuildRequires: pkgconfig(openal) >= 1.13
|
||||
BuildRequires: pkgconfig(portaudio-2.0)
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
BuildRequires: pkgconfig(vdpau)
|
||||
@ -218,7 +216,6 @@ export CCFLAGS="%{optflags}"
|
||||
--libdir="%{_libdir}" \
|
||||
--docdir="%{_docdir}/%{name}" \
|
||||
--confdir="%{_sysconfdir}/%{name}" \
|
||||
--enable-openal \
|
||||
--enable-cdda \
|
||||
--enable-libmpv-shared \
|
||||
--enable-zsh-comp \
|
||||
|
Loading…
Reference in New Issue
Block a user