mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:37:15 +08:00
mpv: move openal from makedepends to depends
This commit is contained in:
parent
a1c487023b
commit
6bece8af0f
@ -1,16 +1,16 @@
|
||||
pkgname=mpv
|
||||
pkgver=0.22.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A movie player and encoder for linux, based on MPlayer/mplayer2"
|
||||
arch=('x86_64')
|
||||
license=('LGPL3')
|
||||
url="http://mpv.io"
|
||||
depends=('pulseaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libgl' 'libvdpau'
|
||||
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'libass' 'uchardet'
|
||||
'wayland' 'desktop-file-utils' 'hicolor-icon-theme' 'v4l-utils'
|
||||
'wayland' 'desktop-file-utils' 'hicolor-icon-theme' 'v4l-utils' 'openal'
|
||||
'xdg-utils' 'lua52' 'libdvdnav' 'libcdio-paranoia' 'libbluray' 'libxss'
|
||||
'enca' 'libguess' 'harfbuzz' 'libxrandr' 'rubberband' 'smbclient' 'libcaca')
|
||||
makedepends=('mesa' 'python3-docutils' 'ladspa' 'x264' 'jack' 'samba' 'openal' 'waf')
|
||||
makedepends=('mesa' 'python3-docutils' 'ladspa' 'x264' 'jack' 'samba' 'waf')
|
||||
options=('!emptydirs')
|
||||
provides=('mplayer')
|
||||
install=${pkgname}.install
|
||||
|
Loading…
Reference in New Issue
Block a user