aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpv
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 22:14:07 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 22:24:46 +0200
commit17638cf8c3449068b8f0cfeefe09de99d9745885 (patch)
treee5c8b2e0ec34e6d20870f2ac8ad8575e58f654f2 /community/mpv
parentcb7e66190e6b660e8d2b91f784ddf8dd24d59c1a (diff)
downloadaports-17638cf8c3449068b8f0cfeefe09de99d9745885.tar.bz2
aports-17638cf8c3449068b8f0cfeefe09de99d9745885.tar.xz
community/mpv: fix build with `abuild rootbld`
Requires `net` since it downloads a waf tarball. It would be preferable to use a packaged version of waf, unfortunately waf isn't packaged currently, thus we enable `net` for now.
Diffstat (limited to 'community/mpv')
-rw-r--r--community/mpv/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD
index 4cf43cf26a..b7f78291b4 100644
--- a/community/mpv/APKBUILD
+++ b/community/mpv/APKBUILD
@@ -19,6 +19,7 @@ subpackages="
$pkgname-doc
$pkgname-libs
$pkgname-zsh-completion:zshcomp:noarch"
+options="net" # downloads a waf tarball
source="$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz
fix-libva2.patch
"