diff --git a/mpv.changes b/mpv.changes index acc2381..c748cc7 100644 --- a/mpv.changes +++ b/mpv.changes @@ -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 diff --git a/mpv.spec b/mpv.spec index 7755ae0..23d2eea 100644 --- a/mpv.spec +++ b/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 \