summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchort2022-11-18 14:43:12 +0500
committerchort2022-11-18 14:43:12 +0500
commita2cc3e350765009cdb464f85a721d8b9d59e25b5 (patch)
treed69ccde42c1ec0d861486ac7e11be93ce23b4985
downloadaur-a2cc3e350765009cdb464f85a721d8b9d59e25b5.tar.gz
version 1.1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD14
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2ea7319e9675
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = kylin-video-bin
+ 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.
+ pkgver = 2.1.0
+ pkgrel = 1
+ url = https://github.com/ukui/kylin-video
+ arch = x86_64
+ depends = bash-completion
+ depends = hicolor-icon-theme
+ depends = libx11
+ depends = mesa-vdpau
+ depends = mpv>=0.6.2
+ depends = qt5-base>=5.12.2
+ source = http://mirrors.kernel.org/ubuntu/pool/universe/k/kylin-video/kylin-video_2.1.0-1_amd64.deb
+ sha512sums = 41406b72b2fabe47be3188a338a0ed84560414640ed4931e683843220a597a584cb2a5b5906281eafa03caa31f79052fd441df253316db091e98d4a6971b4406
+
+pkgname = kylin-video-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c0a27680e1ae
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+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')
+
+package() {
+ cd "${srcdir}"
+ bsdtar -xf data.tar.xz -C "$pkgdir"
+}