mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/mpv to 0.9.1-3
This commit is contained in:
parent
b55e53d5ce
commit
d846bd8be6
2 changed files with 6 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
|
||||
index 97c65e3..de38fc5 100644
|
||||
--- a/waftools/checks/custom.py
|
||||
+++ b/waftools/checks/custom.py
|
||||
@@ -54,7 +54,7 @@ def check_lua(ctx, dependency_identifier):
|
||||
( '51', 'lua >= 5.1.0 lua < 5.2.0'),
|
||||
( '51deb', 'lua5.1 >= 5.1.0'), # debian
|
||||
( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
|
||||
- ( '52', 'lua >= 5.2.0 lua < 5.3.0' ),
|
||||
+ ( '52', 'lua52 >= 5.2.0 lua52 < 5.3.0' ),
|
||||
( '52deb', 'lua5.2 >= 5.2.0'), # debian
|
||||
( '52fbsd', 'lua-5.2 >= 5.2.0'), # FreeBSD
|
||||
( 'luajit', 'luajit >= 2.0.0' ),
|
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Maintainer: Christian Hesse <mail@eworm.de>
|
||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Contributor: Eivind Uggedal <eivind@uggedal.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
@ -7,13 +8,13 @@
|
|||
|
||||
pkgname=mpv
|
||||
pkgver=0.9.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url='http://mpv.io'
|
||||
depends=(
|
||||
'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca'
|
||||
'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
|
||||
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
|
||||
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
|
||||
'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
|
||||
|
@ -23,9 +24,9 @@ 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')
|
||||
'0001-mpv-lua52.patch::https://github.com/mpv-player/mpv/commit/5b085fd8b172648a03244d6546d130144b7870bf.patch')
|
||||
md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
|
||||
'cb4fdc39561bf11fefd2b93769c91fec')
|
||||
'56f2444e5ea3ec8f975bc3d623e03ae1')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue