From 0772c81ffe1445f42ef77684427b91ab0491993441387837ca434ad566c1e75c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 23 Apr 2017 18:24:58 +0000 Subject: [PATCH] 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 --- mpv.changes | 8 ++++++++ mpv.spec | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) 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 \