Make mpv optional
This commit is contained in:
parent
8b26a60ca6
commit
9a099010fa
4
.SRCINFO
4
.SRCINFO
@ -1,12 +1,12 @@
|
|||||||
pkgbase = feishin-bin
|
pkgbase = feishin-bin
|
||||||
pkgdesc = Rewrite of Sonixd
|
pkgdesc = Rewrite of Sonixd
|
||||||
pkgver = 0.7.1
|
pkgver = 0.7.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/jeffvli/feishin
|
url = https://github.com/jeffvli/feishin
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
depends = mpv
|
optdepends = mpv: Alternative audio backend
|
||||||
provides = feishin
|
provides = feishin
|
||||||
conflicts = feishin
|
conflicts = feishin
|
||||||
source = feishin.desktop
|
source = feishin.desktop
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -3,11 +3,11 @@
|
|||||||
pkgname=feishin-bin
|
pkgname=feishin-bin
|
||||||
pkgdesc='Rewrite of Sonixd'
|
pkgdesc='Rewrite of Sonixd'
|
||||||
pkgver=0.7.1
|
pkgver=0.7.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url='https://github.com/jeffvli/feishin'
|
url='https://github.com/jeffvli/feishin'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('mpv') # TODO check node requirements
|
optdepends=('mpv: Alternative audio backend')
|
||||||
provides=("${pkgname%-bin}")
|
provides=("${pkgname%-bin}")
|
||||||
conflicts=("${pkgname%-bin}")
|
conflicts=("${pkgname%-bin}")
|
||||||
_filename=Feishin-${pkgver//_/-}-linux
|
_filename=Feishin-${pkgver//_/-}-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user