diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-24 21:52:15 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-24 22:24:46 +0200 |
commit | 18a2f3afb10ec74dc6f732cffd03b07d6819ec90 (patch) | |
tree | dcd568b89c60451d35148be3254afc5581aa1e2f | |
parent | 03620cc2fb3f89f4a42758755775e92c0815524e (diff) | |
download | aports-18a2f3afb10ec74dc6f732cffd03b07d6819ec90.tar.bz2 aports-18a2f3afb10ec74dc6f732cffd03b07d6819ec90.tar.xz |
community/mpv: don't build with rsound support
This has been broken for a long time, no one noticed it. Thus I am
assuming that no one uses this. Additionally, other distribution built
mpv without rsound support as well and rsound upstream has been dead for
an eternity.
-rw-r--r-- | community/mpv/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD index 5cda254f08..4cf43cf26a 100644 --- a/community/mpv/APKBUILD +++ b/community/mpv/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mpv pkgver=0.27.2 -pkgrel=1 +pkgrel=2 pkgdesc="Video player based on MPlayer/mplayer2" url="https://mpv.io/" arch="all" @@ -14,7 +14,7 @@ makedepends="libxxf86dga-dev libxv-dev libmad-dev lame-dev libao-dev libtheora-dev xvidcore-dev zlib-dev sdl-dev freetype-dev x264-dev faac-dev ttf-dejavu libxvmc-dev alsa-lib-dev libva-dev mesa-dev ffmpeg-dev libass-dev perl lua5.2-dev libvdpau-dev python2 - libxext-dev libxinerama-dev libxscrnsaver-dev py-docutils rsound-dev libxrandr-dev" + libxext-dev libxinerama-dev libxscrnsaver-dev py-docutils libxrandr-dev" subpackages=" $pkgname-doc $pkgname-libs @@ -44,7 +44,6 @@ build() { --enable-alsa \ --enable-libass \ --enable-libmpv-shared \ - --enable-rsound \ --enable-zsh-comp ./waf build } |