mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Update bomi to 0.9.1.
This commit is contained in:
parent
fd5ebd6937
commit
a95454bc96
@ -4,8 +4,8 @@
|
||||
# Contributor: xylosper <darklin20@gmail.com>
|
||||
|
||||
pkgname=bomi
|
||||
pkgver=0.9.0
|
||||
pkgrel=3
|
||||
pkgver=0.9.1
|
||||
pkgrel=1
|
||||
pkgdesc="Powerful and easy-to-use multimedia player"
|
||||
arch=('x86_64')
|
||||
url="http://bomi-player.github.io"
|
||||
@ -17,7 +17,7 @@ depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'qt5-quickcontrols' 'icu'
|
||||
'libdvdread' 'libdvdnav' 'libcdio-paranoia' 'libcdio'
|
||||
'alsa-lib' 'libpulse' 'jack' 'libchardet' 'libbluray'
|
||||
'mpg123' 'libva' 'libgl' 'fribidi' 'libass' 'ffmpeg')
|
||||
makedepends=('mesa' 'gcc' 'pkg-config' 'python3')
|
||||
makedepends=('mesa' 'gcc' 'pkg-config' 'python3' 'qt5-tools')
|
||||
optdepends=('libaacs: AACS decryption for Blu-ray support'
|
||||
'libbdplus: BD+ decryption for Blu-ray support'
|
||||
'youtube-dl: streaming website support including YouTube'
|
||||
@ -26,7 +26,7 @@ provides=('cmplayer')
|
||||
replace=('cmplayer')
|
||||
conflicts=('cmplayer' 'bomi-git')
|
||||
source=(https://github.com/xylosper/bomi/archive/v$pkgver.tar.gz)
|
||||
md5sums=('67d252b27c6d3f771e9399b1c045f563')
|
||||
md5sums=('e75be876c64596a67c01dfdf07607395')
|
||||
#options=(debug !strip)
|
||||
|
||||
build() {
|
||||
@ -41,5 +41,3 @@ package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DEST_DIR=$pkgdir install
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user