summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaegil Bae2018-05-10 22:56:38 +0900
committerTaegil Bae2018-05-10 22:56:38 +0900
commite6d2c12e77816e064d3320578665372782901f76 (patch)
tree2142e33e0aae06a023b436866aa16d9296aba237
parent1018136464b63d0123287fe66ed4a71105739b3a (diff)
downloadaur-e6d2c12e77816e064d3320578665372782901f76.tar.gz
update PKGBUILD
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f76549b2fcf..77e6b20ea0b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgbase=bomi
pkgname=$_pkgbase-git
pkgver=0.9.11.r37.g2d2a3515
-pkgrel=2
+pkgrel=3
pkgdesc="Powerful and easy-to-use GUI multimedia player based on mpv (git version)"
arch=('i686' 'x86_64')
url="http://bomi-player.github.io"
@@ -26,9 +26,11 @@ optdepends=('libva-intel-driver: hardware acceleration support for Intel GPU'
provides=('bomi')
conflicts=('cmplayer' 'bomi')
source=(git+https://github.com/d-s-x/${_pkgbase}.git
- add_sup_subext.patch)
+ add_sup_subext.patch
+ fix_compilation_error_from_ffmpeg_change.patch)
md5sums=('SKIP'
- 'dacb0df199eea0f6e3d5c037c8c5429d')
+ 'dacb0df199eea0f6e3d5c037c8c5429d'
+ '2a34f03dcb17b98a63cbb3e4e1379b4d')
#options=(debug !strip)
pkgver() {
@@ -39,7 +41,8 @@ pkgver() {
prepare() {
cd "$srcdir/$_pkgbase"
- patch -p1 -i $srcdir/add_sup_subext.patch
+ patch -Np1 -i $srcdir/add_sup_subext.patch
+ patch -Np1 -i $srcdir/fix_compilation_error_from_ffmpeg_change.patch
./configure --prefix=/usr
}