mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mpv to 0.28.2-2
This commit is contained in:
parent
8f1d150610
commit
66fd427269
1 changed files with 9 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=0.28.2
|
pkgver=0.28.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_waf_version=1.9.8
|
_waf_version=1.9.8
|
||||||
pkgdesc='a free, open source, and cross-platform media player'
|
pkgdesc='a free, open source, and cross-platform media player'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -18,13 +18,13 @@ arch=('x86_64')
|
||||||
# being one of these. So our package is GPLv3 only as well.
|
# being one of these. So our package is GPLv3 only as well.
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
url='https://mpv.io/'
|
url='https://mpv.io/'
|
||||||
depends=(
|
depends=('desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'jack' 'lcms2'
|
||||||
'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
|
'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
|
||||||
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
|
'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
|
||||||
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
|
'rubberband' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
|
||||||
'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive' 'smbclient'
|
'xdg-utils')
|
||||||
)
|
makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
|
||||||
makedepends=('mesa' 'python-docutils' 'ladspa')
|
'vulkan-headers')
|
||||||
optdepends=('youtube-dl: for video-sharing websites playback')
|
optdepends=('youtube-dl: for video-sharing websites playback')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
|
||||||
|
@ -50,6 +50,7 @@ build() {
|
||||||
--enable-dvdnav \
|
--enable-dvdnav \
|
||||||
--enable-encoding \
|
--enable-encoding \
|
||||||
--enable-libsmbclient \
|
--enable-libsmbclient \
|
||||||
|
--enable-tv \
|
||||||
--enable-libarchive \
|
--enable-libarchive \
|
||||||
--enable-libmpv-shared \
|
--enable-libmpv-shared \
|
||||||
--enable-zsh-comp \
|
--enable-zsh-comp \
|
||||||
|
|
Loading…
Reference in a new issue