mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mpv to 0.9.2-1
This commit is contained in:
parent
328eadd703
commit
ba1ecd11b5
1 changed files with 5 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
# - armv7 needs to be built with fPIC
|
||||
|
||||
pkgname=mpv
|
||||
pkgver=0.9.1
|
||||
pkgrel=3
|
||||
pkgver=0.9.2
|
||||
pkgrel=1
|
||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -23,14 +23,12 @@ makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
|
|||
optdepends=('youtube-dl: for video-sharing websites playback')
|
||||
options=('!emptydirs' '!buildflags')
|
||||
install=mpv.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
|
||||
'0001-mpv-lua52.patch::https://github.com/mpv-player/mpv/commit/5b085fd8b172648a03244d6546d130144b7870bf.patch')
|
||||
md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
|
||||
'56f2444e5ea3ec8f975bc3d623e03ae1')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
|
||||
md5sums=('ed1384e703f7032e531731842e4da4f7')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
patch -Np1 < $srcdir/0001-mpv-lua52.patch
|
||||
|
||||
./bootstrap.py
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue