aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpv
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 21:52:15 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 22:24:46 +0200
commit18a2f3afb10ec74dc6f732cffd03b07d6819ec90 (patch)
treedcd568b89c60451d35148be3254afc5581aa1e2f /community/mpv
parent03620cc2fb3f89f4a42758755775e92c0815524e (diff)
downloadaports-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.
Diffstat (limited to 'community/mpv')
-rw-r--r--community/mpv/APKBUILD5
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
}