ppsspp-git 1.2.2.r353.a4ca07e-1

Fix depends
master
Maxime Gauduin 2016-05-06 11:37:15 +02:00
parent de0082578e
commit 67c85e9ac2
2 changed files with 29 additions and 5 deletions

View File

@ -1,6 +1,8 @@
# Generated by mksrcinfo v8
# Fri May 6 09:37:14 UTC 2016
pkgbase = ppsspp-git pkgbase = ppsspp-git
pkgdesc = A PSP emulator written in C++ pkgdesc = A PSP emulator written in C++
pkgver = 1.0.1.r2744.7e70a74 pkgver = 1.2.2.r353.a4ca07e
pkgrel = 1 pkgrel = 1
url = http://www.ppsspp.org/ url = http://www.ppsspp.org/
arch = i686 arch = i686
@ -10,8 +12,18 @@ pkgbase = ppsspp-git
makedepends = git makedepends = git
makedepends = glu makedepends = glu
makedepends = qt5-tools makedepends = qt5-tools
depends = ffmpeg depends = gcc-libs
depends = glew
depends = glibc
depends = libgl
depends = libzip
depends = sdl2 depends = sdl2
depends = zlib
depends = libavcodec.so
depends = libavformat.so
depends = libavutil.so
depends = libswresample.so
depends = libswscale.so
source = git+https://github.com/hrydgard/ppsspp.git source = git+https://github.com/hrydgard/ppsspp.git
source = git+https://github.com/hrydgard/ppsspp-lang.git source = git+https://github.com/hrydgard/ppsspp-lang.git
source = ppsspp-armips::git+https://github.com/Kingcom/armips.git source = ppsspp-armips::git+https://github.com/Kingcom/armips.git
@ -28,8 +40,18 @@ pkgname = ppsspp-git
conflicts = ppsspp-qt-git conflicts = ppsspp-qt-git
pkgname = ppsspp-qt-git pkgname = ppsspp-qt-git
depends = ffmpeg depends = gcc-libs
depends = glew
depends = glibc
depends = libgl
depends = libzip
depends = sdl2 depends = sdl2
depends = zlib
depends = libavcodec.so
depends = libavformat.so
depends = libavutil.so
depends = libswresample.so
depends = libswscale.so
depends = qt5-base depends = qt5-base
provides = ppsspp provides = ppsspp
conflicts = ppsspp conflicts = ppsspp

View File

@ -7,13 +7,15 @@
pkgbase=ppsspp-git pkgbase=ppsspp-git
pkgname=('ppsspp-git' 'ppsspp-qt-git') pkgname=('ppsspp-git' 'ppsspp-qt-git')
pkgver=1.0.1.r2744.7e70a74 pkgver=1.2.2.r353.a4ca07e
pkgrel=1 pkgrel=1
pkgdesc='A PSP emulator written in C++' pkgdesc='A PSP emulator written in C++'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://www.ppsspp.org/' url='http://www.ppsspp.org/'
license=('GPL2') license=('GPL2')
depends=('ffmpeg' 'sdl2') depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'libzip' 'sdl2' 'zlib'
'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libswresample.so'
'libswscale.so')
makedepends=('cmake' 'git' 'glu' 'qt5-tools') makedepends=('cmake' 'git' 'glu' 'qt5-tools')
source=('git+https://github.com/hrydgard/ppsspp.git' source=('git+https://github.com/hrydgard/ppsspp.git'
'git+https://github.com/hrydgard/ppsspp-lang.git' 'git+https://github.com/hrydgard/ppsspp-lang.git'