summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf5f000e55d6a343c8eb81c0e74f0fff91f516da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=kylin-video-bin
pkgver=2.1.0
pkgrel=1
pkgdesc='Front-end for MPlayer and MPV Qt5 Mplayer and MPV front-end, with basic features like playing videos and audios to more advanced features. It supports both x86 and ARM platform, and supports most of the audio and video formats.'
url='https://github.com/ukui/kylin-video'
arch=(x86_64)
source=(http://mirrors.kernel.org/ubuntu/pool/universe/k/kylin-video/kylin-video_2.1.0-1_amd64.deb)
sha512sums=('41406b72b2fabe47be3188a338a0ed84560414640ed4931e683843220a597a584cb2a5b5906281eafa03caa31f79052fd441df253316db091e98d4a6971b4406')
depends=('bash-completion' 'hicolor-icon-theme' 'libx11' 'mesa-vdpau' 'mpv>=0.6.2' 'qt5-base>=5.12.2')
replaces=('kylin-video')
conflicts=('kylin-video')
package() {
  cd "${srcdir}"
  bsdtar -xf data.tar.xz -C "$pkgdir"
}