MFH: r472312 r472319
emulators/ppsspp: unbreak in-game movies PR: 228972 Approved by: ports-secteam blanket
This commit is contained in:
parent
5daa05182b
commit
fac87fa00e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=472320
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -qt5
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ppsspp
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= ppsspp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION?= 1.5.4
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= emulators
|
||||
# XXX Get from Debian once #697821 lands
|
||||
MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage
|
||||
@ -12,6 +12,7 @@ EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//}
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= c783e7761c2a.patch:-p1
|
||||
PATCHFILES+= 7a7c655615a4.patch:-p1
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
|
||||
|
@ -15,3 +15,5 @@ SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b45920472
|
||||
SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286
|
||||
SHA256 (c783e7761c2a.patch) = 588701f2e5ef299dad9ec820716791bfa2261f17516bae1d884138d58b64c872
|
||||
SIZE (c783e7761c2a.patch) = 1272
|
||||
SHA256 (7a7c655615a4.patch) = 48d1ab7f59a2f2fdf7b53b55844d146639f8e638b9a92e92e6d75df56ffea66f
|
||||
SIZE (7a7c655615a4.patch) = 1035
|
||||
|
@ -1,5 +1,4 @@
|
||||
Known issues:
|
||||
- Videos are garbled since multimedia/ffmpeg update to 3.2, see #9026
|
||||
- %%DATADIR%%/assets/gamecontrollerdb.txt cannot be used
|
||||
as is because SDL_JoystickGetGUID is a stub on FreeBSD. Create the
|
||||
file using controllermap (or antimicro) then check with testgamecontroller
|
||||
|
Loading…
Reference in New Issue
Block a user