diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-30 03:31:22 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-30 03:31:22 +0000 |
commit | ffb384c05abcdb9c7a7d9df8407b8efc8caa78de (patch) | |
tree | b9677566d16558fce9a6fceec426713a4729fdb0 /community/mpv/PKGBUILD | |
parent | 58beaea4e8efc53ea238eedf446ec5d8c1cd5fdb (diff) |
Mon Jun 30 03:27:11 UTC 2014
Diffstat (limited to 'community/mpv/PKGBUILD')
-rw-r--r-- | community/mpv/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD index 3ff6e2037..5b386a2a2 100644 --- a/community/mpv/PKGBUILD +++ b/community/mpv/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 113644 2014-06-26 18:21:14Z bpiotrowski $ +# $Id: PKGBUILD 113747 2014-06-29 13:24:13Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Eivind Uggedal <eivind@uggedal.com> pkgname=mpv pkgver=0.4.0 -pkgrel=2 +pkgrel=3 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') license=('GPL') @@ -13,7 +13,7 @@ depends=( 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca' 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav' - 'libguess' + 'libguess' 'portaudio' ) makedepends=('mesa' 'python-docutils' 'ladspa') options=('!emptydirs' '!buildflags') @@ -24,6 +24,7 @@ md5sums=('6b1ec7e8e3a2bcb5af68d62cea4577ba') prepare() { cd $pkgname-$pkgver ./bootstrap.py + sed -i 's/vendor-completions/site-functions/' wscript_build.py } build() { @@ -34,7 +35,8 @@ build() { --enable-joystick \ --enable-zsh-comp \ --enable-libmpv-shared \ - --enable-cdda + --enable-cdda \ + --enable-portaudio ./waf build } |