mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:07:14 +08:00
mpv: use python3 to create manpages
This commit is contained in:
parent
f86c983fc2
commit
9b85698874
@ -4,13 +4,13 @@
|
||||
|
||||
pkgname=mpv
|
||||
pkgver=0.2.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A movie player and encoder for linux, based on MPlayer/mplayer2"
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
url="http://mpv.io"
|
||||
depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libdvdread' 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'desktop-file-utils' 'xdg-utils' 'libass')
|
||||
makedepends=('mesa' 'python2-docutils')
|
||||
makedepends=('mesa' 'python3-docutils')
|
||||
options=(!emptydirs)
|
||||
install=${pkgname}.install
|
||||
source=("https://github.com/mpv-player/$pkgname/archive/v${pkgver}.tar.gz")
|
||||
|
Loading…
Reference in New Issue
Block a user